summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-07fix minor UBsYann Collet
2020-11-07added similar tests for LZ4_saveDict()Yann Collet
2020-11-07fix #926Yann Collet
2020-11-07Merge pull request #941 from lz4/revertinlineYann Collet
2020-11-07Merge pull request #940 from lz4/fix935Yann Collet
2020-11-07Revert "Replace "static" to "LZ4_FORCE_INLINE" for small functions"Yann Collet
2020-11-07fix #935Yann Collet
2020-11-07Merge pull request #939 from lz4/fix927Yann Collet
2020-11-06LZ4F_decompress requires a valid dctx stateYann Collet
2020-11-06Merge pull request #936 from lz4/alignTestYann Collet
2020-11-06static state sizeYann Collet
2020-11-06re-enable alignment test on all targetsYann Collet
2020-11-06unified internal state declarationYann Collet
2020-11-06document LZ4_ALIGN_TESTYann Collet
2020-11-06unified alignment testYann Collet
2020-11-06Merge pull request #938 from terrelln/fuzzer-fixYann Collet
2020-11-05[ossfuzz] Fix parallel buildsNick Terrell
2020-10-31fix minor explicit castYann Collet
2020-10-31Merge pull request #930 from remittor-pr/fix_msvcYann Collet
2020-10-07Replace "static" to "LZ4_FORCE_INLINE" for small functionsremittor
2020-10-07Replace define LZ4_FORCE_O2_INLINE_GCC_PPC64LE to LZ4_FORCE_INLINEremittor
2020-10-06Merge pull request #928 from remittor-pr/human_redableYann Collet
2020-10-06Fix: The "inline" specifier do not use for LZ4_wildCopy8 and LZ4_wildCopy32remittor
2020-10-03[lz4hc] Made function LZ4HC_encodeSequence a human readableremittor
2020-10-02reduce new test stack usageYann Collet
2020-10-02Appveyor: added compilation and runtime fuzzer testsYann Collet
2020-10-02preserver alignment test on Visual Studio x64Yann Collet
2020-10-02fixed x32 test on TravisYann Collet
2020-10-02fix cppcheck unused variable warningYann Collet
2020-10-02added LZ4_streamHC_t init testYann Collet
2020-10-02Merge pull request #925 from lz4/test_nullYann 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-10-01Merge pull request #924 from lz4/safixesYann Collet
2020-10-01make scan-build accept assert()Yann Collet
2020-09-30fix bad init scenarioYann Collet
2020-09-30added memcpy() related SA warning fixesYann Collet
2020-09-30Merge branch 'safixes' of github.com:lz4/lz4 into safixesYann Collet
2020-09-29fix conversion warningYann Collet
2020-09-29Merge branch 'dev' into safixesYann Collet
2020-09-29fix minor static analyzer warningsYann Collet
2020-09-29fix minor static analyzer warningsYann Collet
2020-09-29bump version numberYann 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-27Merge pull request #921 from lz4/doubleNullYann Collet
2020-09-27Merge pull request #922 from XVilka/tinycc-supportYann Collet