summaryrefslogtreecommitdiffstats
path: root/tests/fuzzer.c
Commit message (Collapse)AuthorAgeFilesLines
* added `extern C` for lz4.h static sectionYann Collet2017-03-171-1/+1
| | | | should make the file more compatible with C++ compiler, such as Visual or g++
* LZ4_compress_HC_continue_destSize() works as intended up to level 10Yann Collet2017-03-161-1/+1
| | | | | It's incompatible with btopt though, so cLevel >= 11 feature much reduced performance (degraded mode)
* LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-161-29/+55
| | | | | Limits compression level to 10, to remain compatible with Hash Chain.
* created LZ4_HC_STATIC_LINKING_ONLY sectionYann Collet2017-03-161-3/+4
| | | | where are exposed new prototypes *_destSize()
* tests: fuzzer: Add test for LZ4_compressHC_destSizeremittor2017-03-081-2/+38
|
* fuzzer: tests more compression levelsPrzemyslaw Skibinski2016-12-281-17/+17
|
* LZ4HC_getSearchNumPrzemyslaw Skibinski2016-12-281-1/+1
|
* added FUZ_CLEVEL_DEFAULTPrzemyslaw Skibinski2016-12-281-7/+8
|
* util.h and platform.h based on zstdPrzemyslaw Skibinski2016-12-211-1/+2
|
* fixed gcc 4.4 supportPrzemyslaw Skibinski2016-12-211-4/+12
|
* executables use basic types from util.hPrzemyslaw Skibinski2016-12-211-22/+2
|
* fix #283 : implement LZ4_versionString().Yann Collet2016-12-041-1/+1
|
* fix 32-bits mode.Yann Collet2016-11-171-7/+8
| | | | | | Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode
* fixed conversion warningsYann Collet2016-11-141-18/+2
|
* fixed conversion warningsYann Collet2016-11-141-8/+8
|
* fixed uintptr_t on pre-c99 compilersYann Collet2016-11-141-1/+2
|
* minor code refactoringYann Collet2016-11-141-31/+25
|
* fuzzer code refactoringYann Collet2016-11-131-106/+88
| | | | fix g++ conversion warning
* fixed fuzzer errorYann Collet2016-11-121-1/+1
|
* enabled deprecation warnings on remaining obsolete functionsYann Collet2016-11-121-38/+34
|
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
|
* test programs moved to tests/Przemyslaw Skibinski2016-11-031-0/+1169