| Commit message (Expand) | Author | Age | Files | Lines |
* | Added : LZ4_compress_destSize() | Yann Collet | 2015-05-06 | 1 | -0/+35 |
|
|
* | Fixed bug 9318 | Yann Collet | 2015-05-02 | 1 | -1/+1 |
|
|
* | Fixed minor static analyzer warning | Yann Collet | 2015-04-24 | 1 | -1/+1 |
|
|
* | streaming API : Improved ring buffer management | Yann Collet | 2015-04-24 | 1 | -51/+81 |
|
|
* | Shortened tests durations | Yann Collet | 2015-04-12 | 1 | -18/+15 |
|
|
* | Fixed : a few minor coverity warnings | Yann Collet | 2015-04-12 | 1 | -4/+5 |
|
|
* | Implemented obsolete warning message | Yann Collet | 2015-04-11 | 1 | -8/+9 |
|
|
* | Updated : fuzzer tests can be programmed for a timelength | Yann Collet | 2015-04-10 | 1 | -23/+54 |
|
|
* | Updates tests & Man pages | Yann Collet | 2015-03-22 | 1 | -57/+1 |
|
|
* | scan-build tests | Yann Collet | 2015-03-15 | 1 | -4/+4 |
|
|
* | g++ compatibility | Yann Collet | 2015-03-10 | 1 | -1/+1 |
|
|
* | NetBSD compatibility (#48) | Yann Collet | 2015-03-07 | 1 | -7/+34 |
|
|
* | Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher Speller | Yann Collet | 2014-12-10 | 1 | -15/+14 |
|
|
* | stronger tests for LZ4_compress_limitedOutput() | Yann Collet | 2014-12-10 | 1 | -61/+76 |
|
|
* | Updated unsynchronized buffers tests | Yann Collet | 2014-11-04 | 1 | -5/+50 |
|
|
* | Added : valgrind test for fuzzer | Yann Collet | 2014-10-29 | 1 | -1/+1 |
|
|
* | minor fuzzer test correction | Yann Collet | 2014-10-29 | 1 | -0/+1 |
|
|
* | LZ4 HC streaming integrated within lz4frame | Yann Collet | 2014-10-27 | 1 | -0/+0 |
|
|
* | 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 | 1 | -147/+264 |
|
|
* | 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 | 1 | -1/+89 |
|
|
* | 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 | 1 | -39/+28 |
|
|
* | Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu | Yann Collet | 2014-09-22 | 1 | -0/+1 |
|
|
* | minor fuzzer code cleanup | Yann Collet | 2014-08-30 | 1 | -17/+17 |
|
|
* | minor fuzzer cleaning | Yann Collet | 2014-08-30 | 1 | -31/+6 |
|
|
* | Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle | Yann Collet | 2014-07-14 | 1 | -4/+4 |
|
|
* | Modified : lz4 streaming API, strong types | Yann Collet | 2014-07-14 | 1 | -2/+2 |
|
|
* | updated fuzzer, faster and cleaner overflow tests | Yann Collet | 2014-07-05 | 1 | -51/+56 |
|
|
* | update to r119 | Yann Collet | 2014-07-02 | 1 | -5/+8 |
|
|
* | Stronger fuzzer tests | Yann Collet | 2014-07-02 | 1 | -18/+37 |
|
|
* | stronger fuzzer tests | Yann Collet | 2014-07-02 | 1 | -6/+11 |
|
|
* | New fuzzer test (issue 134) | Yann Collet | 2014-07-02 | 1 | -4/+72 |
|
|
* | Fixed : issue 52 (reported by Ludwig Strigeus) | Yann Collet | 2014-06-22 | 1 | -4/+5 |
|
|
* | Fixed : using loadDict() with small dictionaries | Yann Collet | 2014-06-21 | 1 | -11/+26 |
|
|
* | bugfix : streaming tiny messages from within very small ringbuffer (Takayuki'... | Yann Collet | 2014-06-19 | 1 | -3/+3 |
|
|
* | Obsolete "external allocation" functions | Yann Collet | 2014-06-09 | 1 | -4/+4 |
|
|
* | converge towards LZ4_compress_continue() | Yann Collet | 2014-06-09 | 1 | -14/+26 |
|
|
* | unified structure model | Yann Collet | 2014-06-02 | 1 | -2/+9 |
|
|
* | Added : fuzzer code for LZ4_compress_limitedOutput_usingDict() | Yann Collet | 2014-05-20 | 1 | -7/+17 |
|
|
* | First version of Block Streaming API : LZ4_compress_usingDict() | Yann Collet | 2014-05-19 | 1 | -12/+51 |
|
|
* | changed naming convention to *_usingDict() | Yann Collet | 2014-05-04 | 1 | -16/+16 |
|
|
* | fuzzer : added compressibility parameter (-p#) | Yann Collet | 2014-04-29 | 1 | -17/+20 |
|
|
* | fixed : allocation within fuzzer | Yann Collet | 2014-04-29 | 1 | -18/+118 |
|
|