summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding condition for FreeBSD and using gmakeBimba Shrestha2019-10-041-1/+8
* Using instead of gmake (to address the travis failure)Bimba Shrestha2019-10-041-1/+1
* Using gmake instead of makeBimba Shrestha2019-10-041-1/+1
* Adding cirrus config file for freebsd-12-0Bimba Shrestha2019-10-041-0/+5
* Adding comments, fixing nit, and hiding the struct in data producer apibimbashrestha2019-08-178-11/+25
* Seperating fuzz data producer api impl and header, using data producer on the...bimbashrestha2019-08-169-42/+78
* Created a data producer API and used in decompress_fuzzerbimbashrestha2019-08-162-6/+26
* Adding fuzz data producer for uint32 and using in decompress_fuzzerbimbashrestha2019-08-162-3/+29
* fixed test errorv1.9.2Yann Collet2019-08-151-1/+1
* Merge pull request #777 from terrelln/off-by-oneYann Collet2019-08-101-1/+1
|\
| * [LZ4_compress_destSize] Fix off-by-one errorNick Terrell2019-08-091-1/+1
|/
* Merge pull request #773 from felixhandte/attach-empty-dict-behavior-conformanceYann Collet2019-08-071-10/+21
|\
| * 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-062-64/+66
|\
| * silence msan warning when offset==0Yann Collet2019-08-062-64/+66
* | Merge pull request #771 from terrelln/rep-ext-fixYann Collet2019-08-011-26/+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
|/
* Merge pull request #768 from terrelln/rep-extYann Collet2019-07-241-27/+47
|\
| * [LZ4HC] Speed up pattern compression with external dictionaryNick Terrell2019-07-241-27/+47
|/
* Merge pull request #766 from Low-power/cli-option---bestYann Collet2019-07-233-0/+11
|\
| * lz4cli: add option '--best' as an alias of '-12'WHR2019-07-233-0/+11
|/
* 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
* | Merge pull request #758 from dooxe/developYann Collet2019-07-191-0/+1
|\ \
| * | Added BUNDLE DESTINATION in CMakeLists.txt so that it works with newer versio...dooxe2019-07-181-0/+1
| * | Merge pull request #692 from lz4/devv1.9.1Yann Collet2019-04-2329-464/+825
| |\ \
* | \ \ Merge pull request #762 from terrelln/frame-fuzzYann Collet2019-07-1915-11/+652
|\ \ \ \ | |_|_|/ |/| | |
| * | | [fuzz] Add LZ4 frame fuzzersNick Terrell2019-07-196-3/+219
| * | | [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
| * | | [fuzz] Add HC fuzzers for round trip, compress, and streamingNick Terrell2019-07-185-14/+202
| * | | [fuzzer] Update scripts for new fuzzersNick Terrell2019-07-183-6/+11
| * | | [fuzz] Add a streaming round trip fuzzerNick Terrell2019-07-181-0/+217
| * | | 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
|/ / /
* | | Merge pull request #756 from terrelln/destSizeYann Collet2019-07-171-2/+32
|\ \ \
| * | | [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-169-52/+314
|\ \ \
| * | | [ossfuzz] Improve the fuzzersNick Terrell2019-07-158-44/+273
| * | | [lz4] Fix bugs in partial decodingNick Terrell2019-07-151-8/+41