summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make benchmark compatible with dictionary compressionReto Koradi2019-11-063-53/+244
* Merge pull request #798 from bimbashrestha/adding_cirrus_testYann Collet2019-10-072-0/+13
|\
| * Adding unamestr varBimba Shrestha2019-10-071-0/+1
| * 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
* | Merge pull request #796 from jcaesar/devYann Collet2019-09-2610-114/+128
|\ \
| * | meson: move one layer deeper to allow easy construction of a wrap fileJulius Michaelis2019-09-2610-114/+128
|/ /
* | Merge pull request #794 from bimbashrestha/compress_frame_fuzzer_heap_overflowYann Collet2019-09-231-1/+1
|\ \
| * | Using size instead of LZ4_compressBound(size) <- causes heap overflowBimba Shrestha2019-09-231-1/+1
|/ /
* | 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