summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added : HC streaming ring buffer exampleYann Collet2014-10-223-23/+263
* fixed LZ4F_compressFrameBound (dynamic block resize)Yann Collet2014-10-212-7/+22
* LZ4 HC : fixed small dictionary streaming compressionYann Collet2014-10-203-21/+70
* LZ4 HC : External Dictionary compression : First implementation Yann Collet2014-10-203-79/+156
* minor refactoring of LZ4 HC, to prepare for external dictionariesYann Collet2014-10-192-27/+52
* fuzzer : easier random replayYann Collet2014-10-191-17/+17
* fuzzer : fixed test 21Yann Collet2014-10-191-4/+2
* fuzzer : faster jump to testNbYann Collet2014-10-191-13/+22
* fuzzer : fixed minor command lines issuesYann Collet2014-10-181-16/+16
* updated LZ4HC APIYann Collet2014-10-185-197/+333
* Merge branch 'dev' of https://github.com/Cyan4973/lz4 into devYann Collet2014-10-179-636/+774
|\
| * fuzzer : pause at the end is disabled by defaultYann Collet2014-10-101-334/+358
| * modified : fuzzer automatically selects seedYann Collet2014-10-092-41/+30
| * Updated : xxHash to r37Yann Collet2014-10-064-240/+360
| * update distribution builder "make dist"Yann Collet2014-10-061-5/+10
| * Fixed : LZ4F_compressBound() using null preferencesPtrYann Collet2014-10-052-19/+19
* | Merge pull request #28 from Cyan4973/devr123Yann Collet2014-09-251-1/+1
|\ \ | |/
| * updated comment on compressionLevel fieldYann Collet2014-09-241-1/+1
* | Merge pull request #27 from Cyan4973/devYann Collet2014-09-2318-134/+2394
|\ \ | |/
| * fixed : clang warningsYann Collet2014-09-226-601/+628
| * Added : suooirt for s390x, thanks to Nobuhiro IwamatsuYann Collet2014-09-227-51/+55
| * LZ4F_compressFrame : fix potential crash on selecting custom preferencesYann Collet2014-09-222-1/+9
| * LZ4F_compressFrame() : auto-resize block size when unnecessarily largeYann Collet2014-09-221-3/+20
| * Slightly improved decompression speed (linkedBlockMode, small frames primarily)Yann Collet2014-09-221-1/+2
| * LZ4F_getFrameInfo() No longer requires to continue decoding at address after ...Yann Collet2014-09-221-2/+21
| * lz4frame : support stableDst optionYann Collet2014-09-215-100/+235
| * small improvements to lz4frame compressionYann Collet2014-09-144-88/+90
| * changed : lz4 test mode (-t) to no longer ask for confirmation, as suggested ...Yann Collet2014-09-131-1/+1
| * changed xxhash directoryYann Collet2014-09-134-177/+9
| * Merge pull request #26 from Cyan4973/frameYann Collet2014-09-139-64/+2304
| |\
| | * Restored variable output size fuzzer testYann Collet2014-09-132-12/+16
| | * Frame decompression speed optimizationYann Collet2014-09-134-23/+83
| | * fullbench : added benchmark for LZ4F_decompress()Yann Collet2014-09-133-37/+62
| | * LZ4F_getFrameInfo() : provides srcSize hint like LZ4F_decompress()Yann Collet2014-09-132-4/+9
| | * LZ4F_decompressFrame : implemented srcSizeHint as function resultYann Collet2014-09-133-94/+134
| | * lz4frame : implemented option stableSrcYann Collet2014-09-133-21/+28
| | * lz4frame : autoflush mode : saves memory, and improves compression speedYann Collet2014-09-124-65/+95
| | * slightly improved frame compression speedYann Collet2014-09-113-28/+28
| | * Improved lz4frame compression speedYann Collet2014-09-105-99/+68
| | * More tests : random flushesYann Collet2014-09-102-4/+15
| | * Fix : streaming mode bug (re-using context & buffers)Yann Collet2014-09-106-20/+21
| | * Added : streaming modeYann Collet2014-09-094-46/+132
| | * Added : valgrind verification for frametestYann Collet2014-09-071-1/+2
| | * minor allocation correction (compressBegin)Yann Collet2014-09-071-0/+1
| | * API change : compressionContext more easily reusableYann Collet2014-09-073-39/+46
| | * Added : fuzzer : ability to jump to specified testNbYann Collet2014-09-071-13/+17
| | * Added : variable dstBuffer size decompression testYann Collet2014-09-071-7/+6
| | * More complex compression testsYann Collet2014-09-071-22/+45
| | * Improved frame decompression testYann Collet2014-09-062-8/+32
| | * minor frametest display improvementYann Collet2014-09-061-20/+25