platform/upstream/lz4.git
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
2019-06-30 Yann ColletMerge branch 'fuzzasan' into fuzzasan_fixed
2019-06-30 Yann Colletframetest: added LZ4F decoder noise test
2019-06-30 Yann ColletMerge pull request #739 from cmeister2/cmeister2/ossfuzz
2019-06-30 Max DymondRemove unnecessary call to Makefile.inc
2019-06-30 Yann ColletMerge pull request #741 from lzutao/meson-deprecated...
2019-06-30 Yann ColletMerge pull request #742 from lz4/fuzzasan_fixed
2019-06-29 Lzu Taomeson: Rename options in travis config
2019-06-29 Yann ColletMerge branch 'dev' into fuzzasan_fixed
2019-06-29 Yann CollettravisCI: added ASAN fuzzer tests
2019-06-29 Yann Colletmoved noisy-src decoder test into cBuffer_exact
2019-06-29 Yann Colletfuzzer: added test to catch #738
2019-06-29 Lzu Taomeson: Always build gen_manual on build machine
2019-06-29 Lzu Taomeson: Fix deprecated warnings on build options
2019-06-29 Yann ColletMerge pull request #740 from terrelln/fix2
2019-06-28 Max DymondMore markups for style changes
2019-06-28 Max DymondMove to using C rather than C++ for compilation
2019-06-28 Nick TerrellFix out-of-bounds read of up to 64 KB in the past
2019-06-28 Max DymondWrite a simple decompress target as well
2019-06-28 Max DymondCode review markups:
2019-06-28 Max DymondAdd a fuzzing target that compiles in the oss-fuzz...
2019-06-25 Yann ColletMerge pull request #735 from lz4/versionOut
2019-06-24 Yann Colletfix #734 : --version should output to stdout
2019-06-06 Yann Colletupdate simple_buffer example
2019-06-06 Yann Colletprecise again that LZ4 decoder needs metadata
2019-06-05 Yann ColletMerge pull request #727 from ephiepark/dev
2019-06-05 Ephraim Parkcircleci : use custom docker image with pre-installed...
2019-06-04 Yann Colletrestored FORCE_INLINE
2019-05-31 Yann ColletMerge pull request #718 from lz4/fullbench
2019-05-31 Yann Colletfullbench: ensure decompressionFunction and dName are...
2019-05-31 Yann ColletMerge pull request #717 from lz4/inplace
2019-05-31 Yann ColletMerge pull request #719 from parheliamm/dev
2019-05-31 Yann Colletreplaced while(1)
2019-05-31 Yann Colletadded more details for in-place documentation
2019-05-31 Yann Colletdecompress: changed final memcpy() into memmove()
2019-05-31 Yann ColletMakefile removed CFLAGS modifier
next