platform/upstream/lz4.git
2019-05-31 Yann Colletreplaced while(1)
2019-05-31 Yann Colletfullbench: added test scenario LZ4F_decompress_followHint
2019-05-27 Yann ColletMerge pull request #715 from gabrielstedman/ret
2019-05-26 gabrielstedmanHandle file not existing case #704
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
2019-04-22 Yann ColletMerge pull request #689 from JPeterMugaas/jpm-makefile
2019-04-22 Yann Colletupdated code comments
2019-04-22 Yann Collet--list gives block type
2019-04-22 Yann Collet--list can resume after a failed file
2019-04-22 JPeterMugaasMake programs/Makefile use the includes.
2019-04-22 Yann Colletrefactored --list function
2019-04-22 JPeterMugaasFix a test for mingw
2019-04-22 JPeterMugaasTry to put some tests I made in ONE place. I also...
2019-04-22 Yann Colletfixed C90 compliance
2019-04-22 Yann ColletMerge pull request #690 from gabrielstedman/dev
2019-04-22 JPeterMugaasInitial commits from diff I submitted earlier
2019-04-22 gabrielstedmanFR #598 - Correctly initialize cfinfo & cast malloc...
2019-04-22 gabrielstedmanFR #598 - Make fileSize unsigned long long
2019-04-22 gabrielstedmanFR #598 - Move LZ4F_compFileInfo_t def to lz4frame...
2019-04-22 gabrielstedmanMerge https://github.com/lz4/lz4 into dev
2019-04-22 gabrielstedmanFR #598 - Make LZ4IO_getCompressedFileInfo internal...
2019-04-22 Yann ColletMerge pull request #686 from lz4/clistdout
2019-04-22 Yann Colletensure tests work when `stdout` is not the console
2019-04-21 Yann Collettests/Makefile : created CMP variable
2019-04-21 gabrielstedmanFR #598 Improve initial design, test mallocs, support...
2019-04-20 gabrielstedmancorrectly use unisgned int for index
2019-04-20 gabrielstedmanAdd --list option to display compressed file information.
2019-04-20 Yann Colletcli: display a warning whenever default output is stdou...
2019-04-19 Yann Colletbumped version number
2019-04-19 Yann ColletMerge pull request #684 from lz4/cxxlz4f
2019-04-19 Yann Colletlz4frame: initializers compatibility with C++
2019-04-19 Yann ColletMerge pull request #683 from lz4/fuzasan
2019-04-19 Yann ColletMerge pull request #682 from lz4/visual
2019-04-19 Yann Colletfixed read-after input in LZ4_decompress_safe()
2019-04-19 Yann Colletensure list of names is large enough
2019-04-19 Yann Colletfuzzer : reduced stack usage
2019-04-19 Yann Colletfuzzer: reduce stack usage to please Visual static...
2019-04-18 Yann Colletaddress a few minor Visual warnings
2019-04-18 Yann ColletMerge pull request #678 from lz4/decFast
2019-04-18 Yann Colletfix several minor static analyzer warnings
2019-04-18 Yann Colletfuzzer: fixed scan-build leak warning
2019-04-17 Yann Colletfuzzer: fix explicit cast for C++
2019-04-17 Yann Colletre-enable FORCE_INLINE
2019-04-17 Yann Colletfix out-of-bound read within LZ4_decompress_fast()
2019-04-17 Yann Colletfuzzer: added tests to detect LZ4_decompress_fast(...
2019-04-17 Yann ColletMerge pull request #674 from nrgiii/dev
2019-04-17 Norm GreenMerge branch 'fuzzerAix' into dev
2019-04-17 Norm GreenFix AIX errors/warnings
2019-04-17 Yann Colletfixed version number for lz4hc
2019-04-16 Yann ColletMerge pull request #673 from lz4/dev
2019-04-16 Yann Colletminor benchmark update
2019-04-16 Yann Colletensure consistent definition and usage of FREEMEM
2019-04-16 Yann Colletminor news update
2019-04-16 Yann ColletMerge pull request #670 from lz4/dev
2019-04-16 Yann Colletupdated NEWS for v1.9.0
2019-04-15 Yann ColletMerge pull request #669 from lz4/fixframe
2019-04-15 Yann Colletsimplified output_directive
2019-04-15 Yann Colletfix comma for pedantic
2019-04-15 Yann ColletMerge branch 'dev' into fixframe
2019-04-15 Yann Colletadded a fake initialization to please an analyzer
2019-04-15 Yann Colletfix fuzzer tests on dirty context
2019-04-15 Yann Colletunified limitedOutput_directive
2019-04-15 Yann ColletMerge branch 'dev' into fixframe
2019-04-15 Yann Colletadded more margin for canary in frametest
2019-04-15 Yann Colletdecompress*_fast() function do not generate deprecation...
2019-04-15 Yann Colletfixed lz4frame with linked blocks
2019-04-15 Yann Colletframetest: removed uninitialized warning
2019-04-15 Yann Colletassert() the failed test
2019-04-15 Yann Colletfixed frametest
2019-04-13 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2019-04-13 Yann Colletfixed incorrect assertion condition
2019-04-13 Yann ColletMerge pull request #668 from lz4/visual
next