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-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
2025-02-26
Package: new hash format
Andrew Kelley
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-01-21
Package fetch: add executable detection for Mach-O file headers (#21555)
Fabio Arnold
2024-12-13
zig fetch: support SHA-256 Git repositories
Ian Johnson
2024-12-13
Fix undefined behavior in package extraction code
Carl Åstholm
2024-12-13
Add compiler internals tests
Carl Åstholm
2024-11-29
zig fetch: add missing path separator in error message
Tw
2024-11-19
zig fetch: handle redirects for Git packages
Ian Johnson
2024-11-13
Take eagerness into account when deduplicating dependencies
Carl Åstholm
2024-09-12
Package.Fetch: add another non-standard Content-Type
mlugg
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-06
package-manager: add application/x-tar-gz mime type
Travis Staloch
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-20
add std.fmt.hex
Andrew Kelley
2024-07-03
use unreachable keyword for unreachable code path
Igor Anić
2024-07-03
std.tar: add strip components error to diagnostics
Igor Anić
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-29
rename zig-cache to .zig-cache
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-11
`zig fetch`: resolve branch/tag names to commit SHA (#19941)
Christofer Nolander
2024-05-10
Revert "Merge pull request #19349 from nolanderc/save-commit"
Andrew Kelley
2024-05-10
Merge pull request #19349 from nolanderc/save-commit
Andrew Kelley
2024-05-03
add std.Thread.Pool.spawnWg
Andrew Kelley
2024-05-03
add std.zip and support zip files in build.zig.zon
Jonathan Marler
2024-04-11
fetch: combine unpack error validation in a single function
Igor Anić
2024-04-10
Uri: propagate per-component encoding
Jacob Young
2024-04-09
fetch: use arena allocator for diagnostic/UnpackResult
Igor Anić
2024-04-09
fetch: add executable bit test
Igor Anić
2024-04-09
fetch: refactor package root in errors
Igor Anić
2024-04-09
fetch: save test cases
Igor Anić
2024-04-09
fetch: use empty string instead of null for root_dir
Igor Anić
2024-04-09
fetch: remove root_dir from error messages
Igor Anić
2024-04-09
fetch: fix test tarball
Igor Anić
2024-04-09
fetch: remove test with mount and net dependencies
Igor Anić
2024-04-09
fix zig fmt
Igor Anić
2024-04-09
add comments
Igor Anić
2024-04-09
fetch: add pathological packages test
Igor Anić
2024-04-09
fetch.git: collect file create diagnostic errors
Igor Anić
2024-04-09
fetch: update comments
Igor Anić
[next]