platform/upstream/lz4.git
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 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 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
2020-02-08 Filipe CalasansImplement -m option with legacy format on cli
2020-02-07 Yann ColletMerge pull request #842 from filipecalasans/fix-list
2020-02-07 Filipe CalasansFix lz4cli --list option
2020-02-03 Yan Pashkovskyfix malloc handling
2020-01-31 Yan Pashkovskyfix: allocate LZ4HC_optimal_t opt on heap each time...
2020-01-27 Yann Colletupdated NEWS for v1.9.3
2020-01-27 Yann ColletMerge pull request #826 from wolfpld/dev
2020-01-16 Bartosz TaudulForce inline small functions used by LZ4_compress_generic.
2020-01-16 Yann ColletMerge pull request #825 from NancyLi1013/vcpkg-instructions
2020-01-16 NancyLi1013Add vcpkg installation instructions
2019-12-06 Yann ColletMerge pull request #810 from korli/haiku
2019-12-04 Yann ColletMerge pull request #803 from dkondrad/gh-797
2019-12-04 Yann ColletMerge pull request #817 from lz4/windfast
2019-12-03 Yann Colletfixed lz4hc assert error
2019-12-03 Yann Colletfaster decoding speed with Visual
2019-11-30 Yann ColletMerge pull request #815 from andrewthad/patch-1
2019-11-30 Andrew MartinFix typos in streaming_api_basics.md
2019-11-07 Jerome Duvalbring support for Haiku up to date.
2019-11-06 Yann ColletMerge pull request #808 from rkoradi/benchmarkWithDicti...
2019-11-06 Reto KoradiMake benchmark compatible with dictionary compression
2019-10-25 David A Kondradproject: VS2017: add lz4 project
2019-10-25 David A Kondradproject: visual: fix VS2010/17 gitignore
2019-10-07 Yann ColletMerge pull request #798 from bimbashrestha/adding_cirru...
2019-10-07 Bimba ShresthaAdding unamestr var
2019-10-04 Bimba ShresthaAdding condition for FreeBSD and using gmake
2019-10-04 Bimba ShresthaUsing instead of gmake (to address the travis failure)
2019-10-04 Bimba ShresthaUsing gmake instead of make
2019-10-04 Bimba ShresthaAdding cirrus config file for freebsd-12-0
2019-09-26 Yann ColletMerge pull request #796 from jcaesar/dev
2019-09-26 Julius Michaelismeson: move one layer deeper to allow easy construction...
2019-09-23 Yann ColletMerge pull request #794 from bimbashrestha/compress_fra...
2019-09-23 Bimba ShresthaUsing size instead of LZ4_compressBound(size) <- causes...
next