platform/upstream/lz4.git
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
2019-04-04 Yann ColletMerge pull request #657 from lz4/destSize
2019-04-03 Yann Colletfixed an old bug in LZ4F_flush()
2019-04-03 Yann Colletfixed doc
2019-04-03 Yann Colletmoved _destSize() into "stable API" status
2019-04-03 Yann ColletMerge pull request #656 from lz4/armtest
2019-04-03 Yann Colletminor comments and reformatting
2019-04-03 Yann Colletfixed minor conversion warnings
2019-04-02 Yann Colletcreated LZ4_FAST_DEC_LOOP build macro
2019-04-02 Yann Colletfixed a few minor conversion warnings
2019-03-03 Yann ColletMerge pull request #652 from vtorri/dev
2019-03-03 Vincent TorriAllow installation of lz4 for Windows 10 with MSYS2
2019-02-12 Yann ColletMerge pull request #645 from djwatson/optimize_decompre...
2019-02-11 Dave Watsondecompress_generic: Limit fastpath to x86
2019-02-08 Dave Watsondecompress_generic: Add fastpath for small offsets
2019-02-08 Dave Watsondecompress_generic: Unroll loops a bit more
2019-02-08 Dave Watsondecompress_generic: remove msan write
2019-02-08 Dave Watsondecompress_generic: re-add fastpath
2019-02-08 Dave Watsondecompress_generic: drop partial copy check in fast...
2019-02-08 Dave Watsondecompress_generic: Optimize literal copies
2019-02-08 Dave Watsondecompress_generic: optimize match copy
2019-02-08 Dave Watsondecompress_generic: Add a loop fastpath
2019-02-08 Dave Watsondecompress_generic: Refactor variable length fields
2019-02-07 Yann ColletMerge pull request #648 from aregm/fix-VS2017-solution
2019-02-07 Areg Melik... Build fixed by removing unavailable project
2019-02-04 Yann ColletMerge pull request #646 from jbms/fix-clang-optimize...
2019-02-04 Jeremy Maitin... Eliminate optimize attribute warning with clang on...
2019-01-23 Yann ColletMerge pull request #644 from lzutao/meson-msvc-export
2019-01-23 Lzu Taomeson: Add -DLZ4_DLL_EXPORT=1 to build dynamic lib...
2019-01-11 Yann ColletMerge pull request #638 from lzutao/travis
2019-01-11 Yann ColletMerge pull request #639 from lzutao/meson
2019-01-11 Yann ColletMerge pull request #640 from tzakian/remove_io_globals
2019-01-11 Tim ZakianAdd cast around malloc
2019-01-11 Tim ZakianAdd constant pointer annotations
2019-01-10 Tim ZakianRemove a bunch of global variables that tracked setting...
2019-01-10 Lzu Taotravis: Prefer `apt-get` in `install` field than `addon...
2019-01-10 Lzu Taotravis: Prefer `script` field than `Cmd` env
2019-01-10 Lzu Taomeson: Favor warning if cannot find version string
2019-01-10 Lzu Taomeson: Use libray as required argument in `pkgconfig`
2019-01-10 Lzu Taomeson: Explicit use `meson setup` to setup a builddir
2019-01-10 Yann ColletMerge pull request #637 from tzakian/fix_pass-through_mode
2019-01-10 Tim ZakianFix pass-through mode
2019-01-10 Yann ColletMerge pull request #635 from tzakian/clean_call_to_LZ4H...
2019-01-09 Yann Colletfixed strict C++ compilation
next