summaryrefslogtreecommitdiffstats
path: root/programs/fuzzer.c
Commit message (Expand)AuthorAgeFilesLines
* test programs moved to tests/Przemyslaw Skibinski2016-11-031-1169/+0
* fuzzer depends on standard C time.h onlyYann Collet2016-09-031-53/+19
* Minor fuzzer code refactoringYann Collet2016-08-111-93/+62
* fixed : fuzzer test, reported by @setharnold (#203)Yann Collet2016-08-101-5/+5
* Updated xxhash library to v0.6.1Yann Collet2016-06-291-5/+6
* Fixed a few minor visual analyzer warningsYann Collet2015-06-291-11/+11
* Fixed : fuzzer display messagesYann Collet2015-06-271-3/+3
* Added : LZ4_compress_destSize()Yann Collet2015-05-061-0/+35
* Fixed bug 9318Yann Collet2015-05-021-1/+1
* Fixed minor static analyzer warningYann Collet2015-04-241-1/+1
* streaming API : Improved ring buffer managementYann Collet2015-04-241-51/+81
* Shortened tests durationsYann Collet2015-04-121-18/+15
* Fixed : a few minor coverity warningsYann Collet2015-04-121-4/+5
* Implemented obsolete warning messageYann Collet2015-04-111-8/+9
* Updated : fuzzer tests can be programmed for a timelengthYann Collet2015-04-101-23/+54
* 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