- Sep 25, 2020
-
-
Nick Terrell authored
-
Nick Terrell authored
-
- Sep 24, 2020
-
-
Nick Terrell authored
-
Nick Terrell authored
-
Nick Terrell authored
-
Nick Terrell authored
-
Nick Terrell authored
This clarifies operator precedence, and quiets cppcheck in the Kernel Test Robot. I think this is a slight bonus to readability, so I am accepting the suggestion.
-
- Sep 23, 2020
-
-
Nick Terrell authored
Silence warnings reported by Kernel Test Robot
-
Nick Terrell authored
-
Nick Terrell authored
-
Nick Terrell authored
-
- Sep 22, 2020
-
-
Nick Terrell authored
[tests] Don't write to stdout
-
Nick Terrell authored
-
- Sep 18, 2020
-
-
Felix Handte authored
Fix Compression Parameter Derivation Bugs Introduced by DDSS Changes
-
Felix Handte authored
Separate Long Tests in Fuzzer
-
- Sep 17, 2020
-
-
W. Felix Handte authored
-
W. Felix Handte authored
-
W. Felix Handte authored
-
W. Felix Handte authored
Even if the discrepancies are at the moment benign, it's probably better to standardize on using the one true initializer, rather than trying (and failing) to correctly duplicate its behavior.
-
W. Felix Handte authored
-
- Sep 15, 2020
-
-
W. Felix Handte authored
Rewrite ZSTD_createCDict_advanced() as a wrapper around ZSTD_createCDict_advanced2(). Evaluate whether to use DDSS mode *after* fully resolving cparams. If not, fall back.
-
W. Felix Handte authored
-
W. Felix Handte authored
Call ZSTD_getCParamsFromCCtxParams() instead of ZSTD_getCParams_internal().
-
W. Felix Handte authored
-
- Sep 14, 2020
-
-
Nick Terrell authored
[contrib][linux-kernel] Add decompress_sources.h
-
Yann Collet authored
Make multifile (de)compression print out a summary
-
Yann Collet authored
Allow environment variable to specify number of threads for compression
-
Yann Collet authored
check endDirective in ZSTD_compressStream2()
-
Nick Terrell authored
Add decompress_sources.h, which includes all the decompression .c files. This is used for kernel decompression. Also, add a test which checks that including decompress_sources.h works.
-
Yann Collet authored
-
Yann Collet authored
fix #2297 also : - `assert()` `endDirective` in `ZSTD_compressStream_internal()`, for debug mode - add relevant tests
-
- Sep 11, 2020
-
-
Felix Handte authored
DDSS for Lazy: Implement a Dedicated Dictionary Chain Table
-
W. Felix Handte authored
This is kind of hacky. And maybe this test doesn't need to be permanently as exhaustive as it is now. But while we're actively developing the DDSS, we should ensure it's compatible across many different modes.
-
W. Felix Handte authored
-
W. Felix Handte authored
-
W. Felix Handte authored
-
W. Felix Handte authored
-
W. Felix Handte authored
-
W. Felix Handte authored
-
W. Felix Handte authored
-