summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34 from Cyan4973/devr124Yann Collet2014-11-0620-1608/+2700
|\ | | | | LZ4 HC Streaming
| * 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 ↵Yann Collet2014-11-042-16/+21
| | | | | | | | Brendan O'Connor)
| * Fixed issue #31 : lz4.c warning under visualYann Collet2014-11-041-1/+1
| |
| * Added : cmake testYann Collet2014-11-043-4/+11
| | | | | | cmake : corrected xxhash path (thanks to j.magnuson)
| * 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
| |\ | | | | | | Stream hc
| | * 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
| | |
| | * 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
| | | | | | update test, to also verify "make dist"
| * Fixed : LZ4F_compressBound() using null preferencesPtrYann Collet2014-10-052-19/+19
| | | | | | Updated : frametest, to check LZ4F_compressBound() using null preferencesPtr
* | Merge pull request #28 from Cyan4973/devr123Yann Collet2014-09-251-1/+1
|\ \ | |/ | | updated comment on compressionLevel field
| * updated comment on compressionLevel fieldYann Collet2014-09-241-1/+1
| |
* | Merge pull request #27 from Cyan4973/devYann Collet2014-09-2318-134/+2394
|\ \ | |/ | | lz4frame
| * fixed : clang warningsYann Collet2014-09-226-601/+628
| |
| * Added : suooirt for s390x, thanks to Nobuhiro IwamatsuYann Collet2014-09-227-51/+55
| | | | | | Multiple warning fixes for Visual Studio 2012
| * LZ4F_compressFrame : fix potential crash on selecting custom preferencesYann Collet2014-09-222-1/+9
| | | | | | frame fuzzer tests : new random tests using LZ4F_compressFrame
| * 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
| | | | | | | | | | header Slightly improved LZ4F_decompress() speed (less dictionary copy)
| * lz4frame : support stableDst optionYann Collet2014-09-215-100/+235
| | | | | | | | | | | | Multiple bugfixes within lz4frame decompression Small decompression speed improvements Improved fuzzer test, with more thorough and complex tests
| * 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
| | | | | | | | by Nguyen Thary
| * changed xxhash directoryYann Collet2014-09-134-177/+9
| | | | | | changed makefile