summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | avoid computing 0 offsets from null pointersAlexander Gallego2020-07-081-2/+2
|/ / / / /
* | | | | Update issue templatesYann Collet2020-06-131-7/+5
|/ / / /
* | | | Merge pull request #869 from bket/fix_tests_openbsdYann Collet2020-05-301-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix tests on OpenBSDBjörn Ketelaars2020-05-301-1/+1
|/ / /
* | | Merge pull request #846 from bimbashrestha/issues-tmpYann Collet2020-03-032-0/+54
|\ \ \
| * | | Adding issue templatesBimba Shrestha2020-03-032-0/+54
|/ / /
* | | Merge pull request #838 from Yanpas/stack_frame_2Yann Collet2020-02-261-3/+19
|\ \ \
| * | | fix malloc handlingYan Pashkovsky2020-02-031-1/+4
| * | | fix: allocate LZ4HC_optimal_t opt on heap each time (#837)Yan Pashkovsky2020-01-311-3/+16
* | | | Merge pull request #843 from filipecalasans/multiples-files-with-legacyYann Collet2020-02-083-5/+97
|\ \ \ \
| * | | | Add test scenario test-lz4-multiple-legacyFilipe Calasans2020-02-081-1/+39
| * | | | 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
|\ \ \ \ \ | |/ / / /