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 | 1 | -23/+42 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -16/+33 |
| | |||||
* | Added : frametest32 | Yann Collet | 2014-10-28 | 1 | -2/+9 |
| | |||||
* | LZ4 HC streaming integrated within lz4frame | Yann Collet | 2014-10-27 | 3 | -11/+12 |
| | |||||
* | HC streaming : support for very long streaming (> 4 GB) scenarios | Yann Collet | 2014-10-26 | 1 | -5/+55 |
| | |||||
* | HC streaming : support small ringbuffer scenarios | Yann Collet | 2014-10-25 | 2 | -148/+265 |
| | |||||
* | fixed LZ4F_compressFrameBound (dynamic block resize) | Yann Collet | 2014-10-21 | 1 | -7/+8 |
| | |||||
* | LZ4 HC : fixed small dictionary streaming compression | Yann Collet | 2014-10-20 | 1 | -5/+54 |
| | |||||
* | LZ4 HC : External Dictionary compression : First implementation | Yann Collet | 2014-10-20 | 1 | -32/+68 |
| | |||||
* | 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 | 2 | -3/+91 |
| | |||||
* | 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 | 1 | -14/+14 |
| | |||||
* | Fixed : LZ4F_compressBound() using null preferencesPtr | Yann Collet | 2014-10-05 | 1 | -9/+8 |
| | | | Updated : frametest, to check LZ4F_compressBound() using null preferencesPtr | ||||
* | fixed : clang warnings | Yann Collet | 2014-09-22 | 2 | -147/+167 |
| | |||||
* | Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu | Yann Collet | 2014-09-22 | 3 | -13/+14 |
| | | | Multiple warning fixes for Visual Studio 2012 | ||||
* | LZ4F_compressFrame : fix potential crash on selecting custom preferences | Yann Collet | 2014-09-22 | 1 | -0/+8 |
| | | | frame fuzzer tests : new random tests using LZ4F_compressFrame | ||||
* | lz4frame : support stableDst option | Yann Collet | 2014-09-21 | 2 | -14/+37 |
| | | | | | | 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 | 1 | -6/+8 |
| | |||||
* | 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 | -983/+9 |
| | | | changed makefile | ||||
* | Merge pull request #26 from Cyan4973/frame | Yann Collet | 2014-09-13 | 3 | -45/+714 |
|\ | | | | | Frame | ||||
| * | Restored variable output size fuzzer test | Yann Collet | 2014-09-13 | 1 | -3/+2 |
| | | | | | | | | Quickfix frame decompression Small speed optimization frame decompression | ||||
| * | Frame decompression speed optimization | Yann Collet | 2014-09-13 | 2 | -6/+17 |
| | | |||||
| * | fullbench : added benchmark for LZ4F_decompress() | Yann Collet | 2014-09-13 | 1 | -35/+60 |
| | | |||||
| * | LZ4F_decompressFrame : implemented srcSizeHint as function result | Yann Collet | 2014-09-13 | 1 | -1/+1 |
| | | |||||
| * | lz4frame : implemented option stableSrc | Yann Collet | 2014-09-13 | 1 | -4/+13 |
| | | | | | | Improved LZ4_compressFrame() speed | ||||
| * | lz4frame : autoflush mode : saves memory, and improves compression speed | Yann Collet | 2014-09-12 | 2 | -28/+32 |
| | | | | | | LZ4F_getFrameInfo() fix, thanks to Christopher Jackson | ||||
| * | slightly improved frame compression speed | Yann Collet | 2014-09-11 | 2 | -15/+17 |
| | | |||||
| * | Improved lz4frame compression speed | Yann Collet | 2014-09-10 | 3 | -3/+17 |
| | | | | | | Added : fullbench test -c14 (LZ4F_compressFrame) | ||||
| * | More tests : random flushes | Yann Collet | 2014-09-10 | 1 | -1/+8 |
| | | |||||
| * | Fix : streaming mode bug (re-using context & buffers) | Yann Collet | 2014-09-10 | 2 | -4/+3 |
| | | |||||
| * | Added : streaming mode | Yann Collet | 2014-09-09 | 1 | -3/+5 |
| | | |||||
| * | Added : valgrind verification for frametest | Yann Collet | 2014-09-07 | 1 | -1/+2 |
| | | |||||
| * | API change : compressionContext more easily reusable | Yann Collet | 2014-09-07 | 1 | -15/+17 |
| | | |||||
| * | Added : fuzzer : ability to jump to specified testNb | Yann Collet | 2014-09-07 | 1 | -13/+17 |
| | | |||||
| * | Added : variable dstBuffer size decompression test | Yann Collet | 2014-09-07 | 1 | -7/+6 |
| | | |||||
| * | More complex compression tests | Yann Collet | 2014-09-07 | 1 | -22/+45 |
| | | |||||
| * | Improved frame decompression test | Yann Collet | 2014-09-06 | 1 | -5/+28 |
| | | | | | | Fixed : frame decompression bug | ||||
| * | minor frametest display improvement | Yann Collet | 2014-09-06 | 1 | -20/+25 |
| | | |||||
| * | minor test code refactoring | Yann Collet | 2014-09-06 | 1 | -13/+15 |
| | | |||||
| * | More tests (variation of blocksize & checksum) | Yann Collet | 2014-09-06 | 1 | -4/+7 |
| | | | | | | fixed : checksum error on dealing with uncompressed blocks |