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
2019-12-02
faster decoding speed with Visual
Yann Collet
1
-3
/
+3
2019-09-21
Have read_variable_length use fixed size types
Nigel Tao
1
-2
/
+6
2019-08-09
[LZ4_compress_destSize] Fix off-by-one error
Nick Terrell
1
-1
/
+1
2019-08-06
Only Bump Offset When Attaching Non-Null Dictionary
W. Felix Handte
1
-15
/
+21
2019-08-06
Add Attach Dict Debug Log
W. Felix Handte
1
-0
/
+4
2019-08-06
Make Attaching an Empty Dict Behave the Same as Using it Directly
W. Felix Handte
1
-14
/
+15
2019-08-06
silence msan warning when offset==0
Yann Collet
1
-64
/
+65
2019-07-19
Merge pull request #760 from terrelln/destSize
Yann Collet
1
-1
/
+1
2019-07-18
Fix LZ4_attach_dictionary with empty dictionary
Nick Terrell
1
-1
/
+1
2019-07-18
[LZ4_compress_destSize] Fix off-by-one error in fix
Nick Terrell
1
-1
/
+1
2019-07-17
[LZ4_compress_destSize] Fix overflow condition
Nick Terrell
1
-1
/
+1
2019-07-17
[LZ4_compress_destSize] Fix rare data corruption bug
Nick Terrell
1
-0
/
+30
2019-07-17
[LZ4_compress_destSize] Allow 2 more bytes of match length
Nick Terrell
1
-1
/
+1
2019-07-16
Merge pull request #752 from terrelln/fuzzers
Yann Collet
1
-8
/
+41
2019-07-15
[lz4] Fix bugs in partial decoding
Nick Terrell
1
-8
/
+41
2019-07-15
ensure conformance with custom LZ4_DISTANCE_MAX
Yann Collet
1
-4
/
+9
2019-07-04
Remove an useless declaration
Sylvestre Ledru
1
-1
/
+1
2019-06-28
Fix out-of-bounds read of up to 64 KB in the past
Nick Terrell
1
-2
/
+8
2019-06-04
restored FORCE_INLINE
Yann Collet
1
-1
/
+0
2019-05-31
Merge pull request #717 from lz4/inplace
Yann Collet
1
-18
/
+18
2019-05-31
decompress: changed final memcpy() into memmove()
Yann Collet
1
-10
/
+13
2019-05-31
FAST_DEC_LOOP: only did offset check in specific condition.
Chenxi Mao
1
-2
/
+2
2019-05-29
some more minor conversion warnings fixes
Yann Collet
1
-4
/
+4
2019-05-29
ensure lz4.h can be included with or without LZ4_STATIC_LINKING_ONLY in any o...
Yann Collet
1
-0
/
+1
2019-05-29
added comments and macros for in-place (de)compression
Yann Collet
1
-4
/
+0
2019-05-07
enable LZ4_FAST_DEC_LOOP build macro on aarch64/GCC by default
George Prekas
1
-0
/
+5
2019-04-24
several minor style changes recommended by clang-tidy
Yann Collet
1
-64
/
+73
2019-04-18
fixed read-after input in LZ4_decompress_safe()
Yann Collet
1
-28
/
+29
2019-04-17
re-enable FORCE_INLINE
Yann Collet
1
-3
/
+0
2019-04-17
fix out-of-bound read within LZ4_decompress_fast()
Yann Collet
1
-2
/
+13
2019-04-17
Fix AIX errors/warnings
Norm Green
1
-0
/
+6
2019-04-15
simplified output_directive
Yann Collet
1
-15
/
+17
2019-04-15
fix comma for pedantic
Yann Collet
1
-1
/
+1
2019-04-15
unified limitedOutput_directive
Yann Collet
1
-16
/
+15
2019-04-15
fixed lz4frame with linked blocks
Yann Collet
1
-11
/
+9
2019-04-12
fixed minor Visual warnings
Yann Collet
1
-2
/
+2
2019-04-11
introduce LZ4_DISTANCE_MAX build macro
Yann Collet
1
-15
/
+20
2019-04-09
modified LZ4_initStreamHC() to look like LZ4_initStream()
Yann Collet
1
-0
/
+1
2019-04-08
check some more initialization result
Yann Collet
1
-1
/
+5
2019-04-08
removed LZ4_stream_t alignment test on Visual
Yann Collet
1
-0
/
+8
2019-04-08
LZ4_initStream() checks alignment restriction
Yann Collet
1
-0
/
+7
2019-04-05
created LZ4_initStream()
Yann Collet
1
-5
/
+12
2019-04-03
minor comments and reformatting
Yann Collet
1
-12
/
+17
2019-04-02
fixed minor conversion warnings
Yann Collet
1
-14
/
+10
2019-04-02
created LZ4_FAST_DEC_LOOP build macro
Yann Collet
1
-5
/
+16
2019-04-02
fixed a few minor conversion warnings
Yann Collet
1
-20
/
+22
2019-02-11
Merge pull request #645 from djwatson/optimize_decompress_generic
Yann Collet
1
-19
/
+245
2019-02-11
decompress_generic: Limit fastpath to x86
Dave Watson
1
-3
/
+9
2019-02-08
decompress_generic: Add fastpath for small offsets
Dave Watson
1
-19
/
+59
2019-02-08
decompress_generic: Unroll loops a bit more
Dave Watson
1
-7
/
+7
[prev]
[next]