Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fullbench : display Algorithm Nb | Yann Collet | 2014-11-03 | 1 | -7/+7 |
| | |||||
* | Optimized LZ4_saveDictHC() | Yann Collet | 2014-11-02 | 5 | -47/+79 |
| | |||||
* | Updated xxHash to r38 | Yann Collet | 2014-11-01 | 1 | -12/+6 |
| | |||||
* | Added : valgrind test for fuzzer | Yann Collet | 2014-10-29 | 2 | -2/+3 |
| | |||||
* | minor fuzzer test correction | Yann Collet | 2014-10-29 | 1 | -0/+1 |
| | |||||
* | Merge pull request #33 from Cyan4973/streamHC | Yann Collet | 2014-10-28 | 14 | -1009/+1887 |
|\ | | | | | Stream hc | ||||
| * | Fixed : frametest for Travis CI build matrix | Yann Collet | 2014-10-28 | 1 | -4/+4 |
| | | |||||
| * | new Travis CI build matrix | Yann Collet | 2014-10-28 | 3 | -22/+65 |
| | | |||||
| * | Added : frametest32 | Yann Collet | 2014-10-28 | 1 | -2/+9 |
| | | |||||
| * | LZ4 HC streaming integrated within lz4frame | Yann Collet | 2014-10-27 | 8 | -419/+465 |
| | | |||||
| * | HC streaming : support for very long streaming (> 4 GB) scenarios | Yann Collet | 2014-10-26 | 2 | -136/+197 |
| | | |||||
| * | HC streaming : support small ringbuffer scenarios | Yann Collet | 2014-10-25 | 8 | -263/+435 |
| | | |||||
| * | Added : HC streaming ring buffer example | Yann Collet | 2014-10-22 | 3 | -23/+263 |
| | | |||||
| * | fixed LZ4F_compressFrameBound (dynamic block resize) | Yann Collet | 2014-10-21 | 2 | -7/+22 |
| | | |||||
| * | LZ4 HC : fixed small dictionary streaming compression | Yann Collet | 2014-10-20 | 3 | -21/+70 |
| | | |||||
| * | LZ4 HC : External Dictionary compression : First implementation | Yann Collet | 2014-10-20 | 3 | -79/+156 |
| | | |||||
| * | minor refactoring of LZ4 HC, to prepare for external dictionaries | Yann Collet | 2014-10-19 | 2 | -27/+52 |
| | | |||||
| * | fuzzer : easier random replay | Yann Collet | 2014-10-19 | 1 | -17/+17 |
| | | |||||
| * | fuzzer : fixed test 21 | Yann Collet | 2014-10-19 | 1 | -4/+2 |
| | | |||||
| * | fuzzer : faster jump to testNb | Yann Collet | 2014-10-19 | 1 | -13/+22 |
| | | |||||
| * | fuzzer : fixed minor command lines issues | Yann Collet | 2014-10-18 | 1 | -16/+16 |
| | | |||||
| * | updated LZ4HC API | Yann Collet | 2014-10-18 | 5 | -197/+333 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/Cyan4973/lz4 into dev | Yann Collet | 2014-10-17 | 9 | -636/+774 |
| |\ | |/ |/| | |||||
* | | fuzzer : pause at the end is disabled by default | Yann Collet | 2014-10-10 | 1 | -334/+358 |
| | | |||||
* | | modified : fuzzer automatically selects seed | Yann Collet | 2014-10-09 | 2 | -41/+30 |
| | | |||||
* | | Updated : xxHash to r37 | Yann Collet | 2014-10-06 | 4 | -240/+360 |
| | | |||||
* | | update distribution builder "make dist" | Yann Collet | 2014-10-06 | 1 | -5/+10 |
| | | | | | | update test, to also verify "make dist" | ||||
* | | Fixed : LZ4F_compressBound() using null preferencesPtr | Yann Collet | 2014-10-05 | 2 | -19/+19 |
| | | | | | | Updated : frametest, to check LZ4F_compressBound() using null preferencesPtr | ||||
| * | Merge pull request #28 from Cyan4973/devr123 | Yann Collet | 2014-09-25 | 1 | -1/+1 |
| |\ | |/ |/| | updated comment on compressionLevel field | ||||
* | | updated comment on compressionLevel field | Yann Collet | 2014-09-24 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #27 from Cyan4973/dev | Yann Collet | 2014-09-23 | 18 | -134/+2394 |
| |\ | |/ |/| | lz4frame | ||||
* | | fixed : clang warnings | Yann Collet | 2014-09-22 | 6 | -601/+628 |
| | | |||||
* | | Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu | Yann Collet | 2014-09-22 | 7 | -51/+55 |
| | | | | | | Multiple warning fixes for Visual Studio 2012 | ||||
* | | LZ4F_compressFrame : fix potential crash on selecting custom preferences | Yann Collet | 2014-09-22 | 2 | -1/+9 |
| | | | | | | frame fuzzer tests : new random tests using LZ4F_compressFrame | ||||
* | | LZ4F_compressFrame() : auto-resize block size when unnecessarily large | Yann Collet | 2014-09-22 | 1 | -3/+20 |
| | | |||||
* | | Slightly improved decompression speed (linkedBlockMode, small frames primarily) | Yann Collet | 2014-09-22 | 1 | -1/+2 |
| | | |||||
* | | LZ4F_getFrameInfo() No longer requires to continue decoding at address after ↵ | Yann Collet | 2014-09-22 | 1 | -2/+21 |
| | | | | | | | | | | header Slightly improved LZ4F_decompress() speed (less dictionary copy) | ||||
* | | lz4frame : support stableDst option | Yann Collet | 2014-09-21 | 5 | -100/+235 |
| | | | | | | | | | | | | Multiple bugfixes within lz4frame decompression Small decompression speed improvements Improved fuzzer test, with more thorough and complex tests | ||||
* | | small improvements to lz4frame compression | Yann Collet | 2014-09-14 | 4 | -88/+90 |
| | | |||||
* | | changed : lz4 test mode (-t) to no longer ask for confirmation, as suggested ↵ | Yann Collet | 2014-09-13 | 1 | -1/+1 |
| | | | | | | | | by Nguyen Thary | ||||
* | | changed xxhash directory | Yann Collet | 2014-09-13 | 4 | -177/+9 |
| | | | | | | changed makefile | ||||
* | | Merge pull request #26 from Cyan4973/frame | Yann Collet | 2014-09-13 | 9 | -64/+2304 |
|\ \ | | | | | | | Frame | ||||
| * | | Restored variable output size fuzzer test | Yann Collet | 2014-09-13 | 2 | -12/+16 |
| | | | | | | | | | | | | Quickfix frame decompression Small speed optimization frame decompression | ||||
| * | | Frame decompression speed optimization | Yann Collet | 2014-09-13 | 4 | -23/+83 |
| | | | |||||
| * | | fullbench : added benchmark for LZ4F_decompress() | Yann Collet | 2014-09-13 | 3 | -37/+62 |
| | | | |||||
| * | | LZ4F_getFrameInfo() : provides srcSize hint like LZ4F_decompress() | Yann Collet | 2014-09-13 | 2 | -4/+9 |
| | | | |||||
| * | | LZ4F_decompressFrame : implemented srcSizeHint as function result | Yann Collet | 2014-09-13 | 3 | -94/+134 |
| | | | |||||
| * | | lz4frame : implemented option stableSrc | Yann Collet | 2014-09-13 | 3 | -21/+28 |
| | | | | | | | | | Improved LZ4_compressFrame() speed | ||||
| * | | lz4frame : autoflush mode : saves memory, and improves compression speed | Yann Collet | 2014-09-12 | 4 | -65/+95 |
| | | | | | | | | | LZ4F_getFrameInfo() fix, thanks to Christopher Jackson | ||||
| * | | slightly improved frame compression speed | Yann Collet | 2014-09-11 | 3 | -28/+28 |
| | | |