summaryrefslogtreecommitdiff
path: root/lib/lz4.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-14better visual conformanceYann Collet1-4/+3
2020-11-14restrict BitScanForward() to VS2005+Yann Collet1-1/+1
2020-11-09changed LZ4_calloc() to a 2-arguments signatureYann Collet1-2/+2
2020-11-08Merge branch 'dev' into customMemYann Collet1-2/+2
2020-11-08first proposal for LZ4_USER_MEMORY_FUNCTIONSYann Collet1-4/+17
2020-11-08Merge pull request #944 from lz4/fix874Yann Collet1-1/+1
2020-11-08fixed remaining ubsan warningsYann Collet1-1/+1
2020-11-08fix #874Yann Collet1-1/+1
2020-11-07fix minor UBsYann Collet1-1/+3
2020-11-07Merge pull request #941 from lz4/revertinlineYann Collet1-18/+18
2020-11-07Revert "Replace "static" to "LZ4_FORCE_INLINE" for small functions"Yann Collet1-18/+18
2020-11-07fix #935Yann Collet1-2/+3
2020-11-06Merge pull request #936 from lz4/alignTestYann Collet1-12/+19
2020-11-06re-enable alignment test on all targetsYann Collet1-14/+6
2020-11-06unified alignment testYann Collet1-9/+24
2020-10-07Replace "static" to "LZ4_FORCE_INLINE" for small functionsremittor1-18/+18
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-09-29fix conversion warningYann Collet1-5/+5
2020-09-29fix minor static analyzer warningsYann Collet1-17/+19
2020-09-28Merge pull request #923 from lz4/fix784Yann Collet1-9/+15
2020-09-28improved last literals run on LZ4_compress_destSizeYann Collet1-2/+2
2020-09-27ensure last match not too close to endYann Collet1-6/+11
2020-09-27Merge pull request #921 from lz4/doubleNullYann Collet1-0/+1
2020-09-27fix efficiency of LZ4_compress_HC_destSize()Yann Collet1-1/+2
2020-09-27Fix compilation with TinyCCAnton Kochkov1-2/+2
2020-09-26fix compressing into NULLYann Collet1-0/+1
2020-09-17fixed lz4frame with blocks of size 1Yann Collet1-21/+19
2020-09-16added the actual code changeYann Collet1-6/+53
2020-08-27fix #783Yann Collet1-16/+23
2020-08-26Merge branch 'dev' into extraInputYann Collet1-55/+57
2020-08-25added documentation about LZ4_FORCE_SW_BITCOUNTYann Collet1-2/+19
2020-08-24Merge pull request #898 from aqrit/aqrit-prefixlenYann Collet1-45/+46
2020-08-21removed LZ4_compress_fast_force()Yann Collet1-16/+0
2020-08-17silence warningaqrit1-2/+2
2020-08-12fix issue #783 (#862)BellaXlp1-1/+1
2020-08-11rejigger bit counting intrinsicsaqrit1-45/+46
2020-08-10Merge pull request #895 from lz4/hugefastYann Collet1-5/+14
2020-08-10fix #876Yann Collet1-5/+14
2020-08-10Fix Enum CastsW. Felix Handte1-5/+5
2020-08-06Remove dirty Field From LZ4_stream_tW. Felix Handte1-10/+0
2020-08-05Remove Extraneous Reset in LZ4_attach_dictionary()W. Felix Handte1-6/+0
2020-08-03Call LZ4_memcpy() instead of memcpy()Nick Terrell1-36/+51
2020-07-28Merge pull request #860 from adeason/old-style-definitionsYann Collet1-2/+2
2020-07-16Merge pull request #863 from Devernua/reducing_stack_usage_in_t_alignmentYann Collet1-2/+2
2020-07-08avoid computing 0 offsets from null pointersAlexander Gallego1-2/+2
2020-05-11Reducing stack usage in _t_alignment checksAleksandr Kukuev1-2/+2
2020-05-07Avoid old-style function definitionsAndrew Deason1-2/+2
2020-01-17Force inline small functions used by LZ4_compress_generic.Bartosz Taudul1-6/+6
2019-12-03fixed lz4hc assert errorYann Collet1-8/+8