platform/upstream/lz4.git
2020-05-14 Christopher... fix LZ4F_compressBound when automatic flushing is enabled
2020-03-03 Yann ColletMerge pull request #846 from bimbashrestha/issues-tmp
2020-03-03 Bimba ShresthaAdding issue templates
2020-02-26 Yann ColletMerge pull request #838 from Yanpas/stack_frame_2
2020-02-08 Yann ColletMerge pull request #843 from filipecalasans/multiples...
2020-02-08 Filipe CalasansAdd test scenario test-lz4-multiple-legacy
2020-02-08 Filipe CalasansImplement -m option with legacy format on cli
2020-02-07 Yann ColletMerge pull request #842 from filipecalasans/fix-list
2020-02-07 Filipe CalasansFix lz4cli --list option
2020-02-03 Yan Pashkovskyfix malloc handling
2020-01-31 Yan Pashkovskyfix: allocate LZ4HC_optimal_t opt on heap each time...
2020-01-27 Yann Colletupdated NEWS for v1.9.3
2020-01-27 Yann ColletMerge pull request #826 from wolfpld/dev
2020-01-16 Bartosz TaudulForce inline small functions used by LZ4_compress_generic.
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
next