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-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
2020-02-07
Add test scenario test-lz4-multiple-legacy
Filipe Calasans
1
-1
/
+39
2019-10-07
Adding unamestr var
Bimba Shrestha
1
-0
/
+1
2019-10-04
Adding condition for FreeBSD and using gmake
Bimba Shrestha
1
-1
/
+8
2019-10-04
Using instead of gmake (to address the travis failure)
Bimba Shrestha
1
-1
/
+1
2019-10-04
Using gmake instead of make
Bimba Shrestha
1
-1
/
+1
2019-08-15
fixed test error
Yann Collet
1
-1
/
+1
2019-08-06
silence msan warning when offset==0
Yann Collet
1
-0
/
+1
2019-07-15
ensure conformance with custom LZ4_DISTANCE_MAX
Yann Collet
2
-2
/
+3
2019-06-30
fix minor cppcheck warnings
Yann Collet
2
-3
/
+3
2019-06-30
updated frametest
Yann Collet
1
-16
/
+27
2019-06-30
frametest: added LZ4F decoder noise test
Yann Collet
2
-89
/
+188
2019-06-28
travisCI: added ASAN fuzzer tests
Yann Collet
2
-10
/
+12
[next]