summaryrefslogtreecommitdiffstats
path: root/programs/fuzzer.c
Commit message (Collapse)AuthorAgeFilesLines
* Updates tests & Man pagesYann Collet2015-03-221-57/+1
|
* scan-build testsYann Collet2015-03-151-4/+4
|
* g++ compatibilityYann Collet2015-03-101-1/+1
|
* NetBSD compatibility (#48)Yann Collet2015-03-071-7/+34
|
* Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher SpellerYann Collet2014-12-101-15/+14
|
* stronger tests for LZ4_compress_limitedOutput()Yann Collet2014-12-101-61/+76
|
* Updated unsynchronized buffers testsYann Collet2014-11-041-5/+50
|
* Added : valgrind test for fuzzerYann Collet2014-10-291-1/+1
|
* minor fuzzer test correctionYann Collet2014-10-291-0/+1
|
* LZ4 HC streaming integrated within lz4frameYann Collet2014-10-271-0/+0
|
* HC streaming : support for very long streaming (> 4 GB) scenariosYann Collet2014-10-261-5/+55
|
* HC streaming : support small ringbuffer scenariosYann Collet2014-10-251-147/+264
|
* LZ4 HC : fixed small dictionary streaming compressionYann Collet2014-10-201-5/+54
|
* LZ4 HC : External Dictionary compression : First implementation Yann Collet2014-10-201-32/+68
|
* fuzzer : easier random replayYann Collet2014-10-191-17/+17
|
* fuzzer : fixed test 21Yann Collet2014-10-191-4/+2
|
* fuzzer : faster jump to testNbYann Collet2014-10-191-13/+22
|
* fuzzer : fixed minor command lines issuesYann Collet2014-10-181-16/+16
|
* updated LZ4HC APIYann Collet2014-10-181-1/+89
|
* fuzzer : pause at the end is disabled by defaultYann Collet2014-10-101-334/+358
|
* modified : fuzzer automatically selects seedYann Collet2014-10-091-39/+28
|
* Added : suooirt for s390x, thanks to Nobuhiro IwamatsuYann Collet2014-09-221-0/+1
| | | Multiple warning fixes for Visual Studio 2012
* minor fuzzer code cleanupYann Collet2014-08-301-17/+17
|
* minor fuzzer cleaningYann Collet2014-08-301-31/+6
|
* Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-141-4/+4
|
* Modified : lz4 streaming API, strong typesYann Collet2014-07-141-2/+2
|
* updated fuzzer, faster and cleaner overflow testsYann Collet2014-07-051-51/+56
|
* update to r119Yann Collet2014-07-021-5/+8
|
* Stronger fuzzer testsYann Collet2014-07-021-18/+37
| | | Stronger fix 134
* stronger fuzzer testsYann Collet2014-07-021-6/+11
|
* New fuzzer test (issue 134)Yann Collet2014-07-021-4/+72
|
* Fixed : issue 52 (reported by Ludwig Strigeus)Yann Collet2014-06-221-4/+5
|
* Fixed : using loadDict() with small dictionariesYann Collet2014-06-211-11/+26
|
* bugfix : streaming tiny messages from within very small ringbuffer ↵Yann Collet2014-06-191-3/+3
| | | | (Takayuki's streaming example 2)
* Obsolete "external allocation" functionsYann Collet2014-06-091-4/+4
| | | (convergence towards LZ4_compress_continue() )
* 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