platform/upstream/lz4.git
2020-12-16 Mateusz MajewskiFix compilation on 64-bit architectures 82/249682/1 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.5/unified/20211029.014716 accepted/tizen/7.0/unified/20221110.060602 accepted/tizen/7.0/unified/hotfix/20221116.111118 accepted/tizen/8.0/unified/20231005.095207 accepted/tizen/unified/20201216.220022 accepted/tizen/unified/20201218.124447 submit/tizen/20201216.071710 submit/tizen/20201217.075359 submit/tizen/20201217.103258 submit/tizen_6.5/20211028.163501 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
2020-12-15 Mateusz MajewskiPackage for Tizen 37/249637/2 submit/tizen/20201216.035031 submit/tizen_6.0/20201216.035042
2020-11-16 Yann ColletMerge branch 'dev' into release upstream/1.9.3
2020-11-16 Yann Colletupdate cli entry
2020-11-15 Yann ColletMerge pull request #954 from lz4/dev
2020-11-15 Yann Colletupdate doc
2020-11-15 Yann ColletMerge pull request #953 from lz4/vs2005
2020-11-15 Yann Colletfix minor win32 warning
2020-11-15 Yann Colletfixed minor Visual warning
2020-11-15 Yann ColletMerge pull request #952 from lz4/lz4io
2020-11-15 Yann Colletbetter visual conformance
2020-11-14 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2020-11-14 Yann Colletrestrict BitScanForward() to VS2005+
2020-11-14 Yann Colletfix minor parse warning
2020-11-14 Yann Colletall usages of prefs within lz4io are const
2020-11-14 Yann ColletLZ4IO_openDstFile() doesn't need pref mutability
2020-11-14 Yann Colletfixed force --sparse mode
2020-11-14 Yann ColletMerge pull request #951 from lz4/lz4io
2020-11-14 Yann Colletdictionary functions don't need prefs mutability
2020-11-14 Yann ColletLZ4IO_createDict() doesn't need prefs
2020-11-14 Yann ColletLZ4IO_decompressSrcFile() doesn't need mutable prefs
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
next