summaryrefslogtreecommitdiff
path: root/tests/frametest.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-14fixed minor Visual warningYann Collet1-1/+1
2020-11-14better visual conformanceYann Collet1-2/+1
2020-10-01define sentinelTestYann Collet1-2/+3
2020-10-01make it possible to select SCANBUILD binary on command lineYann Collet1-1/+1
2020-10-01add LZ4F_decompress() tests with (NULL,0) input and outputYann Collet1-1/+3
2020-09-28improved last literals run on LZ4_compress_destSizeYann Collet1-8/+10
2020-09-17fixed lz4frame with blocks of size 1Yann Collet1-2/+4
2020-08-12Clarifies and fix EndMarkYann Collet1-9/+21
2020-05-13add testsChristopher Harvie1-0/+18
2019-08-15fixed test errorYann Collet1-1/+1
2019-07-15ensure conformance with custom LZ4_DISTANCE_MAXYann Collet1-1/+2
2019-06-30fix minor cppcheck warningsYann Collet1-1/+1
2019-06-30updated frametestYann Collet1-16/+27
2019-06-30frametest: added LZ4F decoder noise testYann Collet1-83/+182
2019-04-18address a few minor Visual warningsYann Collet1-3/+4
2019-04-18fix several minor static analyzer warningsYann Collet1-6/+8
2019-04-15added a fake initialization to please an analyzerYann Collet1-1/+1
2019-04-15added more margin for canary in frametestYann Collet1-5/+4
2019-04-15frametest: removed uninitialized warningYann Collet1-17/+26
2019-04-15assert() the failed testYann Collet1-0/+1
2019-04-15fixed frametestYann Collet1-10/+14
2019-04-09made LZ4F_getHeaderSize() publicYann Collet1-3/+8
2019-04-05fuzzer: fixed strict c99 with mmap+MAP_ANONYMOUSYann Collet1-5/+4
2019-01-09Fix C90 compatibility issueTim Zakian1-1/+2
2019-01-09Make LZ4F_getBlockSize public and publis in experimental sectionTim Zakian1-0/+22
2018-12-02clang: Fix -WcommaLzu Tao1-1/+1
2018-10-09added a test for LZ4F_compressEnd()Yann Collet1-2/+12
2018-09-19tried to clean another bunch of cppcheck warningsYann Collet1-5/+6
2018-09-18added cppcheckYann Collet1-2/+2
2018-05-05small extDict : fixed side-effectYann Collet1-0/+1
2018-05-05fixed frametest errorYann Collet1-2/+6
2018-04-24Multiply-Include Header to Check Guard Macro CorrectnessW. Felix Handte1-0/+3
2018-04-24Change Over Includes in the ProjectW. Felix Handte1-1/+2
2018-03-12Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte1-8/+11
2018-03-12Add Bounds Check to locateBuffDiffW. Felix Handte1-3/+5
2017-08-11restored block checksum capability at lz4frame API levelYann Collet1-2/+26
2017-08-10implemented lz4frame decompression APIYann Collet1-3/+64
2017-08-10support dictionary compression with independent blocksYann Collet1-0/+30
2017-08-10dictionary compression correctly uses compression levelYann Collet1-0/+24
2017-08-09implemented dictionary compression in lz4frameYann Collet1-1/+27
2017-08-08added dictID inside LZ4F_frameInfo_tYann Collet1-85/+76
2017-05-10fix (minor) g++ compatibility for frametestYann Collet1-1/+1
2017-05-10added test for LZ4F_resetDecompressionContext()Yann Collet1-16/+29
2017-05-10fixed c_standards testsYann Collet1-1/+2
2017-04-09lz4frame : Added negative compression levelsYann Collet1-1/+11
2017-03-28added LZ4F_resetDecompressionContext()Yann Collet1-22/+22
2017-03-28Safer LZ4_getFrameInfo()Yann Collet1-9/+17
2016-12-22Merge pull request #292 from inikep/devYann Collet1-22/+4
2016-12-21util.h and platform.h based on zstdPrzemyslaw Skibinski1-1/+1
2016-12-21LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compress...Yann Collet1-0/+7