summaryrefslogtreecommitdiffstats
path: root/tests/frametest.c
Commit message (Expand)AuthorAgeFilesLines
* added options.skipChecksums to local fuzzer testYann Collet2022-07-291-0/+1
* Merge pull request #1115 from lz4/lz4f_customMemYann Collet2022-07-161-4/+63
|\
| * implemented LZ4F_createCDict_advanced()Yann Collet2022-07-131-2/+9
| * Merge branch 'dev' into lz4f_customMemYann Collet2022-07-131-3/+3
| |\
| * | implemented first custom memory manager interfaceYann Collet2022-07-131-4/+56
* | | support skippable frames within pipeYann Collet2022-07-151-2/+0
| |/ |/|
* | fix stricter enum type requirements for C++Yann Collet2022-07-131-3/+3
|/
* update frametest for new condition for uncompressedUpdateYann Collet2022-07-051-13/+10
* added fuzzer test for LZ4F_uncompressedUpdate in frametestYann Collet2022-07-011-12/+29
* Introduce MIN and MAX bounds to LZ4_MEMORY_USAGEYann Collet2022-01-311-9/+10
* Fix typos found by codespellDimitri Papadopoulos2021-11-251-1/+1
* fix UB lz4:988 and lz4:1178Yann Collet2021-05-281-1/+4
* updated license & header datesYann Collet2020-11-251-1/+1
* fixed minor Visual warningYann Collet2020-11-151-1/+1
* better visual conformanceYann Collet2020-11-151-2/+1
* define sentinelTestYann Collet2020-10-021-2/+3
* make it possible to select SCANBUILD binary on command lineYann Collet2020-10-021-1/+1
* add LZ4F_decompress() tests with (NULL,0) input and outputYann Collet2020-10-021-1/+3
* improved last literals run on LZ4_compress_destSizeYann Collet2020-09-281-8/+10
* fixed lz4frame with blocks of size 1Yann Collet2020-09-171-2/+4
* Clarifies and fix EndMarkYann Collet2020-08-131-9/+21
* add testsChristopher Harvie2020-05-141-0/+18
* fixed test errorv1.9.2Yann Collet2019-08-151-1/+1
* ensure conformance with custom LZ4_DISTANCE_MAXYann Collet2019-07-151-1/+2
* fix minor cppcheck warningsYann Collet2019-06-301-1/+1
* updated frametestYann Collet2019-06-301-16/+27
* frametest: added LZ4F decoder noise testYann Collet2019-06-301-83/+182
* address a few minor Visual warningsYann Collet2019-04-181-3/+4
* fix several minor static analyzer warningsYann Collet2019-04-181-6/+8
* added a fake initialization to please an analyzerYann Collet2019-04-151-1/+1
* added more margin for canary in frametestYann Collet2019-04-151-5/+4
* frametest: removed uninitialized warningYann Collet2019-04-151-17/+26
* assert() the failed testYann Collet2019-04-151-0/+1
* fixed frametestYann Collet2019-04-151-10/+14
* made LZ4F_getHeaderSize() publicYann Collet2019-04-101-3/+8
* fuzzer: fixed strict c99 with mmap+MAP_ANONYMOUSYann Collet2019-04-051-5/+4
* Fix C90 compatibility issueTim Zakian2019-01-091-1/+2
* Make LZ4F_getBlockSize public and publis in experimental sectionTim Zakian2019-01-091-0/+22
* clang: Fix -WcommaLzu Tao2018-12-021-1/+1
* added a test for LZ4F_compressEnd()Yann Collet2018-10-091-2/+12
* tried to clean another bunch of cppcheck warningsYann Collet2018-09-191-5/+6
* added cppcheckYann Collet2018-09-181-2/+2
* small extDict : fixed side-effectYann Collet2018-05-061-0/+1
* fixed frametest errorYann Collet2018-05-061-2/+6
* Multiply-Include Header to Check Guard Macro CorrectnessW. Felix Handte2018-04-241-0/+3
* Change Over Includes in the ProjectW. Felix Handte2018-04-241-1/+2
* Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte2018-03-121-8/+11
* Add Bounds Check to locateBuffDiffW. Felix Handte2018-03-121-3/+5
* restored block checksum capability at lz4frame API levelYann Collet2017-08-121-2/+26
* implemented lz4frame decompression APIYann Collet2017-08-101-3/+64