Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_zstd
/
fccb46fbe03d3a876ce32cc3ddc3d2dcdacad7ed
/
tests
23767e9
fix one UB pointer arithmetic in encoder
by Yann Collet
· 8 years ago
15768ca
fixed some complex scenarios
by Yann Collet
· 8 years ago
aec56a5
Merge pull request #908 from facebook/ubsan
by Yann Collet
· 8 years ago
3b59a01
fixed zstreamtest declaration after statement
by Yann Collet
· 8 years ago
150354c
minor refactor
by Yann Collet
· 8 years ago
e19b082
Test large skippable frames
by Nick Terrell
· 8 years ago
86b8134
[libzstd] Fix parameter selection for empty input
by Nick Terrell
· 8 years ago
97dccbb
fixed zbufftest
by Yann Collet
· 8 years ago
9d377c6
Merge pull request #895 from facebook/fileSize_unknown
by Yann Collet
· 8 years ago
1ff8a8c
Merge pull request #891 from facebook/contentSize
by Yann Collet
· 8 years ago
5891f1d
added a check to ensure 0-size is present in frame header
by Yann Collet
· 8 years ago
18b7953
UTIL_getFileSize() returns UTIL_FILESIZE_UNKNOWN on failure
by Yann Collet
· 8 years ago
e600b5d
[test] Exercise all codes in dictionary tables
by Nick Terrell
· 8 years ago
241c57a
playtest : minor cosmetic changes
by Yann Collet
· 8 years ago
43914f6
add test for presence of decompressed size field in header
by Yann Collet
· 8 years ago
beb9b4b
fixed ZSTDMT_initCStream() when contentSizeFlag==1 by default
by Yann Collet
· 8 years ago
213ef3b
fixed ZSTD_initCStream_advanced() behavior, which depends on contentSizeFlag,
by Yann Collet
· 8 years ago
3c1e3f8
contentSizeFlag enabled by default would also fail for streaming and MT operations
by Yann Collet
· 8 years ago
fb44516
ensure fParams.contentSizeFlag starts at 1
by Yann Collet
· 8 years ago
7f6a783
fixed a small error in decodeCorpus
by Yann Collet
· 8 years ago
4252621
playtests: do not use cat on large files
by Yann Collet
· 9 years ago
e580dc6
Merge pull request #860 from felixhandte/zstd-lz4-support-tests
by Yann Collet
· 9 years ago
e963800
zstdmt : fixed : buffer dst0 wasn't properly set to null after usage
by Yann Collet
· 9 years ago
e0065cf
make test : removed zstreamtest unit tests for variants
by Yann Collet
· 9 years ago
47c6a95
zstreamtest : run unit tests only during "normal" session
by Yann Collet
· 9 years ago
d0519d4
Add CLI Program Name Detection for LZ4
by W. Felix Handte
· 9 years ago
5705d9f
Add basic tests for the lz4 integration
by W. Felix Handte
· 9 years ago
e4ec427
Merge branch 'dev' into shorterTests
by Yann Collet
· 9 years ago
bbef058
zstreamtest --newapi : reduced maximum allocated memory
by Yann Collet
· 9 years ago
d6770f8
minor : rewrite unit tests using CHECK_Z macro
by Yann Collet
· 9 years ago
9fe50ed
fixed maximum windowLog for zstreamtest --newapi
by Yann Collet
· 9 years ago
9b5b47a
ensure adjustCParams adjust hLog and cLog even without srcSize
by Yann Collet
· 9 years ago
824f75e
Merge pull request #863 from facebook/newFormats
by Yann Collet
· 9 years ago
d9c1e91
[fuzz] Small changes for oss-fuzz integration
by Nick Terrell
· 9 years ago
aa800c4
reduced memory usage of zstreamtest --newapi
by Yann Collet
· 9 years ago
bc32b40
reduced zstreamtest --mt memory load
by Yann Collet
· 9 years ago
54a827f
Merge branch 'dev' into newFormats
by Yann Collet
· 9 years ago
0250219
separated --long tests between short and long tests
by Yann Collet
· 9 years ago
f9de54a
reduced memory requirements for --long tests
by Yann Collet
· 9 years ago
bdd0f6f
improved make clean in tests/fuzz
by Yann Collet
· 9 years ago
60059df
shorter make test to avoid time out on travis CI
by Yann Collet
· 9 years ago
ea1f50b
removed ZSTD_decompressBegin() from ZSTD_initDCtx_internal()
by Yann Collet
· 9 years ago
bfabd1d
fixed zstreamtest decoding error
by Yann Collet
· 9 years ago
ca306c1
fixed a bug in zstreamtest
by Yann Collet
· 9 years ago
4791561
silence minor gcc warning -Wempty-body
by Yann Collet
· 9 years ago
91ffe71
Merge pull request #864 from terrelln/long
by Yann Collet
· 9 years ago
df4e9bb
fixed constant errors for gcc in c99 mode
by Yann Collet
· 9 years ago
9f0b8df
Merge branch 'dev' into newFormats
by Yann Collet
· 9 years ago
471aa38
[fuzz] Speed up round trip tests
by Nick Terrell
· 9 years ago
c233bdb
Increase maximum window size
by Nick Terrell
· 9 years ago
8a4d0ab
Merge pull request #861 from terrelln/zip
by Yann Collet
· 9 years ago
52a1d1c
added ZSTD_DCtx_reset()
by Yann Collet
· 9 years ago
5d8fdd1
Merge pull request #855 from terrelln/maxoff
by Yann Collet
· 9 years ago
917a213
[fuzz] Determine flags based on compiler version
by Nick Terrell
· 9 years ago
11e21f2
[fuzz] Mention the corpora in the README
by Nick Terrell
· 9 years ago
6bb781e
[fuzz] Add regressiontest targets
by Nick Terrell
· 9 years ago
62568c9
added capability to generate magic-less frames
by Yann Collet
· 9 years ago
bbe7721
[libzstd] Increase MaxOff
by Nick Terrell
· 9 years ago
bfad556
[fuzz] Make simple_round_trip compile cleanly
by Nick Terrell
· 9 years ago
23199b6
[fuzz] Fix fuzz.py env flags parsing
by Nick Terrell
· 9 years ago
1c23b64
[fuzz] fuzz.py can minimize and zip corpora
by Nick Terrell
· 9 years ago
96f0cde
minor function rename
by Yann Collet
· 9 years ago
cd3115b
added control from frame content size at end of decompression
by Yann Collet
· 9 years ago
1fe762e
[zstdcli] Fix LDM advanced options parsing
by Nick Terrell
· 9 years ago
31829cb
Merge pull request #847 from terrelln/fuzzer
by Yann Collet
· 9 years ago
39357c4
[fuzzer] Fuzz long range matching & new API
by Nick Terrell
· 9 years ago
218c09e
Merge pull request #844 from terrelln/fuzzer
by Yann Collet
· 9 years ago
9712d5e
[fuzzer] Fix bugs in fuzz.py
by Nick Terrell
· 9 years ago
a6f08b4
[fuzzer] Fix FUZZ_seed()
by Nick Terrell
· 9 years ago
6c6412c
[fuzzer] Update README.md
by Nick Terrell
· 9 years ago
6b8236c
[fuzz] Add fuzzing helper script
by Nick Terrell
· 9 years ago
b7e1522
Add block fuzzers
by Nick Terrell
· 9 years ago
def3214
[fuzzer] Handle single empty directory
by Nick Terrell
· 9 years ago
739b620
Merge pull request #842 from stellamplau/decodeCorpus-maxSize
by Yann Collet
· 9 years ago
8b6c80a
Update fuzzer Makefile
by Nick Terrell
· 9 years ago
677c2cb
Update fuzzer sources
by Nick Terrell
· 9 years ago
963558a
Fix implicit conversion error
by Stella Lau
· 9 years ago
40bf0ce
Add flag to limit max decompressed size in decodeCorpus
by Stella Lau
· 9 years ago
f1571da
Merge pull request #838 from stellamplau/ldm-mergeDev
by Yann Collet
· 9 years ago
be1f2da
Merge pull request #841 from facebook/utilTimeAPI
by Yann Collet
· 9 years ago
a1bc088
Merge pull request #840 from stellamplau/decodeCorpus-blocks
by Yann Collet
· 9 years ago
c95c0c9
modified util::time API
by Yann Collet
· 9 years ago
e890655
Make decodecorpus generate raw compressed blocks
by Stella Lau
· 9 years ago
3d8e313
Reduce ldm hash table size in test
by Stella Lau
· 9 years ago
eb3327c
Merge branch 'dev' of https://github.com/facebook/zstd into ldm-mergeDev
by Stella Lau
· 9 years ago
b3f33cc
use ZSTD_decodingBufferSize_min() inside ZSTD_decompressStream()
by Yann Collet
· 9 years ago
058ed2a
ZSTD_decodingBufferSize_min()
by Yann Collet
· 9 years ago
3128e03
updated license header
by Yann Collet
· 9 years ago
eeff55d
Merge remote-tracking branch 'upstream/dev' into ldm-mergeDev
by Stella Lau
· 9 years ago
9e40602
Add tests and fix pointer alignment
by Stella Lau
· 9 years ago
af4068a
Fix function name in tests/fuzz/regression_driver
by Stella Lau
· 9 years ago
67d4a61
Add ldmBucketSizeLog param
by Stella Lau
· 9 years ago
a1f04d5
Move hashEveryLog to cctxParams and update cli
by Stella Lau
· 9 years ago
767a0b3
Move ldm hashLog, bucketLog, and mml to cctxParams
by Stella Lau
· 9 years ago
17d8e0b
Merge remote-tracking branch 'upstream/longRangeMatcher' into ldm-integrate
by Stella Lau
· 9 years ago
8081bec
Add long distance matching as a CCtxParam
by Stella Lau
· 9 years ago
7492e7f
tests/fuzz: change ZSTD_BLOCKSIZE_ABSOLUTEMAX into ZSTD_BLOCKSIZE_MAX
by Eiichi Tsukata
· 9 years ago
6639395
tests/fuzz: fix make all target names
by Eiichi Tsukata
· 9 years ago
d7ad99b
Merge branch 'longRangeMatcher' into dev
by Yann Collet
· 9 years ago
e0cecd8
fixed poolTests
by Yann Collet
· 9 years ago
Next »