summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Expand)AuthorAgeFilesLines
* Makefile : added -Wcast-align compilation warningYann Collet2014-11-041-1/+1
* Updated unsynchronized buffers testsYann Collet2014-11-041-5/+50
* fullbench : display Algorithm NbYann Collet2014-11-031-7/+7
* Optimized LZ4_saveDictHC()Yann Collet2014-11-021-23/+42
* Added : valgrind test for fuzzerYann Collet2014-10-292-2/+3
* minor fuzzer test correctionYann Collet2014-10-291-0/+1
* Fixed : frametest for Travis CI build matrixYann Collet2014-10-281-4/+4
* new Travis CI build matrixYann Collet2014-10-281-16/+33
* Added : frametest32Yann Collet2014-10-281-2/+9
* LZ4 HC streaming integrated within lz4frameYann Collet2014-10-273-11/+12
* HC streaming : support for very long streaming (> 4 GB) scenariosYann Collet2014-10-261-5/+55
* HC streaming : support small ringbuffer scenariosYann Collet2014-10-252-148/+265
* fixed LZ4F_compressFrameBound (dynamic block resize)Yann Collet2014-10-211-7/+8
* LZ4 HC : fixed small dictionary streaming compressionYann Collet2014-10-201-5/+54
* LZ4 HC : External Dictionary compression : First implementation Yann Collet2014-10-201-32/+68
* 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-182-3/+91
* 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-061-14/+14
* Fixed : LZ4F_compressBound() using null preferencesPtrYann Collet2014-10-051-9/+8
* fixed : clang warningsYann Collet2014-09-222-147/+167
* Added : suooirt for s390x, thanks to Nobuhiro IwamatsuYann Collet2014-09-223-13/+14
* LZ4F_compressFrame : fix potential crash on selecting custom preferencesYann Collet2014-09-221-0/+8
* lz4frame : support stableDst optionYann Collet2014-09-212-14/+37
* small improvements to lz4frame compressionYann Collet2014-09-141-6/+8
* 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-983/+9
* Merge pull request #26 from Cyan4973/frameYann Collet2014-09-133-45/+714
|\
| * Restored variable output size fuzzer testYann Collet2014-09-131-3/+2
| * Frame decompression speed optimizationYann Collet2014-09-132-6/+17
| * fullbench : added benchmark for LZ4F_decompress()Yann Collet2014-09-131-35/+60
| * LZ4F_decompressFrame : implemented srcSizeHint as function resultYann Collet2014-09-131-1/+1
| * lz4frame : implemented option stableSrcYann Collet2014-09-131-4/+13
| * lz4frame : autoflush mode : saves memory, and improves compression speedYann Collet2014-09-122-28/+32
| * slightly improved frame compression speedYann Collet2014-09-112-15/+17
| * Improved lz4frame compression speedYann Collet2014-09-103-3/+17
| * More tests : random flushesYann Collet2014-09-101-1/+8
| * Fix : streaming mode bug (re-using context & buffers)Yann Collet2014-09-102-4/+3
| * Added : streaming modeYann Collet2014-09-091-3/+5
| * Added : valgrind verification for frametestYann Collet2014-09-071-1/+2
| * API change : compressionContext more easily reusableYann Collet2014-09-071-15/+17
| * 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-061-5/+28
| * minor frametest display improvementYann Collet2014-09-061-20/+25