summaryrefslogtreecommitdiffstats
path: root/lib/lz4.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove Extraneous Reset in LZ4_attach_dictionary()W. Felix Handte2020-08-051-6/+0
|/
* Call LZ4_memcpy() instead of memcpy()Nick Terrell2020-08-031-36/+51
* Merge pull request #860 from adeason/old-style-definitionsYann Collet2020-07-291-2/+2
|\
| * Avoid old-style function definitionsAndrew Deason2020-05-071-2/+2
* | Merge pull request #863 from Devernua/reducing_stack_usage_in_t_alignmentYann Collet2020-07-161-2/+2
|\ \
| * | Reducing stack usage in _t_alignment checksAleksandr Kukuev2020-05-111-2/+2
* | | avoid computing 0 offsets from null pointersAlexander Gallego2020-07-081-2/+2
|/ /
* | Force inline small functions used by LZ4_compress_generic.Bartosz Taudul2020-01-161-6/+6
* | fixed lz4hc assert errorYann Collet2019-12-031-8/+8
* | faster decoding speed with VisualYann Collet2019-12-031-3/+3
* | Have read_variable_length use fixed size typesNigel Tao2019-09-211-2/+6
|/