summaryrefslogtreecommitdiffstats
path: root/lib/lz4.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* [LZ4_compress_destSize] Fix off-by-one errorNick Terrell2019-08-091-1/+1
* Only Bump Offset When Attaching Non-Null DictionaryW. Felix Handte2019-08-061-15/+21
* Add Attach Dict Debug LogW. Felix Handte2019-08-061-0/+4
* Make Attaching an Empty Dict Behave the Same as Using it DirectlyW. Felix Handte2019-08-061-14/+15
* silence msan warning when offset==0Yann Collet2019-08-061-64/+65
* Merge pull request #760 from terrelln/destSizeYann Collet2019-07-191-1/+1
|\
| * [LZ4_compress_destSize] Fix off-by-one error in fixNick Terrell2019-07-181-1/+1
* | Fix LZ4_attach_dictionary with empty dictionaryNick Terrell2019-07-181-1/+1
|/
* [LZ4_compress_destSize] Fix overflow conditionNick Terrell2019-07-171-1/+1
* [LZ4_compress_destSize] Fix rare data corruption bugNick Terrell2019-07-171-0/+30
* [LZ4_compress_destSize] Allow 2 more bytes of match lengthNick Terrell2019-07-171-1/+1
* Merge pull request #752 from terrelln/fuzzersYann Collet2019-07-161-8/+41
|\
| * [lz4] Fix bugs in partial decodingNick Terrell2019-07-151-8/+41
* | ensure conformance with custom LZ4_DISTANCE_MAXYann Collet2019-07-151-4/+9
|/
* Remove an useless declarationSylvestre Ledru2019-07-041-1/+1
* Fix out-of-bounds read of up to 64 KB in the pastNick Terrell2019-06-281-2/+8
* restored FORCE_INLINEYann Collet2019-06-041-1/+0