summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-08-30Merge tag 'v1.9.3' into lineage-18.1HEADlineage-18.1alk3pInjection
2020-11-15update docYann Collet
2020-11-14fix minor win32 warningYann Collet
2020-11-14better visual conformanceYann Collet
2020-11-14Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet
2020-11-14restrict BitScanForward() to VS2005+Yann Collet
2020-11-13minor refactor of lz4ioYann Collet
2020-11-09minor : lz4frame include stdlib only if neededYann Collet
2020-11-09changed LZ4_calloc() to a 2-arguments signatureYann Collet
2020-11-08Merge branch 'dev' into customMemYann Collet
2020-11-08first proposal for LZ4_USER_MEMORY_FUNCTIONSYann Collet
2020-11-08Merge pull request #944 from lz4/fix874Yann Collet
2020-11-08Merge pull request #945 from lz4/fix926Yann Collet
2020-11-08fixed remaining ubsan warningsYann Collet
2020-11-08fix #874Yann Collet
2020-11-08update obsolete section documentationYann Collet
2020-11-07fix minor UBsYann Collet
2020-11-07fix #926Yann Collet
2020-11-07Merge pull request #941 from lz4/revertinlineYann Collet
2020-11-07Revert "Replace "static" to "LZ4_FORCE_INLINE" for small functions"Yann Collet
2020-11-07fix #935Yann 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-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-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-02preserver alignment test on Visual Studio x64Yann Collet
2020-10-01add LZ4F_decompress() tests with (NULL,0) input and outputYann 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-29fix conversion warningYann Collet
2020-09-29Merge branch 'dev' into safixesYann 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-27fix efficiency of LZ4_compress_HC_destSize()Yann Collet
2020-09-27Fix compilation with TinyCCAnton Kochkov
2020-09-26fix compressing into NULLYann Collet