pullrequests Search Results · repo:facebook/zstd language:C
Filter by
3k results
infacebook/zstd (press backspace or delete to remove)Bumps cygwin/cygwin-install-action from 6.0.1 to 6.0.2. details summary Commits /summary ul li a href=
https://github.com/cygwin/cygwin-install-action/commit/3f0a3f9f988f7e96b8c18098ae05eaec175f5b52 code ...
CLA Signed
dependencies
github_actions
Bumps github/codeql-action/upload-sarif from 4.35.1 to 4.36.2. details summary Release notes /summary p em Sourced from
a href= https://github.com/github/codeql-action/releases github/codeql-action/upload-sarif ...
CLA Signed
dependencies
github_actions
This is a new binding of Zstd for Java 25+, using Foreign Function and Memory (FFM).
CLA Signed
Kia Ora,
Add --auto flag that picks the compression level for you.
Instead of guessing between 1-22, it compresses at increasing levels and watches the size delta. When the delta stops
being meaningful ...
Summary:
- Pass the release/ref name and artifact architecture through job environment variables before shell use.
- Build artifact names inside the MSYS2 and PowerShell scripts instead of expanding ...
CLA Signed
Compile huf_decompress_amd64.S with CMAKE_C_FLAGS to support Intel CET:
1. Define ZSTD_CET_ENDBRANCH to endbr64 for IBT.
2. Add IBT and SHSTK markers to huf_decompress_amd64.S.o.
This fixes issue #4535. ...
CLA Signed
Fixes #4687. Fixes #4688.
This updates the CLI help and documentation around maximum compression settings:
- list --max in the advanced CLI help and README help block
- update the README thread default ...
CLA Signed
Fixes #4642.
mallocAndJoin2Dir() allocated dir1Size + dir2Size + 2 bytes without checking whether the size calculation wrapped. If
the sum overflowed size_t, malloc() could receive a buffer size smaller ...
CLA Signed
Fixes #4681.
ZSTD_loadCEntropy() already marks dictionary FSE tables that contain zero-probability symbols as FSE_repeat_check,
because they are not safe to assume valid for the full symbol range. ZSTD_rescaleFreqs() ...
CLA Signed
Fixes #4682.
COVER_ctx_init() validates totalSamplesSize before computing suffixSize, but the subtraction uses trainingSamplesSize.
With splitPoint 1.0, a small training split can be smaller than MAX(d, ...
CLA Signed