summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Stronger fuzzer testsYann Collet2014-07-022-22/+41
* stronger fuzzer testsYann Collet2014-07-021-6/+11
* New fuzzer test (issue 134)Yann Collet2014-07-022-5/+73
* Quickfix of issue 134 (untested)Yann Collet2014-07-022-3/+6
* updated NEWSYann Collet2014-06-261-0/+8
* updated lz4cat man pageYann Collet2014-06-242-14/+12
* Fixed : issue 52 (reported by Ludwig Strigeus)Yann Collet2014-06-225-16/+19
* Fixed : using loadDict() with small dictionariesYann Collet2014-06-213-49/+69
* bugfix : streaming tiny messages from within very small ringbuffer (Takayuki'...Yann Collet2014-06-193-61/+53
* Fixed : streaming compression using small (<64KB) dictionary buffersYann Collet2014-06-173-83/+196
* quickfixYann Collet2014-06-141-2/+2
* LZ4 Streaming : check overlapping input/dictionaryYann Collet2014-06-145-41/+79
* Improved decompression speedYann Collet2014-06-121-23/+33
* Merge pull request #6 from Cyan4973/streamingCyan49732014-06-1113-448/+1020
|\
| * CLI : can select compression level > 9Yann Collet2014-06-113-15/+15
| * restored LZ4 HC streaming modeYann Collet2014-06-114-16/+54
| * improved compression ratio for long streams in 32 bits modeYann Collet2014-06-101-11/+9
| * lz4io : reduced memory usage in streaming modeYann Collet2014-06-104-43/+84
| * Improved compression speed in 64KB block modeYann Collet2014-06-091-19/+22
| * Obsolete "external allocation" functionsYann Collet2014-06-094-83/+70
| * removed old stream structureYann Collet2014-06-091-13/+7
| * converge towards LZ4_compress_continue()Yann Collet2014-06-094-114/+39
| * New : valgrind memtestYann Collet2014-06-097-112/+163
| * Fixed (continued) : address space overflow in 32-bits modeYann Collet2014-06-051-0/+8
| * Corrected : address space overflow in 32-bits modeYann Collet2014-06-041-5/+13
| * new test tool : datagenYann Collet2014-06-033-9/+275
| * restored continuous streaming modeYann Collet2014-06-021-18/+33
| * unified structure modelYann Collet2014-06-024-326/+105
| * coalesced streaming compression codeYann Collet2014-05-271-10/+122
| * speed optimizationYann Collet2014-05-231-10/+21
| * Continuous streaming mode (automatic)Yann Collet2014-05-213-22/+63
| * Added : fuzzer code for LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-201-7/+17
| * Introduce : LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-203-25/+48
| * restored Travis Build MatrixYann Collet2014-05-201-3/+19
| * Fixed : compilation errors using Visual 2012Yann Collet2014-05-202-21/+18
| * First version of Block Streaming API : LZ4_compress_usingDict()Yann Collet2014-05-197-294/+543
|/
* changed naming convention to *_usingDict()Yann Collet2014-05-044-39/+38
* Added : *_withDict to fullbenchYann Collet2014-05-032-17/+35
* Travis status for both master & dev branches, thanks to Takayuki MatsuokaYann Collet2014-05-031-2/+5
* Merge pull request #4 from t-mat/travis-ci-build-matrixCyan49732014-05-013-1/+23
|\
| * Add Travis build status badgeTakayuki MATSUOKA2014-04-301-0/+2
| * Add Travis CI's Build MatrixTakayuki MATSUOKA2014-04-302-1/+21
|/
* fuzzer : added compressibility parameter (-p#)Yann Collet2014-04-291-17/+20
* fixed : allocation within fuzzerYann Collet2014-04-291-18/+118
* modified : rand generatorYann Collet2014-04-281-2/+7
* fixed : read error into fuzzerYann Collet2014-04-281-2/+10
* Introduce "External Dictionary" de/compression APIYann Collet2014-04-285-169/+402
* fuzzer title shows 32/64 bits modeYann Collet2014-04-241-2/+3
* re-order travis testsYann Collet2014-04-223-9/+12
* Merge pull request #3 from Cyan4973/betar117Cyan49732014-04-2217-28/+204
|\