- Mar 16, 2021
-
-
Nick Terrell authored
Fix the `unaligned.h` shim in the tests that was causing corruption in the tests. Note that this is a problem with the test shim, not the kernel code.
-
- Mar 05, 2021
-
-
Nick Terrell authored
Add HUF_writeCTable_wksp() function
-
Nick Terrell authored
This saves ~700 bytes of stack space in HUF_writeCTable.
-
Nick Terrell authored
Reduce stack usage of ZSTD_buildCTable()
-
Nick Terrell authored
It is a stack high-point for some compression strategies and has an easy fix. This moves the normalized count into the entropy workspace.
-
- Mar 04, 2021
-
-
Yann Collet authored
New direct seekTable access methods
-
Yann Collet authored
-
Yann Collet authored
-
Yann Collet authored
and simple roundtrip test
-
Yann Collet authored
-
- Mar 03, 2021
-
-
Yann Collet authored
-
Yann Collet authored
-
Yann Collet authored
-
sen authored
Seekable hang fix
-
Yann Collet authored
-
- Mar 02, 2021
-
-
Yann Collet authored
-
Yann Collet authored
read-only objects are properly const-ified in parameters
-
Yann Collet authored
-
Sen Huang authored
-
Martin Lindsay authored
-
Yann Collet authored
[contrib] Support seek table-only API
-
Felix Handte authored
Prepare Codebase for v1.4.9 Release
-
- Mar 01, 2021
-
-
W. Felix Handte authored
-
W. Felix Handte authored
-
W. Felix Handte authored
-
- Feb 26, 2021
-
-
Felix Handte authored
Avoid Using `stat -c` on NetBSD
-
Felix Handte authored
Detect `..` in Paths Correctly
-
W. Felix Handte authored
Addresses #2493. I think. I don't have a NetBSD system to test on.
-
W. Felix Handte authored
-
W. Felix Handte authored
This commit addresses #2509.
-
- Feb 25, 2021
-
-
Nick Terrell authored
[regression] Update results.csv
-
Nick Terrell authored
Fixes the update from PR #2508. I had accidentally forgotten to rebuild the library, and the regression test suite isn't hooked up to the new fancy build system yet. I've double checked that the results are deterministic.
-
Yann Collet authored
Use standard md5 tool on NetBSD.
-
- Feb 24, 2021
-
-
Yann Collet authored
CMake: Enable only C for lib and programs projects
-
Nick Terrell authored
[regression] Update results.csv
-
- Feb 23, 2021
-
-
Nick Terrell authored
9f327c02 changed the compression method for LDM, so the results are slightly different. I've re-tested LDM on some larger inputs and everything seems fine. These ratio changes just seem to be noise. There is generally a 0.01% swing in ratio, sometimes better sometimes worse, but never large.
-
Yann Collet authored
update FreeBSD image to latest 12.2
-
Yann Collet authored
Stop using deprecated reset?Stream functions
-
Yann Collet authored
-
Stephen Kitt authored
These are replaced by the corresponding context resets. When converting resetCStream, CCtx_setPledgedSrcSize isn't called if the source size is "unknown". This helps reduce the reliance on "static only" symbols, as well as reducing the use of deprecated functions. Signed-off-by:
Stephen Kitt <steve@sk2.org>
-