summaryrefslogtreecommitdiffstats
path: root/lib/lz4.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* unified limitedOutput_directiveYann Collet2019-04-151-16/+15
* fixed lz4frame with linked blocksYann Collet2019-04-151-11/+9
* fixed minor Visual warningsYann Collet2019-04-121-2/+2
* introduce LZ4_DISTANCE_MAX build macroYann Collet2019-04-111-15/+20
* modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet2019-04-091-0/+1
* check some more initialization resultYann Collet2019-04-081-1/+5
* removed LZ4_stream_t alignment test on VisualYann Collet2019-04-081-0/+8
* LZ4_initStream() checks alignment restrictionYann Collet2019-04-081-0/+7