index
:
Project-1CE/external_lz4
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2020-11-14
fixed minor Visual warning
Yann Collet
2020-11-14
better visual conformance
Yann Collet
2020-11-13
LZ4IO_createDict() doesn't need prefs
Yann Collet
2020-11-09
proper fullbench's LZ4_calloc()
Yann Collet
2020-11-09
changed LZ4_calloc() to a 2-arguments signature
Yann Collet
2020-11-09
fix fullbench's LZ4_free()
Yann Collet
2020-11-08
Merge branch 'dev' into customMem
Yann Collet
2020-11-08
first proposal for LZ4_USER_MEMORY_FUNCTIONS
Yann Collet
2020-11-08
Merge pull request #943 from lz4/fullbench_dec
Yann Collet
2020-11-08
attempt at silencing cppcheck
Yann Collet
2020-11-08
fullbench: added LZ4F_decompress_noHint()
Yann Collet
2020-11-08
added test for LZ4_decompress_safe_withPrefix64k()
Yann Collet
2020-11-07
added similar tests for LZ4_saveDict()
Yann Collet
2020-11-07
fix #926
Yann Collet
2020-11-06
unified alignment test
Yann Collet
2020-10-31
fix minor explicit cast
Yann Collet
2020-10-02
reduce new test stack usage
Yann Collet
2020-10-02
fix cppcheck unused variable warning
Yann Collet
2020-10-02
added LZ4_streamHC_t init test
Yann Collet
2020-10-01
define sentinelTest
Yann Collet
2020-10-01
make it possible to select SCANBUILD binary on command line
Yann Collet
2020-10-01
add LZ4F_decompress() tests with (NULL,0) input and output
Yann Collet
2020-09-29
fix minor static analyzer warnings
Yann Collet
2020-09-28
Merge pull request #923 from lz4/fix784
Yann Collet
2020-09-28
improved last literals run on LZ4_compress_destSize
Yann Collet
2020-09-27
ensure last match not too close to end
Yann Collet
2020-09-27
fix incorrect counting
Yann Collet
2020-09-27
fix efficiency of LZ4_compress_HC_destSize()
Yann Collet
2020-09-26
fix compressing into NULL
Yann Collet
2020-09-17
fixed ubsan tests with dynamic library
Yann Collet
2020-09-17
fixed lz4frame with blocks of size 1
Yann Collet
2020-09-17
Merge branch 'usan_null' of github.com:lz4/lz4 into usan_null
Yann Collet
2020-09-17
fix ubsan test
Yann Collet
2020-09-15
fix #847
Yann Collet
2020-09-15
added test triggering NULL arithmetic with usan
Yann Collet
2020-08-27
fixed minor pre-existing printf formatting
Yann Collet
2020-08-27
fixed strict c90 support
Yann Collet
2020-08-27
fix #783
Yann Collet
2020-08-26
Merge branch 'dev' into extraInput
Yann Collet
2020-08-25
fix test under non-interactive environment
Yann Collet
2020-08-25
added more tests around --content-size
Yann Collet
2020-08-25
use variables for program invocation
Yann Collet
2020-08-18
Merge branch 'dev' into extraInput
Yann Collet
2020-08-12
Clarifies and fix EndMark
Yann Collet
2020-08-12
fix issue #783 (#862)
BellaXlp
2020-08-12
added test decompress-partial with extraneous input bytes
Yann Collet
2020-08-10
Merge pull request #895 from lz4/hugefast
Yann Collet
2020-08-10
add test that breaks --fast
Yann Collet
2020-08-06
Remove dirty Field From LZ4_stream_t
W. Felix Handte
2020-07-13
Merge pull request #866 from sandyharvie/dev
Yann Collet
[next]