aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-11-14fixed minor Visual warningYann Collet
2020-11-14better visual conformanceYann Collet
2020-11-13LZ4IO_createDict() doesn't need prefsYann Collet
2020-11-09proper fullbench's LZ4_calloc()Yann Collet
2020-11-09changed LZ4_calloc() to a 2-arguments signatureYann Collet
2020-11-09fix fullbench's LZ4_free()Yann Collet
2020-11-08Merge branch 'dev' into customMemYann Collet
2020-11-08first proposal for LZ4_USER_MEMORY_FUNCTIONSYann Collet
2020-11-08Merge pull request #943 from lz4/fullbench_decYann Collet
2020-11-08attempt at silencing cppcheckYann Collet
2020-11-08fullbench: added LZ4F_decompress_noHint()Yann Collet
2020-11-08added test for LZ4_decompress_safe_withPrefix64k()Yann Collet
2020-11-07added similar tests for LZ4_saveDict()Yann Collet
2020-11-07fix #926Yann Collet
2020-11-06unified alignment testYann Collet
2020-10-31fix minor explicit castYann Collet
2020-10-02reduce new test stack usageYann Collet
2020-10-02fix cppcheck unused variable warningYann Collet
2020-10-02added LZ4_streamHC_t init testYann Collet
2020-10-01define sentinelTestYann Collet
2020-10-01make it possible to select SCANBUILD binary on command lineYann Collet
2020-10-01add LZ4F_decompress() tests with (NULL,0) input and outputYann Collet
2020-09-29fix minor static analyzer warningsYann Collet
2020-09-28Merge pull request #923 from lz4/fix784Yann Collet
2020-09-28improved last literals run on LZ4_compress_destSizeYann Collet
2020-09-27ensure last match not too close to endYann Collet
2020-09-27fix incorrect countingYann Collet
2020-09-27fix efficiency of LZ4_compress_HC_destSize()Yann Collet
2020-09-26fix compressing into NULLYann Collet
2020-09-17fixed ubsan tests with dynamic libraryYann Collet
2020-09-17fixed lz4frame with blocks of size 1Yann Collet
2020-09-17Merge branch 'usan_null' of github.com:lz4/lz4 into usan_nullYann Collet
2020-09-17fix ubsan testYann Collet
2020-09-15fix #847Yann Collet
2020-09-15added test triggering NULL arithmetic with usanYann Collet
2020-08-27fixed minor pre-existing printf formattingYann Collet
2020-08-27fixed strict c90 supportYann Collet
2020-08-27fix #783Yann Collet
2020-08-26Merge branch 'dev' into extraInputYann Collet
2020-08-25fix test under non-interactive environmentYann Collet
2020-08-25added more tests around --content-sizeYann Collet
2020-08-25use variables for program invocationYann Collet
2020-08-18Merge branch 'dev' into extraInputYann Collet
2020-08-12Clarifies and fix EndMarkYann Collet
2020-08-12fix issue #783 (#862)BellaXlp
2020-08-12added test decompress-partial with extraneous input bytesYann Collet
2020-08-10Merge pull request #895 from lz4/hugefastYann Collet
2020-08-10add test that breaks --fastYann Collet
2020-08-06Remove dirty Field From LZ4_stream_tW. Felix Handte
2020-07-13Merge pull request #866 from sandyharvie/devYann Collet