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
/
src
/
Package
/
Fetch.zig
Age
Commit message (
Expand
)
Author
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
compiler: upgrade unit tests to new API
Andrew Kelley
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-09-30
Fix zig build lazy -> eager dependency promotion
Timothy Bess
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
compiler: update to not use GenericWriter
Andrew Kelley
2025-08-26
fetch: update xz API usage
Andrew Kelley
2025-08-16
Merge pull request #24874 from ziglang/tls-client
Andrew Kelley
2025-08-16
Compilation: remove last instance of deprecatedReader
Andrew Kelley
2025-08-16
Fetch: bump zstd decompression buffer
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: remove BufferedWriter
Andrew Kelley
2025-08-07
Fetch: make FetchStream live longer
Andrew Kelley
2025-08-07
Fetch: handle compressed git+http
Andrew Kelley
2025-08-07
TLS, HTTP, and package fetching fixes
Andrew Kelley
2025-08-07
fetch: avoid copying Resource
Andrew Kelley
2025-08-07
std.Io: delete BufferedReader
Andrew Kelley
2025-08-07
fetch: update for new http API
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-31
fetch: update API usage
Andrew Kelley
2025-07-31
compiler: fix unit test compile errors
Andrew Kelley
2025-07-31
compiler: update to new flate API
Andrew Kelley
2025-07-31
fetch: remove calls to fsync
Andrew Kelley
2025-07-25
std: rework zstd for new I/O API
Andrew Kelley
2025-07-22
give the Reader API adapter a buffer
Andrew Kelley
2025-07-22
std.tar: update to new I/O API
Andrew Kelley
2025-07-07
update compiler unit tests to new API
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-06-07
fix: MIME for ZIP in Zig Fetch
PlayDay
2025-06-06
Merge pull request #24090 from fardragon/handle-empty-hash
Andrew Kelley
2025-06-06
Make zig fetch handle jar like zip
Gungun974
2025-06-06
hash mismatch error: don't make empty such a special case
Andrew Kelley
2025-06-06
Handle empty hashes in build.zig.zon
fardragon
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-03-26
zig build: allow to choose "lazy mode" for fetching process
Eric Joldasov
2025-03-12
Merge pull request #22397 from Techatrix/type-safe-ast
Matthew Lugg
2025-03-11
Merge pull request #23193 from mlafeldt/fix-macho-detection
Mathias Lafeldt
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-03-04
Fix "dependency path outside project" error for nested local path dependencies
Carl Ã…stholm
2025-02-26
rename "nonce" to "fingerprint"
Andrew Kelley
2025-02-26
switch from "id" to "nonce"
Andrew Kelley
2025-02-26
introduce package id and redo hash format again
Andrew Kelley
2025-02-26
fix generated hash of by-path dependencies
Andrew Kelley
[next]