platform/upstream/lz4.git
2020-11-14 Yann ColletselectDecoder() doesn't need mutable prefs
2020-11-14 Yann ColletLZ4IO_passThrough() doesn't need prefs
2020-11-14 Yann ColletLZ4IO_decompressLZ4F() doesn't need mutable prefs
2020-11-14 Yann ColletLZ4IO_decodeLegacyStream() doesn't need mutable prefs
2020-11-14 Yann ColletLZ4IO_fwriteSparse doesn't need writable prefs
2020-11-13 Yann Colletminor refactor
2020-11-13 Yann Colletminor refactor of lz4io
2020-11-13 Yann ColletMerge pull request #950 from lz4/appvtest
2020-11-13 Yann Colletappveyor artifact generation
2020-11-11 Yann ColletMerge pull request #949 from lz4/cmakedll
2020-11-11 Yann ColletMerge pull request #946 from lz4/customMem
2020-11-11 Yann Colletfix cmake build of shared dll with visual
2020-11-10 Yann Colletupdated NEWS for v1.9.3
2020-11-10 Yann Colletminor : lz4frame include stdlib only if needed
2020-11-09 Yann Colletproper fullbench's LZ4_calloc()
2020-11-09 Yann Colletchanged LZ4_calloc() to a 2-arguments signature
2020-11-09 Yann Colletfix fullbench's LZ4_free()
2020-11-09 Yann Colletfix travis test
2020-11-09 Yann ColletMerge branch 'dev' into customMem
2020-11-09 Yann Colletfirst proposal for LZ4_USER_MEMORY_FUNCTIONS
2020-11-09 Yann ColletMerge pull request #944 from lz4/fix874
2020-11-09 Yann ColletMerge pull request #943 from lz4/fullbench_dec
2020-11-09 Yann ColletMerge pull request #945 from lz4/fix926
2020-11-09 Yann Colletattempt at silencing cppcheck
2020-11-09 Yann Colletfixed remaining ubsan warnings
2020-11-08 Yann Colletfix #874
2020-11-08 Yann Colletfullbench: added LZ4F_decompress_noHint()
2020-11-08 Yann Colletadded test for LZ4_decompress_safe_withPrefix64k()
2020-11-08 Yann Colletupdate obsolete section documentation
2020-11-08 Yann ColletMerge pull request #942 from lz4/fix926
2020-11-08 Yann Colletfix minor UBs
2020-11-08 Yann Colletadded similar tests for LZ4_saveDict()
2020-11-08 Yann Colletfix #926
2020-11-08 Yann ColletMerge pull request #941 from lz4/revertinline
2020-11-08 Yann ColletMerge pull request #940 from lz4/fix935
2020-11-07 Yann ColletRevert "Replace "static" to "LZ4_FORCE_INLINE" for...
2020-11-07 Yann Colletfix #935
2020-11-07 Yann ColletMerge pull request #939 from lz4/fix927
2020-11-07 Yann ColletLZ4F_decompress requires a valid dctx state
2020-11-07 Yann ColletMerge pull request #936 from lz4/alignTest
2020-11-07 Yann Colletstatic state size
2020-11-07 Yann Colletre-enable alignment test on all targets
2020-11-07 Yann Colletunified internal state declaration
2020-11-06 Yann Colletdocument LZ4_ALIGN_TEST
2020-11-06 Yann Colletunified alignment test
2020-11-06 Yann ColletMerge pull request #938 from terrelln/fuzzer-fix
2020-11-05 Nick Terrell[ossfuzz] Fix parallel builds
2020-10-31 Yann Colletfix minor explicit cast
2020-10-31 Yann ColletMerge pull request #930 from remittor-pr/fix_msvc
2020-10-07 remittorReplace "static" to "LZ4_FORCE_INLINE" for small functions
2020-10-07 remittorReplace define LZ4_FORCE_O2_INLINE_GCC_PPC64LE to LZ4_F...
2020-10-06 Yann ColletMerge pull request #928 from remittor-pr/human_redable
2020-10-06 remittorFix: The "inline" specifier do not use for LZ4_wildCopy...
2020-10-03 remittor[lz4hc] Made function LZ4HC_encodeSequence a human...
2020-10-03 Yann Colletreduce new test stack usage
2020-10-03 Yann ColletAppveyor: added compilation and runtime fuzzer tests
2020-10-02 Yann Colletpreserver alignment test on Visual Studio x64
2020-10-02 Yann Colletfixed x32 test on Travis
2020-10-02 Yann Colletfix cppcheck unused variable warning
2020-10-02 Yann Colletadded LZ4_streamHC_t init test
2020-10-02 Yann ColletMerge pull request #925 from lz4/test_null
2020-10-02 Yann Colletdefine sentinelTest
2020-10-02 Yann Colletmake it possible to select SCANBUILD binary on command...
2020-10-02 Yann Colletadd LZ4F_decompress() tests with (NULL,0) input and...
2020-10-01 Yann ColletMerge pull request #924 from lz4/safixes
2020-10-01 Yann Colletmake scan-build accept assert()
2020-10-01 Yann Colletfix bad init scenario
2020-10-01 Yann Colletadded memcpy() related SA warning fixes
2020-09-30 Yann ColletMerge branch 'safixes' of github.com:lz4/lz4 into safixes
2020-09-30 Yann Colletfix conversion warning
2020-09-30 Yann ColletMerge branch 'dev' into safixes
2020-09-30 Yann Colletfix minor static analyzer warnings
2020-09-30 Yann Colletfix minor static analyzer warnings
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
next