Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
1949bf11e3903ab6c615ac625587426dc11b4beb
/
tests
41ad238
Merge pull request #515 from svpv/refactorDec
by Yann Collet
· 7 years ago
ce4e138
fuzzer.c: enabled ring buffer tests for decompress_fast
by Alexey Tourbin
· 7 years ago
2becd69
Add _destSize() to Fullbench
by W. Felix Handte
· 7 years ago
5603d30
lz4.c: fixed the LZ4_decompress_safe_continue case
by Alexey Tourbin
· 7 years ago
27c6eec
Multiply-Include Header to Check Guard Macro Correctness
by W. Felix Handte
· 7 years ago
2dfc7cb
Change Over Includes in the Project
by W. Felix Handte
· 7 years ago
b2637ab
Merge pull request #512 from lz4/HC_dict
by Yann Collet
· 7 years ago
db9deb7
Remove the Framebench Tool
by W. Felix Handte
· 7 years ago
bd06fde
fullbench compiled without assert()
by Cyan4973
· 7 years ago
672799e
Fix compilation error and assert.
by Nick Terrell
· 7 years ago
bb83cad
Fix input size validation edge cases
by Nick Terrell
· 7 years ago
209c9c2
Add Some Simple Fuzzer Tests
by W. Felix Handte
· 7 years ago
e0d8add
Fix Framebench Output Buffer Sizing
by W. Felix Handte
· 7 years ago
9dae661
Fix Cast
by W. Felix Handte
· 7 years ago
f646c51
Print Failure Message in Framebench
by W. Felix Handte
· 7 years ago
9d971fd
Switch to Unaligned Samples to Compress Different Blobs Each Time
by W. Felix Handte
· 7 years ago
66f0c29
Fix Framebench Statistics
by W. Felix Handte
· 7 years ago
09df7a0
Add Run Name to Frame Bench Output
by W. Felix Handte
· 7 years ago
a9a6232
Auto-Calculate Appropriate Repetition Count
by W. Felix Handte
· 7 years ago
d4ee755
Print More Detailed Results Inside bench(), Add Compression Levels
by W. Felix Handte
· 7 years ago
ffb2d8b
Check Compressed Buffer is Correct in Frame Bench
by W. Felix Handte
· 7 years ago
0bc13ab
Add HC Calls to Framebench
by W. Felix Handte
· 7 years ago
b9836b2
Restore Framebench Tool
by W. Felix Handte
· 7 years ago
444211d
edited a few traces for debugging
by Yann Collet
· 7 years ago
4aff9b1
fixed fuzzer tests
by Yann Collet
· 7 years ago
b5528ac
Merge branch 'dev' into lowAddr
by Yann Collet
· 7 years ago
9f0f6b8
Further Test that ExtDictCtx Mode Produces the Exact Same Output
by W. Felix Handte
· 7 years ago
6dd64e0
Add Tests for LZ4_attach_dictionary and Friends
by W. Felix Handte
· 7 years ago
8af32ce
modified a few traces for debug
by test4973
· 7 years ago
ca38879
allow system-defined CPPFLAGS in /tests
by Yann Collet
· 7 years ago
7b3cd10
reduced test time on circle-ci
by Yann Collet
· 7 years ago
ad7e040
fix minor conversion warning
by test4973
· 7 years ago
f9992fa
noticed a bug when re-using hash table
by test4973
· 7 years ago
6d931b6
fixed lz4 compression starting at small address
by test4973
· 7 years ago
43132af
Merge branch 'dev' into lowAddr
by test4973
· 7 years ago
ebdcbc3
Add Dependency to Fix Parallel `make test` Runs
by W. Felix Handte
· 7 years ago
c3f0ed2
added low address fuzzer tests
by test4973
· 7 years ago
70f1482
Remove Framebench Tool
by W. Felix Handte
· 7 years ago
c4aef7c
Restore checkTag Cleaning
by W. Felix Handte
· 7 years ago
f9fef25
Renames and Comment Fixes
by W. Felix Handte
· 7 years ago
9dcd9ab
Make LZ4F_compressFrame_usingCDict Take a Compression Context
by W. Felix Handte
· 7 years ago
b3628cb
Avoid Resetting the Context When Possible
by W. Felix Handte
· 7 years ago
f34fb3c
Add Bounds Check to locateBuffDiff
by W. Felix Handte
· 7 years ago
8c006b1
Add a Benchmarking Tool For Compression with Context Re-Use
by W. Felix Handte
· 7 years ago
0ddd1ce
added target make check
by Yann Collet
· 7 years ago
20e969e
fuzzer: added low address compression test
by Yann Collet
· 7 years ago
b077a99
added checkTag
by Yann Collet
· 7 years ago
e290024
object files in /tests
by Yann Collet
· 7 years ago
7d2f30c
lz4opt supports _destSize
by Yann Collet
· 7 years ago
fdde431
/tests programs compiled with LZ4_DEBUG=1
by Yann Collet
· 7 years ago
1025546
unified HC levels
by Yann Collet
· 7 years ago
93f8284
Add some tests verifying command line dictionary functionality
by W. Felix Handte
· 7 years ago
2ed3612
removed test-fasttest
by Yann Collet
· 7 years ago
c04655b
fixed make recurrence from /tests
by Yann Collet
· 7 years ago
517dd95
removed fasttest
by Yann Collet
· 7 years ago
82ccdec
minor : added header license
by Yann Collet
· 7 years ago
5637d88
make test is compatible with parallel execution (-j#)
by Yann Collet
· 7 years ago
930a692
cli : restored command -BX to enable block checksum (#322)
by Yann Collet
· 7 years ago
77f99d2
restored block checksum capability at lz4frame API level
by Yann Collet
· 7 years ago
757497a
implemented lz4frame decompression API
by Yann Collet
· 7 years ago
4531637
support dictionary compression with independent blocks
by Yann Collet
· 7 years ago
d8aafe2
dictionary compression correctly uses compression level
by Yann Collet
· 7 years ago
31f2cdf
implemented dictionary compression in lz4frame
by Yann Collet
· 7 years ago
a82dadf
added dictID inside LZ4F_frameInfo_t
by Yann Collet
· 7 years ago
e14b4c5
tests/Makefile: don't use LIBDIR as variable
by Jussi Kukkonen
· 7 years ago
d18084c
report where decompression ends (#313)
by Yann Collet
· 7 years ago
2600a15
fix (minor) g++ compatibility for frametest
by Yann Collet
· 8 years ago
e60cbb5
added test for LZ4F_resetDecompressionContext()
by Yann Collet
· 8 years ago
2012e4d
fixed c_standards tests
by Yann Collet
· 8 years ago
e2c9b19
lz4frame : Added negative compression levels
by Yann Collet
· 8 years ago
fc31257
added LZ4F_resetDecompressionContext()
by Yann Collet
· 8 years ago
f0a7651
Safer LZ4_getFrameInfo()
by Yann Collet
· 8 years ago
b1daffc
cli: add GNU separator -- specifying that all following arguments are files
by Dmitry V. Levin
· 8 years ago
0d073d4
added `extern C` for lz4.h static section
by Yann Collet
· 8 years ago
aae447f
LZ4_compress_HC_continue_destSize() works as intended up to level 10
by Yann Collet
· 8 years ago
cd35f0d
LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code path
by Yann Collet
· 8 years ago
430b7d3
created LZ4_HC_STATIC_LINKING_ONLY section
by Yann Collet
· 8 years ago
66b26a3
tests: fuzzer: Add test for LZ4_compressHC_destSize
by remittor
· 8 years ago
0dfb0b9
Fix test-lz4-basic
by Dmitry V. Levin
· 8 years ago
d3eaf78
remove MOREFLAGS from test-lz4c32
by Przemyslaw Skibinski
· 8 years ago
ace2242
circle.yml: fixed lz4c32 target (2)
by Przemyslaw Skibinski
· 8 years ago
0d77c85
circle.yml: fixed lz4c32 target
by Przemyslaw Skibinski
· 8 years ago
4ee9bd5
improved Circle CI tests
by Przemyslaw Skibinski
· 8 years ago
b89cac7
Don't use "foo && false || true"
by Eric Siegerman
· 8 years ago
c139eb4
added OpenBSD NetBSD SunOS to list of supported `make install` OSes
by Przemyslaw Skibinski
· 8 years ago
489d161
added "This Makefile is validated for"
by Przemyslaw Skibinski
· 8 years ago
d2b51c2
fuzzer: tests more compression levels
by Przemyslaw Skibinski
· 8 years ago
1c80b9a
LZ4HC_getSearchNum
by Przemyslaw Skibinski
· 8 years ago
c8b3126
added FUZ_CLEVEL_DEFAULT
by Przemyslaw Skibinski
· 8 years ago
a3d61cf
improved test-lz4-opt-parser
by Przemyslaw Skibinski
· 8 years ago
f4575f4
added test-lz4-opt-parser
by Przemyslaw Skibinski
· 8 years ago
efaa9b7
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev
by Przemyslaw Skibinski
· 8 years ago
ea51ad0
Solaris: working "make install"
by Przemyslaw Skibinski
· 8 years ago
9b4b081
"make test" is now compatible with Solaris
by Przemyslaw Skibinski
· 8 years ago
b41f9bb
Merge pull request #292 from inikep/dev
by Yann Collet
· 8 years ago
f084b65
test Large File support for Mac OS-X in 32-bits mode
by Przemyslaw Skibinski
· 8 years ago
973bc79
util.h and platform.h based on zstd
by Przemyslaw Skibinski
· 8 years ago
7cf0bb9
LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compressEnd() [#290, suggested by @vtermanis]
by Yann Collet
· 8 years ago
3c6ce9c
fixed gcc 4.4 support
by Przemyslaw Skibinski
· 8 years ago
64cbc4e
improved MinGW support
by Przemyslaw Skibinski
· 8 years ago
Next »