summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement -m option with legacy format on cliFilipe Calasans2020-02-082-4/+58
* Merge pull request #842 from filipecalasans/fix-listYann Collet2020-02-072-5/+6
|\
| * Fix lz4cli --list optionFilipe Calasans2020-02-072-5/+6
|/
* updated NEWS for v1.9.3Yann Collet2020-01-271-0/+18
* Merge pull request #826 from wolfpld/devYann Collet2020-01-271-6/+6
|\
| * Force inline small functions used by LZ4_compress_generic.Bartosz Taudul2020-01-161-6/+6
|/
* Merge pull request #825 from NancyLi1013/vcpkg-instructionsYann Collet2020-01-161-0/+11
|\
| * Add vcpkg installation instructionsNancyLi10132020-01-161-0/+11
|/
* Merge pull request #810 from korli/haikuYann Collet2019-12-062-1/+6
|\
| * bring support for Haiku up to date.Jerome Duval2019-11-072-1/+6
* | Merge pull request #803 from dkondrad/gh-797Yann Collet2019-12-044-0/+231
|\ \
| * | project: VS2017: add lz4 projectDavid A Kondrad2019-10-253-0/+225
| * | project: visual: fix VS2010/17 gitignoreDavid A Kondrad2019-10-251-0/+6
* | | Merge pull request #817 from lz4/windfastYann Collet2019-12-043-14/+17
|\ \ \
| * | | fixed lz4hc assert errorYann Collet2019-12-032-11/+11
| * | | faster decoding speed with VisualYann Collet2019-12-032-3/+6
|/ / /
* | | Merge pull request #815 from andrewthad/patch-1Yann Collet2019-11-301-6/+6
|\ \ \ | |_|/ |/| |
| * | Fix typos in streaming_api_basics.mdAndrew Martin2019-11-301-6/+6
|/ /
* | Merge pull request #808 from rkoradi/benchmarkWithDictionaryYann Collet2019-11-063-53/+244
|\ \ | |/ |/|
| * 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
|\