- Apr 07, 2021
-
-
Sen Huang authored
-
Nick Terrell authored
-
sen authored
-
- Apr 06, 2021
- Apr 02, 2021
-
-
Nick Terrell authored
simple fix for using bit operator.
-
Niclas Rosenvik authored
If build_dir is set the zstd build complains about md5sum not being found. Fix this by checking if build_dir is set before checking and using the hash tool just like in lib/Makefile .
-
sen authored
* Perform 64-byte alignment of wksp tables and aligneds internally * Clean up cwskp_finalize() function to only do two allocs * Refactor aligned/buffer reservation code, remove ASAN req for alignment reservations * Change from allocating 128 bytes always to allocating only buffer space as needed for tables/aligned * Back out aligned/table reservation order restriction * Add stricter bounds for new/resized wksps, fix comment in zstd_cwksp.h
-
- Mar 31, 2021
-
-
sen authored
* Do not emit last partitions of blocks as RLE/uncompressed * Fix repcode updates within block splitter * Add a entropytables confirm function, redo ZSTD_confirmRepcodesAndEntropyTables() for better function signature * Add a repcode updater to block splitter, no longer need to force emit compressed blocks
-
- Mar 30, 2021
-
-
Nick Terrell authored
-
Nick Terrell authored
* Switch to yearless copyright per FB policy * Fix up SPDX-License-Identifier lines in `contrib/linux-kernel` sources * Add zstd copyright/license header to the `contrib/linux-kernel` sources * Update the `tests/test-license.py` to check for yearless copyright * Improvements to `tests/test-license.py` * Check `contrib/linux-kernel` in `tests/test-license.py`
-
- Mar 26, 2021
- Mar 25, 2021
-
-
sen authored
Add different dict modes to compression ratio regression test, update results.csv
-
Sen Huang authored
-
sen authored
Fix block splitter minor MSAN warning.
-
Sen Huang authored
-
Sen Huang authored
-
sen authored
Add ZSTD_defaultCLevel() function to public API
-
Sen Huang authored
-
Sen Huang authored
-
Sen Huang authored
-
- Mar 24, 2021
-
-
Nick Terrell authored
Fixes for the next linux kernel patch version
-
sen authored
Recursive block splitting
-
Yann Collet authored
fix man page typo
-
Sen Huang authored
-
Sen Huang authored
-
Sen Huang authored
-
Sen Huang authored
-
Sen Huang authored
-
senhuang42 authored
-
senhuang42 authored
-
senhuang42 authored
-
senhuang42 authored
-
senhuang42 authored
-
senhuang42 authored
-
senhuang42 authored
-
senhuang42 authored
-
Yann Collet authored
fix #2553 detected by @jwilk
-
- Mar 22, 2021
-
-
sen authored
Add memory monotonicity test over srcSize
-