summaryrefslogtreecommitdiffstats
path: root/programs/fuzzer.c
Commit message (Expand)AuthorAgeFilesLines
* First version of Block Streaming API : LZ4_compress_usingDict()Yann Collet2014-05-191-12/+51
* changed naming convention to *_usingDict()Yann Collet2014-05-041-16/+16
* 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-281-96/+253
* fuzzer title shows 32/64 bits modeYann Collet2014-04-241-2/+3
* re-order travis testsYann Collet2014-04-221-1/+1
* Add command-line switch to support Travis-CITakayuki MATSUOKA2014-04-161-7/+18
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-1/+1
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croiz...yann.collet.73@gmail.com2014-02-041-3/+2
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-071-0/+303