Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
dev
/
tests
6654c2c
ensure conformance with custom LZ4_DISTANCE_MAX
by Yann Collet
· 6 years ago
2cacdd2
fix minor cppcheck warnings
by Yann Collet
· 6 years ago
89e96e5
updated frametest
by Yann Collet
· 6 years ago
4e87942
frametest: added LZ4F decoder noise test
by Yann Collet
· 6 years ago
3b917ef
travisCI: added ASAN fuzzer tests
by Yann Collet
· 6 years ago
567b4e0
moved noisy-src decoder test into cBuffer_exact
by Yann Collet
· 6 years ago
62f59d5
fuzzer: added test to catch #738
by Yann Collet
· 6 years ago
d82a22b
Merge pull request #718 from lz4/fullbench
by Yann Collet
· 6 years ago
33a04fb
fullbench: ensure decompressionFunction and dName are initialized
by Yann Collet
· 6 years ago
99f1721
replaced while(1)
by Yann Collet
· 6 years ago
89c97d5
fullbench: added test scenario LZ4F_decompress_followHint
by Yann Collet
· 6 years ago
6c69ae6
added test case for in-place decompression
by Yann Collet
· 6 years ago
b2ba857
fuzzer: changed internal buffer size
by Yann Collet
· 6 years ago
45eba5b
one more conversion warning
by Yann Collet
· 6 years ago
7611649
some more minor conversion warnings fixes
by Yann Collet
· 6 years ago
c5bcb4d
fixed minor conversion warning
by Yann Collet
· 6 years ago
b17f578
added comments and macros for in-place (de)compression
by Yann Collet
· 6 years ago
4fc6b48
added test case for in-place compression
by Yann Collet
· 6 years ago
729eef6
Handle file not existing case #704
by gabrielstedman
· 6 years ago
e2527ad
updated tests
by Yann Collet
· 6 years ago
81081f9
List mode improvements.
by gstedman
· 6 years ago
98a86c8
Add multiframe report to --list command
by gstedman
· 6 years ago
0d3f85d
test-amalgamation: split the rule
by Dmitry V. Levin
· 6 years ago
8069d2a
test-amalgamation: fix compilation options
by Dmitry V. Levin
· 6 years ago
10726d4
test-amalgamation: use a single cat command
by Dmitry V. Levin
· 6 years ago
7937e86
test-amalgamation: fix the list of prerequisites
by Dmitry V. Levin
· 6 years ago
7136489
More build imrpvements
by JPeterMugaas
· 6 years ago
291b3d8
Merge pull request #691 from lz4/list
by Yann Collet
· 6 years ago
c4fe7a2
Merge pull request #689 from JPeterMugaas/jpm-makefile
by Yann Collet
· 6 years ago
0d4c885
refactored --list function
by Yann Collet
· 6 years ago
2acddd9
Fix a test for mingw
by JPeterMugaas
· 6 years ago
b48f823
Try to put some tests I made in ONE place. I also moved a test for "install" in one place to try to isolate it.
by JPeterMugaas
· 6 years ago
773b665
Initial commits from diff I submitted earlier
by JPeterMugaas
· 6 years ago
22fae16
ensure tests work when `stdout` is not the console
by Yann Collet
· 6 years ago
467e352
tests/Makefile : created CMP variable
by Yann Collet
· 6 years ago
5f8ac02
cli: display a warning whenever default output is stdout while input != stdin
by Yann Collet
· 6 years ago
ae19912
fixed read-after input in LZ4_decompress_safe()
by Yann Collet
· 6 years ago
4790994
fuzzer : reduced stack usage
by Yann Collet
· 6 years ago
6cb084e
fuzzer: reduce stack usage to please Visual static analyzer
by Yann Collet
· 6 years ago
0b876db
address a few minor Visual warnings
by Yann Collet
· 6 years ago
4f6de46
fix several minor static analyzer warnings
by Yann Collet
· 6 years ago
3f55816
fuzzer: fixed scan-build leak warning
by Yann Collet
· 6 years ago
8f0e744
fuzzer: fix explicit cast for C++
by Yann Collet
· 6 years ago
1ed6969
fuzzer: added tests to detect LZ4_decompress_fast() out of bound read
by Yann Collet
· 6 years ago
1848ea5
Fix AIX errors/warnings
by Norm Green
· 6 years ago
0d4a974
Merge branch 'dev' into fixframe
by Yann Collet
· 6 years ago
ac5d262
added a fake initialization to please an analyzer
by Yann Collet
· 6 years ago
ce0f316
fix fuzzer tests on dirty context
by Yann Collet
· 6 years ago
98e5c00
added more margin for canary in frametest
by Yann Collet
· 6 years ago
3ab916c
frametest: removed uninitialized warning
by Yann Collet
· 6 years ago
9c41e58
assert() the failed test
by Yann Collet
· 6 years ago
c222dd9
fixed frametest
by Yann Collet
· 6 years ago
63bfb64
and even more visual conversion warnings
by Yann Collet
· 6 years ago
c7554c3
fixed minor Visual conversion warnings
by Yann Collet
· 6 years ago
9c49e3c
added tests for -d -m -c
by Yann Collet
· 6 years ago
e865a3e
fixed lz4 -m -c
by Yann Collet
· 6 years ago
20c2a5f
added command -BI for "Independent Blocks"
by Yann Collet
· 6 years ago
9e50170
made LZ4F_getHeaderSize() public
by Yann Collet
· 6 years ago
d8d5f14
fixed loadDictHC
by Yann Collet
· 6 years ago
14c71df
modified LZ4_initStreamHC() to look like LZ4_initStream()
by Yann Collet
· 6 years ago
da19cc7
checkFrame: removed %zu
by Yann Collet
· 6 years ago
b92681f
fullbench: assert lz4_stream_t initialization
by Yann Collet
· 6 years ago
3f5f10c
fixed cleaning tmp directory
by Yann Collet
· 6 years ago
249703a
slightly faster huge file test
by Yann Collet
· 6 years ago
5db9a2f
added make list target to tests
by Yann Collet
· 6 years ago
2ece0d8
created LZ4_initStream()
by Yann Collet
· 6 years ago
2a94faf
fixed _GNU_SOURCE duplicate
by Yann Collet
· 6 years ago
a4f1635
fuzzer: fixed strict c99 with mmap+MAP_ANONYMOUS
by Yann Collet
· 6 years ago
c491df5
created LZ4_initStreamHC()
by Yann Collet
· 6 years ago
7a39fb8
make `_fast*()` decoder generate a deprecation warning
by Yann Collet
· 6 years ago
9028682
Fix pass-through mode
by Tim Zakian
· 7 years ago
186015a
fixed strict C++ compilation
by Yann Collet
· 7 years ago
baed01a
fixed long sequence overflow test
by Yann Collet
· 7 years ago
fbebf03
minor explicit cast warning
by Yann Collet
· 7 years ago
e953474
Merge pull request #634 from lz4/longSeqTest
by Yann Collet
· 7 years ago
7741c60
add a test to check long sequences (#631)
by Yann Collet
· 7 years ago
4ec29b0
Fix C90 compatibility issue
by Tim Zakian
· 7 years ago
8193742
Make LZ4F_getBlockSize public and publis in experimental section
by Tim Zakian
· 7 years ago
4c953b4
Add test to cover issue #596
by Ruben O. Chiavone
· 7 years ago
49073ac
clang: Fix -Wcomma
by Lzu Tao
· 7 years ago
b9d3080
clang: Fix -Wcast-qual
by Lzu Tao
· 7 years ago
0241755
Fix clang warnings: -Wformat-pedantic and -Werror=overflow
by Lzu Tao
· 7 years ago
b192c86
[amalgamation] lz4frame.c
by Bing Xu
· 7 years ago
a7e8d39
[amalgamation] add test
by Bing Xu
· 7 years ago
f27ea07
Adding information about dirty context for _HC_ family of functions
by Oleg Khabinov
· 7 years ago
df6d00e
Merge pull request #592 from lz4/compressEnd
by Yann Collet
· 7 years ago
e07a37d
added a test for LZ4F_compressEnd()
by Yann Collet
· 7 years ago
6372459
Merge pull request #588 from khabinov/stream-dirty-followups
by Yann Collet
· 7 years ago
294293d
support custom block sizes: fix memory leak to make CI builds happy
by Blaise Sanouillet
· 7 years ago
28eb88d
Some followups and renamings
by Oleg Khabinov
· 7 years ago
d470385
support custom block sizes: remove unneeded fudging, fix leaked filehandles, other nits
by Blaise Sanouillet
· 7 years ago
7f18842
Merge branch 'dev' into custom_block_sizes
by Blaise Sanouillet
· 7 years ago
f2ae385
Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to check if full reset is needed.
by Oleg Khabinov
· 7 years ago
4d9435f
support custom block sizes: fix const
by Blaise Sanouillet
· 7 years ago
64ad395
support custom block sizes
by Blaise Sanouillet
· 7 years ago
b2215f2
tried to clean another bunch of cppcheck warnings
by Yann Collet
· 7 years ago
5a10ed2
added cppcheck
by Yann Collet
· 7 years ago
b87a8e9
fixed minor warning in fuzzer.c
by Yann Collet
· 7 years ago
d28389b
Merge branch 'dev' into partialDecode
by Yann Collet
· 7 years ago
3318d57
Add support for MidnightBSD
by Lucas Holt
· 7 years ago
Next »