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-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-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-27
std.compress.xz: eliminate dependency on std.Io.bitReader
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
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-03-31
std.compress.zstd: ensure window size fits into usize
dweiller
2025-03-31
std.compress.zstd: fix OOB access in literal decode
dweiller
2025-02-26
std: remove dependencies on legacy coercion
mlugg
2025-01-22
std.compress.flate.Lookup: Replace invisible doc comments with top-level doc ...
Shun Sakai
2025-01-20
add test coverage for previous commit
Andrew Kelley
2025-01-20
Fix memcpy alias bug in std.compress.lzma
Kamil T
2024-10-13
Rewrite bit_reader and bit_writer to take advantage of current zig semantics ...
tgschultz
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-05-09
std.compress.flate: fix panic when reading into empty buffer
Pavel Verigo
2024-03-13
compress.xz: remove unnecessary variable
Igor Anić
2024-03-13
compress.xz: make reader loop little more readable
Igor Anić
2024-03-13
compress.xz: remove copyForwards from tight loop
Igor Anić
2024-03-04
zlib: fix missing comptime attribute
Igor Anić
2024-03-04
compress.zlib: add overshoot test cast
Igor Anić
2024-03-04
flate: use 4 bytes lookahead for zlib
Igor Anić
2024-03-04
flate: option to fill BitReader
Igor Anić
2024-03-04
flate: 32 bit BitReader
Igor Anić
2024-02-27
Expand the memcpy fast path in flate.CircularBuffer.writeMatch to allow for o...
IntegratedQuantum
2024-02-27
compress: activate tests in wasm32
Igor Anić
2024-02-27
std.compress.zstd: enable tests for wasm32
dweiller
2024-02-26
Change many test blocks to doctests/decltests
Ryan Liptak
[prev]
[next]