aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-13LZ4IO_createDict() doesn't need prefsYann Collet
2020-11-13LZ4IO_decompressSrcFile() doesn't need mutable prefsYann Collet
2020-11-13selectDecoder() doesn't need mutable prefsYann Collet
2020-11-13LZ4IO_passThrough() doesn't need prefsYann Collet
2020-11-13LZ4IO_decompressLZ4F() doesn't need mutable prefsYann Collet
2020-11-13LZ4IO_decodeLegacyStream() doesn't need mutable prefsYann Collet
2020-11-13LZ4IO_fwriteSparse doesn't need writable prefsYann Collet
2020-11-13minor refactorYann Collet
2020-11-13minor refactor of lz4ioYann Collet
2020-11-13Merge pull request #950 from lz4/appvtestYann Collet
2020-11-13appveyor artifact generationYann Collet
2020-11-12Add product_available to product available modules am: 8e875ddd2a am: a36be34...Justin Yun
2020-11-12Add product_available to product available modules am: 8e875ddd2a am: a36be34...Justin Yun
2020-11-12Add product_available to product available modules am: 8e875ddd2a am: a36be34ccaJustin Yun
2020-11-12Add product_available to product available modules am: 8e875ddd2aJustin Yun
2020-11-11Merge pull request #949 from lz4/cmakedllYann Collet
2020-11-11Merge pull request #946 from lz4/customMemYann Collet
2020-11-11Add product_available to product available modulesJustin Yun
2020-11-11fix cmake build of shared dll with visualYann Collet
2020-11-09updated NEWS for v1.9.3Yann Collet
2020-11-09minor : lz4frame include stdlib only if neededYann 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-08fix travis testYann 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 #943 from lz4/fullbench_decYann Collet
2020-11-08Merge pull request #945 from lz4/fix926Yann Collet
2020-11-08attempt at silencing cppcheckYann Collet
2020-11-08fixed remaining ubsan warningsYann Collet
2020-11-08fix #874Yann Collet
2020-11-08fullbench: added LZ4F_decompress_noHint()Yann Collet
2020-11-08added test for LZ4_decompress_safe_withPrefix64k()Yann Collet
2020-11-08update obsolete section documentationYann Collet
2020-11-07Merge pull request #942 from lz4/fix926Yann Collet
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