summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Expand)AuthorAgeFilesLines
* lz4cli : legacy arguments are now disabled by defaultYann Collet2014-12-012-12/+12
* New directory structure : library source files into /lib directoryYann Collet2014-11-302-5/+5
* LZ4IO : modified to use lz4frame insteadYann Collet2014-11-304-455/+166
* Fixed : some minor Visual warningsYann Collet2014-11-301-1/+1
* Updated lz4hc : re-use most shared elements from lz4 (endianess / align / bus...Yann Collet2014-11-291-1/+1
* Fixed : decompression issue on 32-bits CPU without unaligned memory accessYann Collet2014-11-291-14/+1
* Improved decoding speedYann Collet2014-11-271-2/+18
* Added : $(EXT) within install for cross-compilation supportYann Collet2014-11-231-7/+7
* Corrected lz4ioYann Collet2014-11-232-2/+2
* Makefile : refactored Travis CI testsYann Collet2014-11-041-23/+4
* Fixed issue 44 : stopped concatenated stream on null size frame (thanks to Br...Yann Collet2014-11-042-16/+21
* 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