summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-11-13LZ4IO_createDict() doesn't need prefsYann Collet1-1/+1
2020-11-09proper fullbench's LZ4_calloc()Yann Collet1-1/+1
2020-11-09changed LZ4_calloc() to a 2-arguments signatureYann Collet1-1/+1
2020-11-09fix fullbench's LZ4_free()Yann Collet1-1/+1
2020-11-08Merge branch 'dev' into customMemYann Collet2-15/+56
2020-11-08first proposal for LZ4_USER_MEMORY_FUNCTIONSYann Collet2-3/+14
2020-11-08Merge pull request #943 from lz4/fullbench_decYann Collet1-3/+44
2020-11-08attempt at silencing cppcheckYann Collet1-12/+12
2020-11-08fullbench: added LZ4F_decompress_noHint()Yann Collet1-0/+35
2020-11-08added test for LZ4_decompress_safe_withPrefix64k()Yann Collet1-3/+9
2020-11-07added similar tests for LZ4_saveDict()Yann Collet1-1/+17
2020-11-07fix #926Yann Collet1-2/+18
2020-11-06unified alignment testYann Collet1-28/+46
2020-10-31fix minor explicit castYann Collet1-1/+1
2020-10-02reduce new test stack usageYann Collet1-10/+12
2020-10-02fix cppcheck unused variable warningYann Collet1-0/+1
2020-10-02added LZ4_streamHC_t init testYann Collet1-2/+21
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-29fix minor static analyzer warningsYann Collet2-12/+13
2020-09-28Merge pull request #923 from lz4/fix784Yann Collet2-23/+111
2020-09-28improved last literals run on LZ4_compress_destSizeYann Collet1-8/+10
2020-09-27ensure last match not too close to endYann Collet1-6/+8
2020-09-27fix incorrect countingYann Collet1-1/+1
2020-09-27fix efficiency of LZ4_compress_HC_destSize()Yann Collet1-9/+93
2020-09-26fix compressing into NULLYann Collet1-4/+13
2020-09-17fixed ubsan tests with dynamic libraryYann Collet1-0/+1
2020-09-17fixed lz4frame with blocks of size 1Yann Collet1-2/+4
2020-09-17Merge branch 'usan_null' of github.com:lz4/lz4 into usan_nullYann Collet1-2/+5
2020-09-17fix ubsan testYann Collet1-1/+1
2020-09-15fix #847Yann Collet1-2/+5
2020-09-15added test triggering NULL arithmetic with usanYann Collet1-0/+8
2020-08-27fixed minor pre-existing printf formattingYann Collet1-2/+2
2020-08-27fixed strict c90 supportYann Collet1-2/+0
2020-08-27fix #783Yann Collet1-4/+4
2020-08-26Merge branch 'dev' into extraInputYann Collet1-81/+92
2020-08-25fix test under non-interactive environmentYann Collet1-1/+1
2020-08-25added more tests around --content-sizeYann Collet1-1/+10
2020-08-25use variables for program invocationYann Collet1-80/+82
2020-08-18Merge branch 'dev' into extraInputYann Collet1-9/+21
2020-08-12Clarifies and fix EndMarkYann Collet1-9/+21
2020-08-12fix issue #783 (#862)BellaXlp2-3/+60
2020-08-12added test decompress-partial with extraneous input bytesYann Collet2-10/+19
2020-08-10Merge pull request #895 from lz4/hugefastYann Collet1-0/+5
2020-08-10add test that breaks --fastYann Collet1-0/+5
2020-08-06Remove dirty Field From LZ4_stream_tW. Felix Handte1-4/+0
2020-07-13Merge pull request #866 from sandyharvie/devYann Collet1-0/+18
2020-05-30Fix tests on OpenBSDBjörn Ketelaars1-1/+1
2020-05-13add testsChristopher Harvie1-0/+18