summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Added a note about why char* is used. Also removed a binary that wasn't supp...KyleJHarper2015-10-292-0/+7
| * | Finished the two example files. Decided to avoid adding anything to lz4.c/h ...KyleJHarper2015-10-295-68/+69
| * | Took out the basics and placed them into basics.c. Added decompression and a...KyleJHarper2015-10-265-87/+244
| * | Final tests and reporting are done. As expected there isn't much to be gaine...KyleJHarper2015-10-233-75/+159
| * | Didn't add my file for some reason. Odd.KyleJHarper2015-10-221-0/+155
| * | Wrote the skeleton of the performance test. Need to finish tests for the res...KyleJHarper2015-10-221-1/+4
| |/
* | heapmode macro option for lz4hcYann Collet2015-10-212-14/+31
* | Fix : compiler-independent macro to remove deprecation warningsYann Collet2015-10-212-16/+17
* | clarified lz4 licenseYann Collet2015-10-201-3/+5
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2015-10-161-2/+10
|\ \
| * \ Merge pull request #152 from dcolascione/devYann Collet2015-09-031-2/+10
| |\ \
| | * | Remove .dir-locals.elDaniel Colascione2015-09-031-1/+0
| | * | Tweak error messageDaniel Colascione2015-09-031-1/+1
| | * | Improve error messages for attempted console IODaniel Colascione2015-09-031-2/+10
| | * | Add .dir-locals.el for setting tab-widthDaniel Colascione2015-09-031-0/+1
| |/ /
* | | fixed link typoYann Collet2015-10-161-1/+1
|/ /
* | fixed #150 : blank lines when converting lz4.1 to .ps or .pdfYann Collet2015-09-021-8/+8
* | minor : show in table that frame checksum is optionalYann Collet2015-09-011-2/+2
* | create link to dynamic library without using `cp -a` (#147)Yann Collet2015-09-011-5/+5
* | Updated Makefile and .travisYann Collet2015-09-018-72/+62
* | Wrapped possibly empty string (Emscripten) with quotes (@Fordi)Yann Collet2015-08-231-3/+3
* | updated cli helpYann Collet2015-08-201-30/+40
* | New unalign access methodYann Collet2015-08-191-12/+41
* | updated xxhashYann Collet2015-08-191-14/+39
* | Merge pull request #142 from bioothod/masterYann Collet2015-08-1610-2/+56
|\ \
| * | debian: changed name lz4->liblz4Evgeniy Polyakov2015-08-151-1/+1
| * | debian: changed name lz4->liblz4Evgeniy Polyakov2015-08-151-1/+1
| * | debian: changed name lz4->liblz4Evgeniy Polyakov2015-08-153-4/+10
| * | debian: remove sbin dirEvgeniy Polyakov2015-08-151-1/+0
| * | debian: renamed lz4->liblz4, updated installed library filesEvgeniy Polyakov2015-08-152-0/+0
| * | debian: updated debianization to cdbsEvgeniy Polyakov2015-08-152-22/+5
| * | cmake: when building library make it sharedEvgeniy Polyakov2015-08-151-1/+1
| * | Added debianizationEvgeniy Polyakov2015-08-159-0/+66
| * | cmake: bump version to the latest releaseEvgeniy Polyakov2015-08-151-1/+1
| |/
| * Merge pull request #131 from Cyan4973/devr131Yann Collet2015-06-298-14/+34
| |\
| * \ Merge pull request #130 from Cyan4973/devYann Collet2015-06-2912-35/+82
| |\ \
| * \ \ Merge pull request #129 from Cyan4973/devYann Collet2015-06-2822-51/+481
| |\ \ \
* | | | | Slightly improved compression speed on ARMv6Yann Collet2015-08-162-11/+12
* | | | | Improved performance on ARMv6Yann Collet2015-08-162-16/+36
* | | | | Added .gitignoreYann Collet2015-08-151-0/+22
* | | | | Updated xxhash to r41Yann Collet2015-08-151-19/+41
* | | | | faster sanitize testsYann Collet2015-08-151-1/+1
* | | | | Makefile : generates *.o for faster processingYann Collet2015-08-155-51/+51
* | | | | minor simplification lz4_readarch()Yann Collet2015-08-062-13/+5
* | | | | update on decompression speedYann Collet2015-07-161-0/+3
* | | | | minor refactorYann Collet2015-07-162-17/+16
* | | | | Slightly improved decompression speedYann Collet2015-07-161-5/+6
* | | | | sligthly improved decompression speedYann Collet2015-07-161-12/+12
* | | | | liblz4 : Moved XXH_NAMESPACE to CPPFLAGSYann Collet2015-07-022-5/+8
| |_|_|/ |/| | |
* | | | Fixed a few minor visual analyzer warningsYann Collet2015-06-293-14/+14