platform/upstream/lz4.git
2020-09-29 Yann Colletbump version number
2020-09-28 Yann ColletMerge pull request #923 from lz4/fix784
2020-09-28 Yann Colletimproved last literals run on LZ4_compress_destSize
2020-09-28 Yann Colletensure last match not too close to end
2020-09-28 Yann Colletfix incorrect counting
2020-09-28 Yann ColletMerge pull request #921 from lz4/doubleNull
2020-09-28 Yann ColletMerge pull request #922 from XVilka/tinycc-support
2020-09-28 Yann Colletfix efficiency of LZ4_compress_HC_destSize()
2020-09-27 Anton KochkovFix compilation with TinyCC
2020-09-26 Yann Colletfix compressing into NULL
2020-09-23 Yann ColletMerge pull request #919 from attilaolah/cli
2020-09-23 Attila OláhAdd CMake option LZ4_BUILD_CLI.
2020-09-18 Yann Colletcomment bug on older versions of ZSTD_compress_destSize()
2020-09-18 Yann ColletMerge pull request #918 from lz4/usan_null
2020-09-17 Yann Colletfixed ubsan tests with dynamic library
2020-09-17 Yann Colletubsan: make pointer overflow recoverable
2020-09-17 Yann Colletfixed lz4frame with blocks of size 1
2020-09-17 Yann ColletMerge branch 'usan_null' of github.com:Cyan4973/lz4...
2020-09-17 Yann ColletMerge branch 'usan_null' of github.com:lz4/lz4 into...
2020-09-17 Yann Colletfix ubsan test
2020-09-17 Yann Colletadded the actual code change
2020-09-17 Yann ColletMerge pull request #913 from lz4/usan_null
2020-09-15 Yann Colletfix #847
2020-09-15 Yann Colletadded test triggering NULL arithmetic with usan
2020-08-27 Yann ColletMerge pull request #910 from lz4/extraInput
2020-08-27 Yann Colletfixed minor pre-existing printf formatting
2020-08-27 Yann Colletfixed strict c90 support
2020-08-27 Yann Colletfix #783
2020-08-27 Yann ColletMerge branch 'dev' into extraInput
2020-08-26 Yann ColletMerge pull request #909 from lz4/fasterCount
2020-08-26 Yann ColletMerge branch 'dev' into fasterCount
2020-08-26 Yann Colletadded documentation about LZ4_FORCE_SW_BITCOUNT
2020-08-26 Yann ColletMerge pull request #908 from lz4/stdin_size
2020-08-25 Yann Colletfix test under non-interactive environment
2020-08-25 Yann Colletadded more tests around --content-size
2020-08-25 Yann Colletuse variables for program invocation
2020-08-25 Yann ColletMerge pull request #905 from nh2/use-fstat
2020-08-25 Niklas Hambüchenfixup: Portable fileno()
2020-08-25 Niklas Hambüchenfixup: C90 compliance, clean up stat() types/calls
2020-08-24 Yann ColletMerge pull request #898 from aqrit/aqrit-prefixlen
2020-08-24 Yann ColletMerge pull request #902 from lz4/realhw
2020-08-24 Yann ColletMerge pull request #907 from terrelln/travis
2020-08-24 Yann ColletMerge pull request #903 from lz4/nofastforce
2020-08-24 Nick Terrell[CI][ossfuzz] Fix string equal
2020-08-24 Niklas HambüchenUse fstat() to determine file size.
2020-08-22 Yann Colletremoved LZ4_compress_fast_force()
2020-08-22 Yann Colletadded target aarch64, ppc64lw and s390x to TravisCI
2020-08-21 Yann ColletMerge pull request #886 from servusDei2018/dev
2020-08-20 Yann ColletMerge pull request #900 from terrelln/cmake-build
2020-08-20 Yann ColletMerge pull request #901 from terrelln/travis
2020-08-20 Nick Terrell[CI][Fuzz] Fix Travis-CI fuzzer tests
2020-08-20 Nick Terrell[build] Move CMake and Visual build systems to build/
2020-08-18 Yann ColletMerge branch 'dev' into extraInput
2020-08-18 Yann ColletMerge pull request #897 from lz4/lz4wlib
2020-08-17 aqritsilence warning
2020-08-14 Yann ColletMerge pull request #899 from lz4/endMark
2020-08-14 Yann Colletclarify endMark definition
2020-08-13 Yann ColletClarifies and fix EndMark
2020-08-12 BellaXlpfix issue #783 (#862)
2020-08-12 Yann Colletadded test decompress-partial with extraneous input...
2020-08-12 aqritrejigger bit counting intrinsics
2020-08-11 Yann Colletadded target lz4-wlib
2020-08-11 Yann ColletMerge branch 'fix832' into dev
2020-08-11 Yann Colletfixed test of gnu c version
2020-08-10 Yann ColletMerge pull request #896 from lz4/fix832
2020-08-10 Yann ColletMerge pull request #895 from lz4/hugefast
2020-08-10 Yann Colletfix #832
2020-08-10 Yann ColletMerge pull request #892 from felixhandte/lz4-clean...
2020-08-10 Yann Colletfix #876
2020-08-10 Yann Colletadd test that breaks --fast
2020-08-10 W. Felix HandteFix Enum Casts
2020-08-08 Yann ColletMerge pull request #856 from indragiek/indragiek/lz4f...
2020-08-06 W. Felix HandteRemove dirty Field From LZ4_stream_t
2020-08-05 Indragie KarunaratneLZ4LIB_VISIBILITY -> LZ4FLIB_VISIBILITY in comment
2020-08-05 W. Felix HandteRemove Extraneous Reset in LZ4_attach_dictionary()
2020-08-04 Yann ColletMerge pull request #890 from terrelln/lz4-memcpy
2020-08-03 Nick TerrellCall LZ4_memcpy() instead of memcpy()
2020-08-03 Yann ColletMerge pull request #885 from neheb/mes
2020-07-29 Yann ColletMerge pull request #860 from adeason/old-style-definitions
2020-07-24 NateOptimized by replacing `endl` with `'\n'`
2020-07-21 Rosen Penevmeson: remove build requirement for distutils
2020-07-16 Yann ColletMerge pull request #863 from Devernua/reducing_stack_us...
2020-07-14 Yann ColletMerge pull request #866 from sandyharvie/dev
2020-07-14 Yann ColletMerge pull request #871 from bimbashrestha/bsd
2020-07-08 Yann ColletMerge pull request #884 from vectorizedio/clang-ubsan
2020-07-08 Alexander Gallegoavoid computing 0 offsets from null pointers
2020-06-13 Yann ColletUpdate issue templates
2020-06-05 Bimba Shresthabsd upsate to 12-1
2020-05-30 Yann ColletMerge pull request #869 from bket/fix_tests_openbsd
2020-05-30 Björn KetelaarsFix tests on OpenBSD
2020-05-14 Christopher... add tests
2020-05-14 Christopher... fix LZ4F_compressBound when automatic flushing is enabled
2020-05-11 Aleksandr KukuevReducing stack usage in _t_alignment checks
2020-05-07 Andrew DeasonAvoid old-style function definitions
2020-04-26 Indragie KarunaratneAdd LZ4FLIB_VISIBILITY for controlling library symbol...
2020-03-03 Yann ColletMerge pull request #846 from bimbashrestha/issues-tmp
2020-03-03 Bimba ShresthaAdding issue templates
2020-02-26 Yann ColletMerge pull request #838 from Yanpas/stack_frame_2
2020-02-08 Yann ColletMerge pull request #843 from filipecalasans/multiples...
2020-02-08 Filipe CalasansAdd test scenario test-lz4-multiple-legacy
next