index
:
platform/upstream/lz4
accepted/tizen_6.0_unified
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
master
tizen
tizen_6.0
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / System Framework; Licenses: BSD-2-Clause, GPL-2.0;
Hyotaek Shim <hyotaek.shim@samsung.com>, Karol Lewandowski <k.lewandowsk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-07
Merge pull request #942 from lz4/fix926
Yann Collet
3
-21
/
+57
2020-11-07
fix minor UBs
Yann Collet
2
-3
/
+5
2020-11-07
added similar tests for LZ4_saveDict()
Yann Collet
1
-1
/
+17
2020-11-07
fix #926
Yann Collet
2
-20
/
+38
2020-11-07
Merge pull request #941 from lz4/revertinline
Yann Collet
2
-20
/
+20
2020-11-07
Merge pull request #940 from lz4/fix935
Yann Collet
2
-3
/
+4
2020-11-07
Revert "Replace "static" to "LZ4_FORCE_INLINE" for small functions"
Yann Collet
2
-20
/
+20
2020-11-07
fix #935
Yann Collet
2
-3
/
+4
2020-11-07
Merge pull request #939 from lz4/fix927
Yann Collet
3
-7
/
+10
2020-11-06
LZ4F_decompress requires a valid dctx state
Yann Collet
3
-7
/
+10
2020-11-06
Merge pull request #936 from lz4/alignTest
Yann Collet
8
-143
/
+155
2020-11-06
static state size
Yann Collet
2
-4
/
+4
2020-11-06
re-enable alignment test on all targets
Yann Collet
3
-17
/
+10
2020-11-06
unified internal state declaration
Yann Collet
2
-74
/
+41
2020-11-06
document LZ4_ALIGN_TEST
Yann Collet
1
-0
/
+3
2020-11-06
unified alignment test
Yann Collet
3
-55
/
+76
2020-11-06
Merge pull request #938 from terrelln/fuzzer-fix
Yann Collet
1
-7
/
+7
2020-11-05
[ossfuzz] Fix parallel builds
Nick Terrell
1
-7
/
+7
2020-10-31
fix minor explicit cast
Yann Collet
1
-1
/
+1
2020-10-31
Merge pull request #930 from remittor-pr/fix_msvc
Yann Collet
2
-38
/
+38
2020-10-07
Replace "static" to "LZ4_FORCE_INLINE" for small functions
remittor
2
-20
/
+20
2020-10-07
Replace define LZ4_FORCE_O2_INLINE_GCC_PPC64LE to LZ4_FORCE_INLINE
remittor
1
-18
/
+18
2020-10-06
Merge pull request #928 from remittor-pr/human_redable
Yann Collet
1
-23
/
+30
2020-10-06
Fix: The "inline" specifier do not use for LZ4_wildCopy8 and LZ4_wildCopy32
remittor
1
-1
/
+1
2020-10-03
[lz4hc] Made function LZ4HC_encodeSequence a human readable
remittor
1
-23
/
+30
2020-10-02
reduce new test stack usage
Yann Collet
1
-10
/
+12
2020-10-02
Appveyor: added compilation and runtime fuzzer tests
Yann Collet
1
-3
/
+9
2020-10-02
preserver alignment test on Visual Studio x64
Yann Collet
1
-16
/
+19
2020-10-02
fixed x32 test on Travis
Yann Collet
1
-5
/
+2
2020-10-02
fix cppcheck unused variable warning
Yann Collet
1
-0
/
+1
2020-10-02
added LZ4_streamHC_t init test
Yann Collet
1
-2
/
+21
2020-10-02
Merge pull request #925 from lz4/test_null
Yann Collet
3
-37
/
+62
2020-10-01
define sentinelTest
Yann Collet
1
-2
/
+3
2020-10-01
make it possible to select SCANBUILD binary on command line
Yann Collet
2
-2
/
+4
2020-10-01
add LZ4F_decompress() tests with (NULL,0) input and output
Yann Collet
2
-33
/
+55
2020-10-01
Merge pull request #924 from lz4/safixes
Yann Collet
11
-86
/
+98
2020-10-01
make scan-build accept assert()
Yann Collet
2
-7
/
+10
2020-09-30
fix bad init scenario
Yann Collet
1
-3
/
+5
2020-09-30
added memcpy() related SA warning fixes
Yann Collet
1
-8
/
+14
2020-09-30
Merge branch 'safixes' of github.com:lz4/lz4 into safixes
Yann Collet
5
-31
/
+33
2020-09-29
fix conversion warning
Yann Collet
1
-5
/
+5
2020-09-29
Merge branch 'dev' into safixes
Yann Collet
3
-5
/
+5
2020-09-29
fix minor static analyzer warnings
Yann Collet
12
-91
/
+114
2020-09-29
fix minor static analyzer warnings
Yann Collet
11
-69
/
+90
2020-09-29
bump version number
Yann Collet
3
-26
/
+48
2020-09-28
Merge pull request #923 from lz4/fix784
Yann Collet
4
-65
/
+216
2020-09-28
improved last literals run on LZ4_compress_destSize
Yann Collet
2
-10
/
+12
2020-09-27
ensure last match not too close to end
Yann Collet
3
-27
/
+48
2020-09-27
fix incorrect counting
Yann Collet
2
-3
/
+4
2020-09-27
Merge pull request #921 from lz4/doubleNull
Yann Collet
2
-4
/
+14
[prev]
[next]