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
/
zip.zig
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-10
std.fs.File.Reader.getSize: check file kind on stat
Andrew Kelley
2025-08-07
std/zip.zig: perform backslash-to-forward-slash before isBadFilename()
Frank Denis
2025-07-31
compiler: fix unit test compile errors
Andrew Kelley
2025-07-31
fix 32-bit compilation
Andrew Kelley
2025-07-31
compiler: update to new flate API
Andrew Kelley
2025-07-31
std.compress: rework flate to new I/O API
Andrew Kelley
2025-07-07
std.zip: work around deprecated API
Andrew Kelley
2025-07-07
std.testing: update to new std.io API
Andrew Kelley
2025-07-07
std.zig.llvm.Builder: update format API
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-01-27
std.zip: Include the last paragraph in top-level doc comments
Shun Sakai
2025-01-22
std.zip: Replace invisible doc comments with top-level doc comments
Shun Sakai
2025-01-17
std.zip: Add ZIP64 support for local file header extra field
axel escalada
2024-06-17
std.zip: Fix typo in doc comments
Jay Petacat
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-03
add std.zip and support zip files in build.zig.zon
Jonathan Marler