index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
compress
/
zstd
Age
Commit message (
Expand
)
Author
2025-09-02
zstd.Decompress: Assert buffer length requirements as early as possible
Ryan Liptak
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-15
zstd: Protect against index out-of-bounds when decoding sequences
Ryan Liptak
2025-08-15
std.compress.zstd.Decompress fixes
Andrew Kelley
2025-08-14
zstd.Decompress.stream: Fix handling of skippable frames in new_frame state
Ryan Liptak
2025-08-14
zstd.Decompress: Delete unused/impossible "end" state
Ryan Liptak
2025-08-14
zstd.Decompress: Treat a partial magic number as a failure
Ryan Liptak
2025-07-31
std.compress: fix discard impl and flate error detection
Andrew Kelley
2025-07-31
std: match readVec fn prototype exactly
Andrew Kelley
2025-07-31
std.compress.zstd.Decompress: implement discard and readVec
Andrew Kelley
2025-07-30
std.Io.Reader: introduce readVec back into the VTable
Andrew Kelley
2025-07-29
std.Io.Reader: make fillUnbuffered respect prexisting buffer
Andrew Kelley
2025-07-26
std.Io.Reader: add rebase to the vtable
Andrew Kelley
2025-07-25
std.compress.zstd.Decompress: fix bytes_written tracking
Andrew Kelley
2025-07-25
std.compress.zstd: keep frame state between blocks
Andrew Kelley
2025-07-25
std.compress.zstd: fix endianness issue
Andrew Kelley
2025-07-25
std.compress.zstd: respect the window length
Andrew Kelley
2025-07-25
std: rework zstd for new I/O API
Andrew Kelley