platform/upstream/lz4.git
2020-01-16 Yann ColletMerge pull request #825 from NancyLi1013/vcpkg-instructions
2020-01-16 NancyLi1013Add vcpkg installation instructions
2019-12-06 Yann ColletMerge pull request #810 from korli/haiku
2019-12-04 Yann ColletMerge pull request #803 from dkondrad/gh-797
2019-12-04 Yann ColletMerge pull request #817 from lz4/windfast
2019-12-03 Yann Colletfixed lz4hc assert error
2019-12-03 Yann Colletfaster decoding speed with Visual
2019-11-30 Yann ColletMerge pull request #815 from andrewthad/patch-1
2019-11-30 Andrew MartinFix typos in streaming_api_basics.md
2019-11-07 Jerome Duvalbring support for Haiku up to date.
2019-11-06 Yann ColletMerge pull request #808 from rkoradi/benchmarkWithDicti...
2019-11-06 Reto KoradiMake benchmark compatible with dictionary compression
2019-10-25 David A Kondradproject: VS2017: add lz4 project
2019-10-25 David A Kondradproject: visual: fix VS2010/17 gitignore
2019-10-07 Yann ColletMerge pull request #798 from bimbashrestha/adding_cirru...
2019-10-07 Bimba ShresthaAdding unamestr var
2019-10-04 Bimba ShresthaAdding condition for FreeBSD and using gmake
2019-10-04 Bimba ShresthaUsing instead of gmake (to address the travis failure)
2019-10-04 Bimba ShresthaUsing gmake instead of make
2019-10-04 Bimba ShresthaAdding cirrus config file for freebsd-12-0
2019-09-26 Yann ColletMerge pull request #796 from jcaesar/dev
2019-09-26 Julius Michaelismeson: move one layer deeper to allow easy construction...
2019-09-23 Yann ColletMerge pull request #794 from bimbashrestha/compress_fra...
2019-09-23 Bimba ShresthaUsing size instead of LZ4_compressBound(size) <- causes...
2019-09-21 Yann ColletMerge pull request #793 from nigeltao/dev
2019-09-21 Nigel TaoHave read_variable_length use fixed size types
2019-09-18 Yann ColletMerge pull request #790 from bimbashrestha/seperating_s...
2019-09-14 Bimba ShresthaRetreiving 32 bits from the end for fuzzer
2019-09-13 Bimba ShresthaAddressing naming nits and moving size modification...
2019-09-13 Bimba ShresthaSeperating the seed generation and use
2019-09-10 Yann ColletMerge pull request #770 from neheb/dev
2019-09-10 Rosen Penevutil.h: Remove deprecated utime for non-Windows
2019-09-09 Yann ColletMerge pull request #785 from bimbashrestha/transfer_rem...
2019-08-30 Bimba ShresthaMaking fuzzers use dataProducer api instead of random...
2019-08-21 Yann Colletfixed #778
2019-08-20 Yann ColletMerge pull request #779 from bimbashrestha/dev
2019-08-17 bimbashresthaAdding comments, fixing nit, and hiding the struct...
2019-08-16 bimbashresthaSeperating fuzz data producer api impl and header,...
2019-08-16 bimbashresthaCreated a data producer API and used in decompress_fuzzer
2019-08-16 bimbashresthaAdding fuzz data producer for uint32 and using in decom...
2019-08-15 Yann Colletfixed test error
2019-08-10 Yann ColletMerge pull request #777 from terrelln/off-by-one
2019-08-09 Nick Terrell[LZ4_compress_destSize] Fix off-by-one error
2019-08-07 Yann ColletMerge pull request #773 from felixhandte/attach-empty...
2019-08-06 W. Felix HandteOnly Bump Offset When Attaching Non-Null Dictionary
2019-08-06 W. Felix HandteAdd Attach Dict Debug Log
2019-08-06 W. Felix HandteMake Attaching an Empty Dict Behave the Same as Using...
2019-08-06 Yann ColletMerge pull request #772 from lz4/offset0
2019-08-06 Yann Colletsilence msan warning when offset==0
2019-08-01 Yann ColletMerge pull request #771 from terrelln/rep-ext-fix
2019-07-31 Nick Terrell[lz4hc] Chain swap with acceleration
2019-07-31 Nick Terrell[lz4hc] Only allow chain swapping forwards
2019-07-31 Nick Terrell[lz4hc] Fix pattern detection end of dictionary
2019-07-31 Nick Terrell[lz4hc] Fix minor pessimization in extDict pattern...
2019-07-31 Nick Terrell[lz4hc] Improve pattern detection in ext dict
2019-07-24 Yann ColletMerge pull request #768 from terrelln/rep-ext
2019-07-24 Nick Terrell[LZ4HC] Speed up pattern compression with external...
2019-07-23 Yann ColletMerge pull request #766 from Low-power/cli-option-...
2019-07-23 WHRlz4cli: add option '--best' as an alias of '-12'
2019-07-19 Yann ColletMerge pull request #763 from terrelln/unused
2019-07-19 Yann ColletMerge pull request #760 from terrelln/destSize
2019-07-19 Nick Terrell[lz4frame] Fix unused variable warnings in fuzzing...
2019-07-19 Yann ColletMerge pull request #758 from dooxe/develop
2019-07-19 Yann ColletMerge pull request #762 from terrelln/frame-fuzz
2019-07-19 Nick Terrell[fuzz] Add LZ4 frame fuzzers
2019-07-19 Nick Terrell[lz4frame] Skip magic and checksums in fuzzing mode
2019-07-18 Nick TerrellFix LZ4_attach_dictionary with empty dictionary
2019-07-18 Nick Terrell[fuzz] Add HC fuzzers for round trip, compress, and...
2019-07-18 Nick Terrell[fuzzer] Update scripts for new fuzzers
2019-07-18 Nick Terrell[fuzz] Add a streaming round trip fuzzer
2019-07-18 Nick Terrell[LZ4_compress_destSize] Fix off-by-one error in fix
2019-07-18 W. Felix HandteUnconditionally Clear `dictCtx`
2019-07-18 W. Felix HandteFix Data Corruption Bug when Streaming with an Attached...
2019-07-18 dooxeAdded BUNDLE DESTINATION in CMakeLists.txt so that...
2019-07-17 Yann ColletMerge pull request #756 from terrelln/destSize
2019-07-17 Nick Terrell[LZ4_compress_destSize] Fix overflow condition
2019-07-17 Nick Terrell[LZ4_compress_destSize] Fix rare data corruption bug
2019-07-17 Nick Terrell[LZ4_compress_destSize] Allow 2 more bytes of match...
2019-07-16 Yann ColletMerge pull request #752 from terrelln/fuzzers
2019-07-15 Yann ColletMerge pull request #755 from lz4/custom_distance
2019-07-15 Nick Terrell[ossfuzz] Improve the fuzzers
2019-07-15 Nick Terrell[lz4] Fix bugs in partial decoding
2019-07-15 Yann Colletensure conformance with custom LZ4_DISTANCE_MAX
2019-07-15 Yann ColletMerge pull request #753 from Hitatm/fix_LZ4_DISTANCE_MAX
2019-07-15 Hitatmbugfix: correctly control the offset < LZ4_DISTANCE_MAX...
2019-07-12 Yann Colletkeep the "lorem ipsum" topic of the example string
2019-07-12 Yann ColletMerge pull request #751 from hamidzr/simple-buffer...
2019-07-11 Hamid Zareprint the compression ratio
2019-07-11 Hamid Zarechanged the input text to something more compression...
2019-07-04 Yann ColletMerge pull request #749 from sylvestre/patch-1
2019-07-04 Sylvestre LedruRemove an useless declaration
2019-07-03 Yann ColletMerge pull request #746 from lz4/circleci
2019-07-03 Yann ColletMerge pull request #743 from lz4/fuzzasan_fixed
2019-07-03 Yann ColletMerge pull request #748 from amchoukir/amchoukir-double...
2019-07-03 Amine ChoukirUpdate blockStreaming_doubleBuffer.md
2019-07-01 Yann ColletMerge pull request #745 from lz4/bump_192
2019-07-01 Yann ColletCircleCI : reduced test duration
2019-07-01 Yann Colletbumped version number to v1.9.2
2019-06-30 Yann Colletfix minor cppcheck warnings
2019-06-30 Yann Colletupdated frametest
next