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
Age
Commit message (
Expand
)
Author
2025-09-30
add deflate compression, simplify decompression
Kendall Condon
2025-09-03
lzma2: fix premature finish
binarycraft007
2025-09-02
Merge pull request #25105 from binarycraft007/lzma2-fix
Andrew Kelley
2025-09-02
std.compress.lzma2: optimize appendLz
Andrew Kelley
2025-09-02
zstd.Decompress: Assert buffer length requirements as early as possible
Ryan Liptak
2025-09-01
lzma2: fix array list looping logic in appendLz
binarycraft007
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-26
std.compress.xz: fix 32-bit targets
Andrew Kelley
2025-08-26
std: update xz unit tests to new I/O API
Andrew Kelley
2025-08-26
std.compress.lzma: fix unpacked size checking logic
Andrew Kelley
2025-08-26
std.compress.xz.Decompress: some tests passing
Andrew Kelley
2025-08-26
std.compress.xz: skeleton in place
Andrew Kelley
2025-08-26
std.compress.lzma2: tests passing
Andrew Kelley
2025-08-26
std.compress.lzma: delete dead parameter
Andrew Kelley
2025-08-26
std.compress.lzma: tests passing
Andrew Kelley
2025-08-26
std.compress.lzma: update for new I/O API
Andrew Kelley
2025-08-26
std.compress.xz: flatten namespaces
Andrew Kelley
2025-08-26
std.compress: flatten lzma and lzma2 namespaces
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
Merge pull request #24847 from squeek502/zstd-partial-magic
Andrew Kelley
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-08-14
std.Io.Writer: introduce rebase to the vtable
Andrew Kelley
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
std.Io.Writer.Allocating: configurable bump amount
Andrew Kelley
2025-08-08
std.compress.flate.Decompress: fix buffer size in test
Andrew Kelley
2025-08-08
flate: Handle invalid block type
Ryan Liptak
2025-08-07
flate change bit reader Bits to usize (#24719)
Igor Anić
2025-08-05
flate zlib fix end of block reading
Igor Anić
2025-08-04
std.compress.flate.Decompress: return correct size for unbuffered decompression
Ian Johnson
2025-08-01
std.compress.flate.Decompress: use 64 buffered bits
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: respect stream limit
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: be in indirect or direct mode
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: allow users to swap out Writer
Andrew Kelley
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-31
fix test failures by adding readVec
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: implement readVec and discard
Andrew Kelley
2025-07-31
fix 32-bit compilation
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: delete bad unit tests
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: hashing is out of scope
Andrew Kelley
2025-07-31
putting stuff back does not require mutation
Andrew Kelley
2025-07-31
compiler: update to new flate API
Andrew Kelley
2025-07-31
simplify tossBitsEnding
Andrew Kelley
2025-07-31
fix takeBitsEnding
Andrew Kelley
2025-07-31
make takeBits deal with integers only
Andrew Kelley
[next]