summaryrefslogtreecommitdiffstats
path: root/lib/lz4.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* Merge pull request #717 from lz4/inplaceYann Collet2019-05-311-18/+18
|\
| * decompress: changed final memcpy() into memmove()Yann Collet2019-05-311-10/+13
| * some more minor conversion warnings fixesYann Collet2019-05-291-4/+4
| * ensure lz4.h can be included with or without LZ4_STATIC_LINKING_ONLY in any o...Yann Collet2019-05-291-0/+1
| * added comments and macros for in-place (de)compressionYann Collet2019-05-291-4/+0
* | FAST_DEC_LOOP: only did offset check in specific condition.Chenxi Mao2019-05-311-2/+2
|/
* enable LZ4_FAST_DEC_LOOP build macro on aarch64/GCC by defaultGeorge Prekas2019-05-071-0/+5
* several minor style changes recommended by clang-tidyYann Collet2019-04-241-64/+73
* fixed read-after input in LZ4_decompress_safe()Yann Collet2019-04-191-28/+29
* re-enable FORCE_INLINEYann Collet2019-04-171-3/+0
* fix out-of-bound read within LZ4_decompress_fast()Yann Collet2019-04-171-2/+13
* Fix AIX errors/warningsNorm Green2019-04-171-0/+6
* simplified output_directiveYann Collet2019-04-151-15/+17
* fix comma for pedanticYann Collet2019-04-151-1/+1