summaryrefslogtreecommitdiffstats
path: root/programs/fuzzer.c
Commit message (Collapse)AuthorAgeFilesLines
...
* converge towards LZ4_compress_continue()Yann Collet2014-06-091-14/+26
|
* unified structure modelYann Collet2014-06-021-2/+9
|
* Added : fuzzer code for LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-201-7/+17
|
* 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
| | | new command line options for fuzzer (see -h)
* 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
| | | fix : remove man pages on uninstall
* Add command-line switch to support Travis-CITakayuki MATSUOKA2014-04-161-7/+18
| | | | | | | | | Add command-line switch '--no-prompt' to fullbench and fuzzer. '--no-prompt' enables : - Throtting stdout to satisfy Travis-CI's stdout limit (10MB). - Prevent Travis-CI's build timeouts and ignore pause by getchar(). http://docs.travis-ci.com/user/build-configuration/#Build-Timeouts
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-1/+1
| | | | | | | | | | | Makefile : library compilation compatible with clang Makefile : library is versioned and linked (issue 119) lz4.h : no more static inline prototypes (issue 116) man : improved header/footer (issue 111) Makefile : Use system default $(CC) & $(MAKE) variables (issue 112) xxhash : updated to r34 git-svn-id: https://lz4.googlecode.com/svn/trunk@114 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery ↵yann.collet.73@gmail.com2014-02-041-3/+2
| | | | | | | | | | | Croizier ! LZ4HC : Compression Level is now a programmable parameter (CLI from 4 to 9) Separated IO routines from command line (lz4io.c) Version number into lz4.h (suggested by Francesc Alted) git-svn-id: https://lz4.googlecode.com/svn/trunk@113 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-071-0/+303
Modified Directory tree, to better separate libraries from programs. git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd