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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-13
minor refactor of lz4io
Yann Collet
1
-2
/
+3
2020-11-09
minor : lz4frame include stdlib only if needed
Yann Collet
1
-1
/
+1
2020-11-09
changed LZ4_calloc() to a 2-arguments signature
Yann Collet
1
-2
/
+2
2020-11-08
Merge branch 'dev' into customMem
Yann Collet
2
-4
/
+7
2020-11-08
first proposal for LZ4_USER_MEMORY_FUNCTIONS
Yann Collet
3
-12
/
+28
2020-11-08
Merge pull request #944 from lz4/fix874
Yann Collet
1
-1
/
+1
2020-11-08
Merge pull request #945 from lz4/fix926
Yann Collet
2
-3
/
+6
2020-11-08
fixed remaining ubsan warnings
Yann Collet
2
-3
/
+6
2020-11-08
fix #874
Yann Collet
1
-1
/
+1
2020-11-08
update obsolete section documentation
Yann Collet
1
-12
/
+11
2020-11-07
fix minor UBs
Yann Collet
2
-3
/
+5
2020-11-07
fix #926
Yann Collet
1
-18
/
+20
2020-11-07
Merge pull request #941 from lz4/revertinline
Yann Collet
2
-20
/
+20
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-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
5
-108
/
+77
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
2
-27
/
+30
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
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
preserver alignment test on Visual Studio x64
Yann Collet
1
-16
/
+19
2020-10-01
add LZ4F_decompress() tests with (NULL,0) input and output
Yann Collet
1
-32
/
+52
2020-10-01
make scan-build accept assert()
Yann Collet
1
-6
/
+9
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-29
fix conversion warning
Yann Collet
1
-5
/
+5
2020-09-29
Merge branch 'dev' into safixes
Yann Collet
1
-1
/
+1
2020-09-29
fix minor static analyzer warnings
Yann Collet
3
-37
/
+39
2020-09-29
bump version number
Yann Collet
1
-1
/
+1
2020-09-28
Merge pull request #923 from lz4/fix784
Yann Collet
2
-42
/
+105
2020-09-28
improved last literals run on LZ4_compress_destSize
Yann Collet
1
-2
/
+2
2020-09-27
ensure last match not too close to end
Yann Collet
2
-21
/
+40
2020-09-27
fix incorrect counting
Yann Collet
1
-2
/
+3
2020-09-27
Merge pull request #921 from lz4/doubleNull
Yann Collet
1
-0
/
+1
2020-09-27
fix efficiency of LZ4_compress_HC_destSize()
Yann Collet
2
-25
/
+68
2020-09-27
Fix compilation with TinyCC
Anton Kochkov
1
-2
/
+2
2020-09-26
fix compressing into NULL
Yann Collet
1
-0
/
+1
2020-09-17
comment bug on older versions of ZSTD_compress_destSize()
Yann Collet
1
-1
/
+12
2020-09-17
fixed lz4frame with blocks of size 1
Yann Collet
2
-22
/
+23
2020-09-16
added the actual code change
Yann Collet
1
-6
/
+53
2020-08-27
fix #783
Yann Collet
2
-28
/
+45
2020-08-26
Merge branch 'dev' into extraInput
Yann Collet
2
-61
/
+71
2020-08-25
added documentation about LZ4_FORCE_SW_BITCOUNT
Yann Collet
2
-8
/
+33
[next]