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
/
lz4.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-14
better visual conformance
Yann Collet
1
-4
/
+3
2020-11-14
restrict BitScanForward() to VS2005+
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
1
-2
/
+2
2020-11-08
first proposal for LZ4_USER_MEMORY_FUNCTIONS
Yann Collet
1
-4
/
+17
2020-11-08
Merge pull request #944 from lz4/fix874
Yann Collet
1
-1
/
+1
2020-11-08
fixed remaining ubsan warnings
Yann Collet
1
-1
/
+1
2020-11-08
fix #874
Yann Collet
1
-1
/
+1
2020-11-07
fix minor UBs
Yann Collet
1
-1
/
+3
2020-11-07
Merge pull request #941 from lz4/revertinline
Yann Collet
1
-18
/
+18
2020-11-07
Revert "Replace "static" to "LZ4_FORCE_INLINE" for small functions"
Yann Collet
1
-18
/
+18
2020-11-07
fix #935
Yann Collet
1
-2
/
+3
2020-11-06
Merge pull request #936 from lz4/alignTest
Yann Collet
1
-12
/
+19
2020-11-06
re-enable alignment test on all targets
Yann Collet
1
-14
/
+6
2020-11-06
unified alignment test
Yann Collet
1
-9
/
+24
2020-10-07
Replace "static" to "LZ4_FORCE_INLINE" for small functions
remittor
1
-18
/
+18
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-09-29
fix conversion warning
Yann Collet
1
-5
/
+5
2020-09-29
fix minor static analyzer warnings
Yann Collet
1
-17
/
+19
2020-09-28
Merge pull request #923 from lz4/fix784
Yann Collet
1
-9
/
+15
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
1
-6
/
+11
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
1
-1
/
+2
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
fixed lz4frame with blocks of size 1
Yann Collet
1
-21
/
+19
2020-09-16
added the actual code change
Yann Collet
1
-6
/
+53
2020-08-27
fix #783
Yann Collet
1
-16
/
+23
2020-08-26
Merge branch 'dev' into extraInput
Yann Collet
1
-55
/
+57
2020-08-25
added documentation about LZ4_FORCE_SW_BITCOUNT
Yann Collet
1
-2
/
+19
2020-08-24
Merge pull request #898 from aqrit/aqrit-prefixlen
Yann Collet
1
-45
/
+46
2020-08-21
removed LZ4_compress_fast_force()
Yann Collet
1
-16
/
+0
2020-08-17
silence warning
aqrit
1
-2
/
+2
2020-08-12
fix issue #783 (#862)
BellaXlp
1
-1
/
+1
2020-08-11
rejigger bit counting intrinsics
aqrit
1
-45
/
+46
2020-08-10
Merge pull request #895 from lz4/hugefast
Yann Collet
1
-5
/
+14
2020-08-10
fix #876
Yann Collet
1
-5
/
+14
2020-08-10
Fix Enum Casts
W. Felix Handte
1
-5
/
+5
2020-08-06
Remove dirty Field From LZ4_stream_t
W. Felix Handte
1
-10
/
+0
2020-08-05
Remove Extraneous Reset in LZ4_attach_dictionary()
W. Felix Handte
1
-6
/
+0
2020-08-03
Call LZ4_memcpy() instead of memcpy()
Nick Terrell
1
-36
/
+51
2020-07-28
Merge pull request #860 from adeason/old-style-definitions
Yann Collet
1
-2
/
+2
2020-07-16
Merge pull request #863 from Devernua/reducing_stack_usage_in_t_alignment
Yann Collet
1
-2
/
+2
2020-07-08
avoid computing 0 offsets from null pointers
Alexander Gallego
1
-2
/
+2
2020-05-11
Reducing stack usage in _t_alignment checks
Aleksandr Kukuev
1
-2
/
+2
2020-05-07
Avoid old-style function definitions
Andrew Deason
1
-2
/
+2
2020-01-17
Force inline small functions used by LZ4_compress_generic.
Bartosz Taudul
1
-6
/
+6
2019-12-03
fixed lz4hc assert error
Yann Collet
1
-8
/
+8
[next]