platform/upstream/lz4.git
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
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(...
next