platform/upstream/lz4.git
2019-07-15 Yann ColletMerge pull request #755 from lz4/custom_distance
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
2019-05-31 Chenxi MaoFAST_DEC_LOOP: only did offset check in specific condition.
2019-05-31 Yann Colletfullbench: added test scenario LZ4F_decompress_followHint
2019-05-31 Yann ColletMerge pull request #714 from dreambottle/fix-lz4f-input...
2019-05-30 Yann Colletupdated API manual
2019-05-30 Yann Colletupdated LZ4_DECOMPRESS_INPLACE_MARGIN
2019-05-30 Yann Colletadded test case for in-place decompression
2019-05-30 Yann Colletadd more doc on in-place (de)compression
2019-05-29 Yann Colletfuzzer: changed internal buffer size
2019-05-29 Yann Colletone more conversion warning
2019-05-29 Yann Colletsome more minor conversion warnings fixes
2019-05-29 Yann Colletfixed minor conversion warning
2019-05-29 Yann Colletensure lz4.h can be included with or without LZ4_STATIC...
2019-05-29 Yann Colletadded comments and macros for in-place (de)compression
2019-05-29 Yann Colletadded test case for in-place compression
2019-05-27 Yann ColletMerge pull request #715 from gabrielstedman/ret
2019-05-26 gabrielstedmanHandle file not existing case #704
2019-05-24 Niko Dzhusfix temporary buffer use when input size hint is respected
2019-05-17 Yann ColletMerge pull request #709 from lz4/circle
2019-05-16 Yann Colletupdated tests
2019-05-16 Yann ColletMerge pull request #708 from gabrielstedman/list
2019-05-16 gstedmanList mode improvements.
2019-05-15 gstedmanAdd multiframe report to --list command
2019-05-14 Yann ColletMerge pull request #707 from prekageo/dev
2019-05-07 George Prekasenable LZ4_FAST_DEC_LOOP build macro on aarch64/GCC...
2019-04-30 Yann ColletMerge pull request #700 from lzutao/meson-non-failures
2019-04-30 Lzu Taomeson: Rely only on extracted version in lz4.h
2019-04-26 Lzu Taocontrib: Make Meson build non optional
2019-04-26 Yann ColletMerge pull request #699 from brendene/compressBound
2019-04-26 Brenden EngInclude block checksum in worst case scenario calculati...
2019-04-24 Yann ColletMerge pull request #698 from lz4/tidy
2019-04-24 Yann Colletseveral minor style changes recommended by clang-tidy
2019-04-24 Yann ColletMerge pull request #697 from ldv-alt/fixes/test-amalgam...
2019-04-23 Yann ColletMerge pull request #696 from lz4/mactest
2019-04-23 Dmitry V. Levintest-amalgamation: split the rule
2019-04-23 Dmitry V. Levintest-amalgamation: fix compilation options
2019-04-23 Dmitry V. Levintest-amalgamation: use a single cat command
2019-04-23 Dmitry V. Levintest-amalgamation: fix the list of prerequisites
2019-04-23 Yann ColletMerge pull request #695 from lembacon/makefile-os
2019-04-23 Yann Colletadded library build test on Mac OS-X
2019-04-23 Chongyu Zhulib/Makefile: Fix detection of `Darwin`.
2019-04-23 Yann ColletMerge pull request #693 from JPeterMugaas/master
2019-04-23 JPeterMugaasMore build imrpvements
2019-04-23 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2019-04-23 Yann Colletupdated NEWS for v1.9.1
2019-04-23 Yann ColletMerge pull request #691 from lz4/list
2019-04-22 Yann Colletfix: no leak when LZ4F_dctx creation fails
next