summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* Merge pull request #772 from lz4/offset0Yann Collet2019-08-061-64/+65
|\
| * silence msan warning when offset==0Yann Collet2019-08-061-64/+65
* | [lz4hc] Chain swap with accelerationNick Terrell2019-07-311-4/+10
* | [lz4hc] Only allow chain swapping forwardsNick Terrell2019-07-311-1/+1
* | [lz4hc] Fix pattern detection end of dictionaryNick Terrell2019-07-311-20/+45
* | [lz4hc] Fix minor pessimization in extDict pattern matchingNick Terrell2019-07-311-1/+1
* | [lz4hc] Improve pattern detection in ext dictNick Terrell2019-07-311-5/+13
|/
* [LZ4HC] Speed up pattern compression with external dictionaryNick Terrell2019-07-241-27/+47
* Merge pull request #763 from terrelln/unusedYann Collet2019-07-191-0/+9
|\
| * [lz4frame] Fix unused variable warnings in fuzzing modeNick Terrell2019-07-191-0/+9
* | 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
* | [lz4frame] Skip magic and checksums in fuzzing modeNick Terrell2019-07-191-0/+12
* | Fix LZ4_attach_dictionary with empty dictionaryNick Terrell2019-07-181-1/+1
* | Unconditionally Clear `dictCtx`W. Felix Handte2019-07-181-5/+3
* | Fix Data Corruption Bug when Streaming with an Attached Dict in HC ModeW. Felix Handte2019-07-181-0/+5
|/
* [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-152-6/+11
* | bugfix: correctly control the offset < LZ4_DISTANCE_MAX,when change the value...Hitatm2019-07-151-1/+1
|/
* Remove an useless declarationSylvestre Ledru2019-07-041-1/+1
* bumped version number to v1.9.2Yann Collet2019-07-011-1/+1
* Fix out-of-bounds read of up to 64 KB in the pastNick Terrell2019-06-281-2/+8
* precise again that LZ4 decoder needs metadataYann Collet2019-06-061-22/+31
* restored FORCE_INLINEYann Collet2019-06-041-1/+0
* Merge pull request #717 from lz4/inplaceYann Collet2019-05-313-23/+99
|\
| * added more details for in-place documentationYann Collet2019-05-311-14/+15
| * decompress: changed final memcpy() into memmove()Yann Collet2019-05-311-10/+13
| * updated LZ4_DECOMPRESS_INPLACE_MARGINYann Collet2019-05-301-2/+2
| * add more doc on in-place (de)compressionYann Collet2019-05-301-5/+25
| * 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-293-4/+16
| * added comments and macros for in-place (de)compressionYann Collet2019-05-292-6/+46
* | FAST_DEC_LOOP: only did offset check in specific condition.Chenxi Mao2019-05-311-2/+2
* | fix temporary buffer use when input size hint is respectedNiko Dzhus2019-05-241-1/+1
|/
* Merge pull request #708 from gabrielstedman/listYann Collet2019-05-162-2/+11
|\
| * Add multiframe report to --list commandgstedman2019-05-152-2/+11
* | enable LZ4_FAST_DEC_LOOP build macro on aarch64/GCC by defaultGeorge Prekas2019-05-071-0/+5
|/
* Include block checksum in worst case scenario calculation of dstCapacityBrenden Eng2019-04-261-0/+1
* several minor style changes recommended by clang-tidyYann Collet2019-04-242-66/+75
* Merge pull request #697 from ldv-alt/fixes/test-amalgamationYann Collet2019-04-241-3/+1
|\
| * test-amalgamation: use a single cat commandDmitry V. Levin2019-04-231-3/+1
* | lib/Makefile: Fix detection of `Darwin`.Chongyu Zhu2019-04-231-3/+2
|/