summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #793 from nigeltao/devYann Collet2019-09-211-2/+6
|\
| * Have read_variable_length use fixed size typesNigel Tao2019-09-211-2/+6
* | Merge pull request #790 from bimbashrestha/seperating_seed_generation_and_use...Yann Collet2019-09-1810-69/+85
|\ \ | |/ |/|
| * Retreiving 32 bits from the end for fuzzerBimba Shrestha2019-09-1410-50/+36
| * Addressing naming nits and moving size modification up in all fuzzersBimba Shrestha2019-09-1310-68/+63
| * Seperating the seed generation and useBimba Shrestha2019-09-1310-33/+68
* | Merge pull request #770 from neheb/devYann Collet2019-09-102-6/+20
|\ \
| * | util.h: Remove deprecated utime for non-WindowsRosen Penev2019-09-102-6/+20
|/ /
* | Merge pull request #785 from bimbashrestha/transfer_remaining_fuzzers_to_cons...Yann Collet2019-09-095-7/+56
|\ \ | |/
| * Making fuzzers use dataProducer api instead of random seed for decisionsBimba Shrestha2019-08-305-7/+56
* | fixed #778Yann Collet2019-08-211-2/+2
* | Merge pull request #779 from bimbashrestha/devYann Collet2019-08-208-15/+111
|\ \ | |/
| * 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