summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | stronger tests for LZ4_compress_limitedOutput()Yann Collet2014-12-102-63/+80
| |_|_|_|/ |/| | | |
* | | | | fixed : pkg versionYann Collet2014-12-093-2/+4
| |_|_|/ |/| | |
* | | | minor refactoringYann Collet2014-12-066-62/+38
| |_|/ |/| |
* | | Clarified a few commentsYann Collet2014-12-036-72/+28
* | | Merge pull request #38 from Cyan4973/newDirYann Collet2014-12-034-97/+88
|\ \ \
| * | | Fixed : deprecated function LZ4_slideInputBufferHC()Yann Collet2014-12-033-60/+43
| * | | variable ref renamedYann Collet2014-12-021-18/+18
| * | | lz4frame.h : clarified a few commentsYann Collet2014-12-011-19/+27
* | | | Merge pull request #37 from Cyan4973/newDirYann Collet2014-12-0120-87/+157
|\ \ \ \ | |/ / /
| * | | lz4cli : legacy arguments are now disabled by defaultYann Collet2014-12-012-12/+12
| * | | Fixed : make distYann Collet2014-12-011-3/+2
| * | | Clarified some file namesYann Collet2014-11-303-14/+0
| * | | fix : sudo for make installYann Collet2014-11-301-2/+2
| * | | (no commit message)Yann Collet2014-11-306-16/+0
| * | | New directory structure : library source files into /lib directoryYann Collet2014-11-3024-72/+173
|/ / /
* | | Update cmakelist to support new lz4io versionYann Collet2014-11-301-2/+2
* | | LZ4IO : modified to use lz4frame insteadYann Collet2014-11-305-456/+167
* | | Merge pull request #36 from Cyan4973/AlignEndianYann Collet2014-11-3013-635/+454
|\ \ \ | |_|/ |/| |
| * | Fixed : some minor Visual warningsYann Collet2014-11-303-2/+6
| * | Updated lz4hc : re-use most shared elements from lz4 (endianess / align / bus...Yann Collet2014-11-293-337/+108
| * | Improved compression speed on big endian CPUYann Collet2014-11-291-51/+73
| * | minor : fixed warning under clangYann Collet2014-11-291-7/+10
| * | Fixed : decompression issue on 32-bits CPU without unaligned memory accessYann Collet2014-11-294-45/+37
| * | Fixed decompression bugYann Collet2014-11-281-3/+6
| * | Improved decoding speedYann Collet2014-11-273-107/+98
| * | Added : $(EXT) within install for cross-compilation supportYann Collet2014-11-233-16/+12
| * | Corrected lz4ioYann Collet2014-11-234-5/+12
| * | New endian & alignment codeYann Collet2014-11-225-245/+275
|/ /
* | Makefile : refactored Travis CI testsYann Collet2014-11-043-46/+24
* | lz4.h : updated library version number to 1.4.0Yann Collet2014-11-041-2/+2
* | Fixed issue 44 : stopped concatenated stream on null size frame (thanks to Br...Yann Collet2014-11-042-16/+21
* | Fixed issue #31 : lz4.c warning under visualYann Collet2014-11-041-1/+1
* | Added : cmake testYann Collet2014-11-043-4/+11
* | Makefile : added -Wcast-align compilation warningYann Collet2014-11-042-2/+2
* | Updated unsynchronized buffers testsYann Collet2014-11-043-9/+54
* | Updated ring buffer examplesYann Collet2014-11-032-17/+30
* | fullbench : display Algorithm NbYann Collet2014-11-031-7/+7
* | Optimized LZ4_saveDictHC()Yann Collet2014-11-025-47/+79
* | Updated xxHash to r38Yann Collet2014-11-011-12/+6
* | Added : valgrind test for fuzzerYann Collet2014-10-292-2/+3
* | minor fuzzer test correctionYann Collet2014-10-291-0/+1
* | Merge pull request #33 from Cyan4973/streamHCYann Collet2014-10-2814-1009/+1887
|\ \
| * | Fixed : frametest for Travis CI build matrixYann Collet2014-10-281-4/+4
| * | new Travis CI build matrixYann Collet2014-10-283-22/+65
| * | Added : frametest32Yann Collet2014-10-281-2/+9
| * | LZ4 HC streaming integrated within lz4frameYann Collet2014-10-278-419/+465
| * | HC streaming : support for very long streaming (> 4 GB) scenariosYann Collet2014-10-262-136/+197
| * | HC streaming : support small ringbuffer scenariosYann Collet2014-10-258-263/+435
| * | Added : HC streaming ring buffer exampleYann Collet2014-10-223-23/+263
| * | fixed LZ4F_compressFrameBound (dynamic block resize)Yann Collet2014-10-212-7/+22