summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-07Merge pull request #942 from lz4/fix926Yann Collet3-21/+57
2020-11-07fix minor UBsYann Collet2-3/+5
2020-11-07added similar tests for LZ4_saveDict()Yann Collet1-1/+17
2020-11-07fix #926Yann Collet2-20/+38
2020-11-07Merge pull request #941 from lz4/revertinlineYann Collet2-20/+20
2020-11-07Merge pull request #940 from lz4/fix935Yann Collet2-3/+4
2020-11-07Revert "Replace "static" to "LZ4_FORCE_INLINE" for small functions"Yann Collet2-20/+20
2020-11-07fix #935Yann Collet2-3/+4
2020-11-07Merge pull request #939 from lz4/fix927Yann Collet3-7/+10
2020-11-06LZ4F_decompress requires a valid dctx stateYann Collet3-7/+10
2020-11-06Merge pull request #936 from lz4/alignTestYann Collet8-143/+155
2020-11-06static state sizeYann Collet2-4/+4
2020-11-06re-enable alignment test on all targetsYann Collet3-17/+10
2020-11-06unified internal state declarationYann Collet2-74/+41
2020-11-06document LZ4_ALIGN_TESTYann Collet1-0/+3
2020-11-06unified alignment testYann Collet3-55/+76
2020-11-06Merge pull request #938 from terrelln/fuzzer-fixYann Collet1-7/+7
2020-11-05[ossfuzz] Fix parallel buildsNick Terrell1-7/+7
2020-10-31fix minor explicit castYann Collet1-1/+1
2020-10-31Merge pull request #930 from remittor-pr/fix_msvcYann Collet2-38/+38
2020-10-07Replace "static" to "LZ4_FORCE_INLINE" for small functionsremittor2-20/+20
2020-10-07Replace define LZ4_FORCE_O2_INLINE_GCC_PPC64LE to LZ4_FORCE_INLINEremittor1-18/+18
2020-10-06Merge pull request #928 from remittor-pr/human_redableYann Collet1-23/+30
2020-10-06Fix: The "inline" specifier do not use for LZ4_wildCopy8 and LZ4_wildCopy32remittor1-1/+1
2020-10-03[lz4hc] Made function LZ4HC_encodeSequence a human readableremittor1-23/+30
2020-10-02reduce new test stack usageYann Collet1-10/+12
2020-10-02Appveyor: added compilation and runtime fuzzer testsYann Collet1-3/+9
2020-10-02preserver alignment test on Visual Studio x64Yann Collet1-16/+19
2020-10-02fixed x32 test on TravisYann Collet1-5/+2
2020-10-02fix cppcheck unused variable warningYann Collet1-0/+1
2020-10-02added LZ4_streamHC_t init testYann Collet1-2/+21
2020-10-02Merge pull request #925 from lz4/test_nullYann Collet3-37/+62
2020-10-01define sentinelTestYann Collet1-2/+3
2020-10-01make it possible to select SCANBUILD binary on command lineYann Collet2-2/+4
2020-10-01add LZ4F_decompress() tests with (NULL,0) input and outputYann Collet2-33/+55
2020-10-01Merge pull request #924 from lz4/safixesYann Collet11-86/+98
2020-10-01make scan-build accept assert()Yann Collet2-7/+10
2020-09-30fix bad init scenarioYann Collet1-3/+5
2020-09-30added memcpy() related SA warning fixesYann Collet1-8/+14
2020-09-30Merge branch 'safixes' of github.com:lz4/lz4 into safixesYann Collet5-31/+33
2020-09-29fix conversion warningYann Collet1-5/+5
2020-09-29Merge branch 'dev' into safixesYann Collet3-5/+5
2020-09-29fix minor static analyzer warningsYann Collet12-91/+114
2020-09-29fix minor static analyzer warningsYann Collet11-69/+90
2020-09-29bump version numberYann Collet3-26/+48
2020-09-28Merge pull request #923 from lz4/fix784Yann Collet4-65/+216
2020-09-28improved last literals run on LZ4_compress_destSizeYann Collet2-10/+12
2020-09-27ensure last match not too close to endYann Collet3-27/+48
2020-09-27fix incorrect countingYann Collet2-3/+4
2020-09-27Merge pull request #921 from lz4/doubleNullYann Collet2-4/+14