Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added : preliminary frame decompression function | Yann Collet | 2014-09-01 | 2 | -24/+17 |
| | |||||
* | upgraded lz4frame compression tests | Yann Collet | 2014-08-31 | 2 | -18/+78 |
| | |||||
* | lz4frame compression API v1 completed | Yann Collet | 2014-08-30 | 2 | -4/+335 |
| | | | Added : test program frametest | ||||
* | Fixed crlf issue | Yann Collet | 2014-08-26 | 2 | -956/+956 |
| | |||||
* | Simplified travis test flow | Yann Collet | 2014-08-26 | 1 | -5/+4 |
| | |||||
* | Added macro, for large file support on 32-bits AIX | Yann Collet | 2014-08-20 | 1 | -0/+1 |
| | |||||
* | Update xxHash to r36 | Yann Collet | 2014-08-15 | 2 | -956/+957 |
| | |||||
* | updated release number | Yann Collet | 2014-08-13 | 2 | -8/+9 |
| | |||||
* | Fixed crlf issue | Yann Collet | 2014-08-06 | 2 | -957/+957 |
| | |||||
* | Updated Makefile : make dist | Yann Collet | 2014-08-06 | 2 | -27/+1 |
| | | | Minor formatting changes for xxhash | ||||
* | fix : minor compilation warning under mingw | Yann Collet | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | Added : HC streaming test | Yann Collet | 2014-08-01 | 1 | -6/+11 |
| | |||||
* | fix : minor compilation warning under mingw | Yann Collet | 2014-07-29 | 1 | -1/+1 |
| | |||||
* | Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu) | Yann Collet | 2014-07-26 | 1 | -2/+4 |
| | |||||
* | Makefile : some corrections suggested by Michał Górny (issue 136) | Yann Collet | 2014-07-21 | 1 | -10/+13 |
| | |||||
* | Updated xxHash to r35 | Yann Collet | 2014-07-19 | 2 | -627/+987 |
| | |||||
* | Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle | Yann Collet | 2014-07-14 | 7 | -18/+18 |
| | |||||
* | Modified : lz4 streaming API, strong types | Yann Collet | 2014-07-14 | 2 | -11/+13 |
| | |||||
* | Modified : streaming API (fast compression) | Yann Collet | 2014-07-05 | 1 | -1/+6 |
| | |||||
* | Modified : Makefile : added -Wshadow option, suggest by Boris Faure | Yann Collet | 2014-07-05 | 2 | -12/+11 |
| | |||||
* | updated fuzzer, faster and cleaner overflow tests | Yann Collet | 2014-07-05 | 2 | -52/+57 |
| | |||||
* | update to r119 | Yann Collet | 2014-07-02 | 2 | -6/+9 |
| | |||||
* | Stronger fuzzer tests | Yann Collet | 2014-07-02 | 1 | -18/+37 |
| | | | Stronger fix 134 | ||||
* | stronger fuzzer tests | Yann Collet | 2014-07-02 | 1 | -6/+11 |
| | |||||
* | New fuzzer test (issue 134) | Yann Collet | 2014-07-02 | 2 | -5/+73 |
| | |||||
* | updated lz4cat man page | Yann Collet | 2014-06-24 | 1 | -10/+8 |
| | |||||
* | Fixed : issue 52 (reported by Ludwig Strigeus) | Yann Collet | 2014-06-22 | 3 | -9/+6 |
| | |||||
* | Fixed : using loadDict() with small dictionaries | Yann Collet | 2014-06-21 | 2 | -15/+30 |
| | |||||
* | bugfix : streaming tiny messages from within very small ringbuffer ↵ | Yann Collet | 2014-06-19 | 1 | -3/+3 |
| | | | | (Takayuki's streaming example 2) | ||||
* | Fixed : streaming compression using small (<64KB) dictionary buffers | Yann Collet | 2014-06-17 | 1 | -40/+24 |
| | |||||
* | LZ4 Streaming : check overlapping input/dictionary | Yann Collet | 2014-06-14 | 2 | -2/+2 |
| | |||||
* | CLI : can select compression level > 9 | Yann Collet | 2014-06-11 | 2 | -15/+14 |
| | |||||
* | restored LZ4 HC streaming mode | Yann Collet | 2014-06-11 | 2 | -12/+46 |
| | |||||
* | lz4io : reduced memory usage in streaming mode | Yann Collet | 2014-06-10 | 3 | -18/+54 |
| | |||||
* | Obsolete "external allocation" functions | Yann Collet | 2014-06-09 | 2 | -7/+7 |
| | | | (convergence towards LZ4_compress_continue() ) | ||||
* | converge towards LZ4_compress_continue() | Yann Collet | 2014-06-09 | 2 | -50/+28 |
| | |||||
* | New : valgrind memtest | Yann Collet | 2014-06-09 | 3 | -38/+34 |
| | |||||
* | new test tool : datagen | Yann Collet | 2014-06-03 | 3 | -9/+275 |
| | |||||
* | unified structure model | Yann Collet | 2014-06-02 | 2 | -4/+11 |
| | |||||
* | Continuous streaming mode (automatic) | Yann Collet | 2014-05-21 | 1 | -1/+8 |
| | |||||
* | Added : fuzzer code for LZ4_compress_limitedOutput_usingDict() | Yann Collet | 2014-05-20 | 1 | -7/+17 |
| | |||||
* | Introduce : LZ4_compress_limitedOutput_usingDict() | Yann Collet | 2014-05-20 | 1 | -5/+11 |
| | |||||
* | restored Travis Build Matrix | Yann Collet | 2014-05-20 | 1 | -3/+19 |
| | |||||
* | Fixed : compilation errors using Visual 2012 | Yann Collet | 2014-05-20 | 1 | -17/+17 |
| | |||||
* | First version of Block Streaming API : LZ4_compress_usingDict() | Yann Collet | 2014-05-19 | 5 | -59/+97 |
| | |||||
* | changed naming convention to *_usingDict() | Yann Collet | 2014-05-04 | 2 | -24/+24 |
| | |||||
* | Added : *_withDict to fullbench | Yann Collet | 2014-05-03 | 1 | -14/+31 |
| | |||||
* | Add Travis CI's Build Matrix | Takayuki MATSUOKA | 2014-04-30 | 1 | -1/+14 |
| | | | | See also : http://docs.travis-ci.com/user/build-configuration/#The-Build-Matrix | ||||
* | 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 |
| | | | new command line options for fuzzer (see -h) |