aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zip.zig
AgeCommit message (Expand)Author
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-10std.fs.File.Reader.getSize: check file kind on statAndrew Kelley
2025-08-07std/zip.zig: perform backslash-to-forward-slash before isBadFilename()Frank Denis
2025-07-31compiler: fix unit test compile errorsAndrew Kelley
2025-07-31fix 32-bit compilationAndrew Kelley
2025-07-31compiler: update to new flate APIAndrew Kelley
2025-07-31std.compress: rework flate to new I/O APIAndrew Kelley
2025-07-07std.zip: work around deprecated APIAndrew Kelley
2025-07-07std.testing: update to new std.io APIAndrew Kelley
2025-07-07std.zig.llvm.Builder: update format APIAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-01-27std.zip: Include the last paragraph in top-level doc commentsShun Sakai
2025-01-22std.zip: Replace invisible doc comments with top-level doc commentsShun Sakai
2025-01-17std.zip: Add ZIP64 support for local file header extra fieldaxel escalada
2024-06-17std.zip: Fix typo in doc commentsJay Petacat
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-05-03add std.zip and support zip files in build.zig.zonJonathan Marler