summaryrefslogtreecommitdiffstats
path: root/programs/fuzzer.c
Commit message (Expand)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
* 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 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 (Takayuki'...Yann Collet2014-06-191-3/+3
* Obsolete "external allocation" functionsYann Collet2014-06-091-4/+4
* 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
* 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