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
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-13
LZ4IO_createDict() doesn't need prefs
Yann Collet
1
-1
/
+1
2020-11-09
proper fullbench's LZ4_calloc()
Yann Collet
1
-1
/
+1
2020-11-09
changed LZ4_calloc() to a 2-arguments signature
Yann Collet
1
-1
/
+1
2020-11-09
fix fullbench's LZ4_free()
Yann Collet
1
-1
/
+1
2020-11-08
Merge branch 'dev' into customMem
Yann Collet
2
-15
/
+56
2020-11-08
first proposal for LZ4_USER_MEMORY_FUNCTIONS
Yann Collet
2
-3
/
+14
2020-11-08
Merge pull request #943 from lz4/fullbench_dec
Yann Collet
1
-3
/
+44
2020-11-08
attempt at silencing cppcheck
Yann Collet
1
-12
/
+12
2020-11-08
fullbench: added LZ4F_decompress_noHint()
Yann Collet
1
-0
/
+35
2020-11-08
added test for LZ4_decompress_safe_withPrefix64k()
Yann Collet
1
-3
/
+9
2020-11-07
added similar tests for LZ4_saveDict()
Yann Collet
1
-1
/
+17
2020-11-07
fix #926
Yann Collet
1
-2
/
+18
2020-11-06
unified alignment test
Yann Collet
1
-28
/
+46
2020-10-31
fix minor explicit cast
Yann Collet
1
-1
/
+1
2020-10-02
reduce new test stack usage
Yann Collet
1
-10
/
+12
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-01
define sentinelTest
Yann Collet
1
-2
/
+3
2020-10-01
make it possible to select SCANBUILD binary on command line
Yann Collet
1
-1
/
+1
2020-10-01
add LZ4F_decompress() tests with (NULL,0) input and output
Yann Collet
1
-1
/
+3
2020-09-29
fix minor static analyzer warnings
Yann Collet
2
-12
/
+13
2020-09-28
Merge pull request #923 from lz4/fix784
Yann Collet
2
-23
/
+111
2020-09-28
improved last literals run on LZ4_compress_destSize
Yann Collet
1
-8
/
+10
2020-09-27
ensure last match not too close to end
Yann Collet
1
-6
/
+8
2020-09-27
fix incorrect counting
Yann Collet
1
-1
/
+1
2020-09-27
fix efficiency of LZ4_compress_HC_destSize()
Yann Collet
1
-9
/
+93
2020-09-26
fix compressing into NULL
Yann Collet
1
-4
/
+13
2020-09-17
fixed ubsan tests with dynamic library
Yann Collet
1
-0
/
+1
2020-09-17
fixed lz4frame with blocks of size 1
Yann Collet
1
-2
/
+4
2020-09-17
Merge branch 'usan_null' of github.com:lz4/lz4 into usan_null
Yann Collet
1
-2
/
+5
2020-09-17
fix ubsan test
Yann Collet
1
-1
/
+1
2020-09-15
fix #847
Yann Collet
1
-2
/
+5
2020-09-15
added test triggering NULL arithmetic with usan
Yann Collet
1
-0
/
+8
2020-08-27
fixed minor pre-existing printf formatting
Yann Collet
1
-2
/
+2
2020-08-27
fixed strict c90 support
Yann Collet
1
-2
/
+0
2020-08-27
fix #783
Yann Collet
1
-4
/
+4
2020-08-26
Merge branch 'dev' into extraInput
Yann Collet
1
-81
/
+92
2020-08-25
fix test under non-interactive environment
Yann Collet
1
-1
/
+1
2020-08-25
added more tests around --content-size
Yann Collet
1
-1
/
+10
2020-08-25
use variables for program invocation
Yann Collet
1
-80
/
+82
2020-08-18
Merge branch 'dev' into extraInput
Yann Collet
1
-9
/
+21
2020-08-12
Clarifies and fix EndMark
Yann Collet
1
-9
/
+21
2020-08-12
fix issue #783 (#862)
BellaXlp
2
-3
/
+60
2020-08-12
added test decompress-partial with extraneous input bytes
Yann Collet
2
-10
/
+19
2020-08-10
Merge pull request #895 from lz4/hugefast
Yann Collet
1
-0
/
+5
2020-08-10
add test that breaks --fast
Yann Collet
1
-0
/
+5
2020-08-06
Remove dirty Field From LZ4_stream_t
W. Felix Handte
1
-4
/
+0
2020-07-13
Merge pull request #866 from sandyharvie/dev
Yann Collet
1
-0
/
+18
2020-05-30
Fix tests on OpenBSD
Björn Ketelaars
1
-1
/
+1
2020-05-13
add tests
Christopher Harvie
1
-0
/
+18
[next]