summaryrefslogtreecommitdiffstats
path: root/lib/lz4.c
Commit message (Expand)AuthorAgeFilesLines
* fix clang-cl _tzcnt_u64 not defined issueZeyi (Rice) Fan2021-08-091-0/+6
* Cast ALLOC return value to satisfy C++Gabe Jones2021-06-151-1/+1
* fix NULL ptr arithmetic at lz4:2299Yann Collet2021-05-281-2/+7
* fix NULL ptr arithmetic in lz4:1680Yann Collet2021-05-281-3/+6
* fix UB lz4:988 and lz4:1178Yann Collet2021-05-281-28/+38
* fix NULL ptr arithmetic of lz4:1572Yann Collet2021-05-281-5/+5
* Fix potential memory corruption with negative memmove() sizeJasper Lievisse Adriaanse2021-02-261-1/+1
* fix some typos (work by Andrea Gelmini)Thomas Waldmann2021-01-071-1/+1
* fix minor header dateYann Collet2020-12-011-1/+1
* better visual conformanceYann Collet2020-11-151-4/+3
* restrict BitScanForward() to VS2005+Yann Collet2020-11-141-1/+1
* changed LZ4_calloc() to a 2-arguments signatureYann Collet2020-11-091-2/+2
* Merge branch 'dev' into customMemYann Collet2020-11-091-2/+2
|\
| * Merge pull request #944 from lz4/fix874Yann Collet2020-11-091-1/+1
| |\
| | * fix #874Yann Collet2020-11-081-1/+1
| * | fixed remaining ubsan warningsYann Collet2020-11-091-1/+1
| |/
* | first proposal for LZ4_USER_MEMORY_FUNCTIONSYann Collet2020-11-091-4/+17
|/
* fix minor UBsYann Collet2020-11-081-1/+3
* Merge pull request #941 from lz4/revertinlineYann Collet2020-11-081-18/+18
|\
| * Revert "Replace "static" to "LZ4_FORCE_INLINE" for small functions"Yann Collet2020-11-071-18/+18
* | fix #935Yann Collet2020-11-071-2/+3
|/
* Merge pull request #936 from lz4/alignTestYann Collet2020-11-071-12/+19
|\
| * re-enable alignment test on all targetsYann Collet2020-11-071-14/+6
| * unified alignment testYann Collet2020-11-061-9/+24
* | Replace "static" to "LZ4_FORCE_INLINE" for small functionsremittor2020-10-071-18/+18
* | Replace define LZ4_FORCE_O2_INLINE_GCC_PPC64LE to LZ4_FORCE_INLINEremittor2020-10-071-18/+18
* | Fix: The "inline" specifier do not use for LZ4_wildCopy8 and LZ4_wildCopy32remittor2020-10-061-1/+1
|/
* fix conversion warningYann Collet2020-09-301-5/+5
* fix minor static analyzer warningsYann Collet2020-09-301-17/+19
* Merge pull request #923 from lz4/fix784Yann Collet2020-09-281-9/+15
|\
| * improved last literals run on LZ4_compress_destSizeYann Collet2020-09-281-2/+2
| * ensure last match not too close to endYann Collet2020-09-281-6/+11
| * fix efficiency of LZ4_compress_HC_destSize()Yann Collet2020-09-281-1/+2
* | Merge pull request #921 from lz4/doubleNullYann Collet2020-09-281-0/+1
|\ \
| * | fix compressing into NULLYann Collet2020-09-261-0/+1
| |/
* | Fix compilation with TinyCCAnton Kochkov2020-09-271-2/+2
|/
* fixed lz4frame with blocks of size 1Yann Collet2020-09-171-21/+19
* added the actual code changeYann Collet2020-09-171-6/+53
* fix #783Yann Collet2020-08-271-16/+23
* Merge branch 'dev' into extraInputYann Collet2020-08-271-55/+57
|\
| * added documentation about LZ4_FORCE_SW_BITCOUNTYann Collet2020-08-261-2/+19
| * Merge pull request #898 from aqrit/aqrit-prefixlenYann Collet2020-08-241-45/+46
| |\
| | * silence warningaqrit2020-08-171-2/+2
| | * rejigger bit counting intrinsicsaqrit2020-08-121-45/+46
| * | removed LZ4_compress_fast_force()Yann Collet2020-08-221-16/+0
| |/
* | fix issue #783 (#862)BellaXlp2020-08-121-1/+1
|/
* Merge pull request #895 from lz4/hugefastYann Collet2020-08-101-5/+14
|\
| * fix #876Yann Collet2020-08-101-5/+14
* | Fix Enum CastsW. Felix Handte2020-08-101-5/+5
* | Remove dirty Field From LZ4_stream_tW. Felix Handte2020-08-061-10/+0