platform/upstream/lz4.git
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
2019-01-09 Tim ZakianMake fact that certain variables that are passed into...
2019-01-09 Yann Colletfixed long sequence overflow test
2019-01-09 Yann Colletminor explicit cast warning
2019-01-09 Yann ColletMerge pull request #634 from lz4/longSeqTest
2019-01-09 Yann ColletMerge pull request #631 from qiuyangs/dev
2019-01-09 Yann ColletMerge pull request #633 from tzakian/make_block_size_public
2019-01-09 Yann Colletadd a test to check long sequences (#631)
2019-01-09 Tim ZakianFix C90 compatibility issue
2019-01-09 Tim ZakianMake LZ4F_getBlockSize public and publis in experimenta...
2019-01-09 Yann ColletMerge pull request #632 from rubenochiavone/fix-lz4...
2019-01-09 Ruben O. ChiavoneAdd test to cover issue #596
2019-01-09 Ruben O. ChiavoneFix lz4 extension in input filename not causing decompr...
2019-01-06 qiuyangsMerge pull request #1 from qiuyangs/sunqiuyang-fix...
2019-01-06 qiuyangslz4hc.c: change (length >> 8) to (length / 255)
2019-01-02 Yann Colletupdated frame format
2019-01-02 Yann Colletupdated LZ4 block format
2018-12-17 Yann ColletMerge pull request #620 from lzutao/meson_symlink
2018-12-14 Yann ColletMerge pull request #621 from lzutao/meson_getversion
2018-12-14 Lzu Taomeson: Remove unused sys import
2018-12-13 Lzu TaoSimplify logic by setting default value for MESON_INSTA...
2018-12-13 Lzu Taomeson: Update man1 extension in meson 0.49.0
2018-12-13 Lzu Taomeson: Update InstallSymlink.py usage
2018-12-12 Yann ColletMerge pull request #618 from dosaboy/add-snap-packaging...
2018-12-12 Edward Hope... Add snap packaging support
2018-12-09 Yann ColletMerge pull request #616 from felixhandte/lz4-attach...
2018-12-09 Yann ColletMerge pull request #613 from lzutao/fix_meson_tests
next