platform/upstream/lz4.git
2019-04-22 Yann Collet--list can resume after a failed file
2019-04-22 Yann Colletrefactored --list function
2019-04-22 Yann Colletfixed C90 compliance
2019-04-22 Yann ColletMerge pull request #690 from gabrielstedman/dev
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 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 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
2019-04-13 Yann Colletupdated benchmark table
2019-04-13 Yann Colletand even more visual conversion warnings
2019-04-13 Yann ColletMerge pull request #667 from lz4/pipeMultiple
2019-04-13 Yann Colletsome more Visual conversion warning
2019-04-13 Yann Colletfixed minor Visual conversion warnings
2019-04-12 Yann Colletfix minor visual warning
2019-04-12 Yann Colletfixed minor Visual warnings
2019-04-12 Yann Colletadded tests for -d -m -c
2019-04-12 Yann Colletfixed lz4 -m -c
2019-04-12 Yann ColletMerge pull request #666 from lz4/blockIndep
2019-04-12 Yann Colletadded command -BI for "Independent Blocks"
2019-04-12 Yann Colletupdated man page
2019-04-12 Yann Colletupdated doc to underline difference between block and...
2019-04-11 Yann ColletMerge pull request #665 from lz4/dict
2019-04-11 Yann ColletMerge pull request #664 from lz4/maxdist
2019-04-11 Yann Colletimproved documentation for LZ4 dictionary compression
2019-04-11 Yann Colletintroduce LZ4_DISTANCE_MAX build macro
2019-04-11 Yann Colletupdated block format with more details on MF_LIMIT
2019-04-10 Yann ColletMerge pull request #663 from lz4/headerSize
2019-04-10 Yann Colletadded versions in comments
2019-04-10 Yann Colletmade LZ4F_getHeaderSize() public
2019-04-09 Yann ColletMerge pull request #659 from lz4/resetFast
2019-04-09 Yann Colletfixed loadDictHC
2019-04-09 Yann Colletre-enable LZ4_resetStreamHC()
2019-04-09 Yann Colletmodified LZ4_initStreamHC() to look like LZ4_initStream()
2019-04-08 Yann Colletcheck some more initialization result
2019-04-08 Yann Colletremoved LZ4_stream_t alignment test on Visual
2019-04-08 Yann ColletcheckFrame: removed %zu
2019-04-08 Yann Colletfullbench: assert lz4_stream_t initialization
2019-04-08 Yann Colletfixed cleaning tmp directory
2019-04-08 Yann Colletslightly faster huge file test
2019-04-08 Yann Colletadded make list target to tests
2019-04-08 Yann ColletLZ4_initStream() checks alignment restriction
2019-04-05 Yann Colletadded comment on initStream + _extState_
2019-04-05 Yann Colletcreated LZ4_initStream()
2019-04-05 Yann Colletfixed _GNU_SOURCE duplicate
2019-04-05 Yann Colletfuzzer: fixed strict c99 with mmap+MAP_ANONYMOUS
2019-04-05 Yann Colletfixed strict iso C90
2019-04-05 Yann Colletcreated LZ4_initStreamHC()
2019-04-04 Yann ColletMerge pull request #658 from lz4/_fast
2019-04-04 Yann Colletmake `_fast*()` decoder generate a deprecation warning
2019-04-04 Yann Colletmoved LZ4_decompress_fast*() into deprecated section
next