summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-11-13minor refactor of lz4ioYann Collet1-2/+3
2020-11-09minor : lz4frame include stdlib only if neededYann Collet1-1/+1
2020-11-09changed LZ4_calloc() to a 2-arguments signatureYann Collet1-2/+2
2020-11-08Merge branch 'dev' into customMemYann Collet2-4/+7
2020-11-08first proposal for LZ4_USER_MEMORY_FUNCTIONSYann Collet3-12/+28
2020-11-08Merge pull request #944 from lz4/fix874Yann Collet1-1/+1
2020-11-08Merge pull request #945 from lz4/fix926Yann Collet2-3/+6
2020-11-08fixed remaining ubsan warningsYann Collet2-3/+6
2020-11-08fix #874Yann Collet1-1/+1
2020-11-08update obsolete section documentationYann Collet1-12/+11
2020-11-07fix minor UBsYann Collet2-3/+5
2020-11-07fix #926Yann Collet1-18/+20
2020-11-07Merge pull request #941 from lz4/revertinlineYann Collet2-20/+20
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-06LZ4F_decompress requires a valid dctx stateYann Collet3-7/+10
2020-11-06Merge pull request #936 from lz4/alignTestYann Collet5-108/+77
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 Collet2-27/+30
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-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-02preserver alignment test on Visual Studio x64Yann Collet1-16/+19
2020-10-01add LZ4F_decompress() tests with (NULL,0) input and outputYann Collet1-32/+52
2020-10-01make scan-build accept assert()Yann Collet1-6/+9
2020-09-30fix bad init scenarioYann Collet1-3/+5
2020-09-30added memcpy() related SA warning fixesYann Collet1-8/+14
2020-09-29fix conversion warningYann Collet1-5/+5
2020-09-29Merge branch 'dev' into safixesYann Collet1-1/+1
2020-09-29fix minor static analyzer warningsYann Collet3-37/+39
2020-09-29bump version numberYann Collet1-1/+1
2020-09-28Merge pull request #923 from lz4/fix784Yann Collet2-42/+105
2020-09-28improved last literals run on LZ4_compress_destSizeYann Collet1-2/+2
2020-09-27ensure last match not too close to endYann Collet2-21/+40
2020-09-27fix incorrect countingYann Collet1-2/+3
2020-09-27Merge pull request #921 from lz4/doubleNullYann Collet1-0/+1
2020-09-27fix efficiency of LZ4_compress_HC_destSize()Yann Collet2-25/+68
2020-09-27Fix compilation with TinyCCAnton Kochkov1-2/+2
2020-09-26fix compressing into NULLYann Collet1-0/+1
2020-09-17comment bug on older versions of ZSTD_compress_destSize()Yann Collet1-1/+12
2020-09-17fixed lz4frame with blocks of size 1Yann Collet2-22/+23
2020-09-16added the actual code changeYann Collet1-6/+53
2020-08-27fix #783Yann Collet2-28/+45
2020-08-26Merge branch 'dev' into extraInputYann Collet2-61/+71
2020-08-25added documentation about LZ4_FORCE_SW_BITCOUNTYann Collet2-8/+33