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
/
flate
Age
Commit message (
Expand
)
Author
2025-09-30
add deflate compression, simplify decompression
Kendall Condon
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-15
std.compress.zstd.Decompress fixes
Andrew Kelley
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-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
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
2025-07-31
fix peekBitsEnding
Andrew Kelley
2025-07-31
error.EndOfStream disambiguation
Andrew Kelley
2025-07-31
implement tossBitsEnding
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: unfuck the test suite
Andrew Kelley
2025-07-31
simplify test cases
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: don't compute checksums
Andrew Kelley
2025-07-31
refactor gzip test cases
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: implement peekBitsEnding and writeMatch
Andrew Kelley
2025-07-31
fix bit read not at eof
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: fix bit read at eof
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: implement more bit reading
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: passing basic test case
Andrew Kelley
2025-07-31
std.compress.flate.Decompress: add rebase impl
Andrew Kelley
2025-07-31
std.Io: remove BitWriter
Andrew Kelley
2025-07-31
std.compress.flate: finish reorganizing
Andrew Kelley
2025-07-31
delete flate implementation
Andrew Kelley
2025-07-31
std.compress: rework flate to new I/O API
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-01-22
std.compress.flate.Lookup: Replace invisible doc comments with top-level doc ...
Shun Sakai
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-05-09
std.compress.flate: fix panic when reading into empty buffer
Pavel Verigo
2024-03-04
zlib: fix missing comptime attribute
Igor Anić
[next]