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
2024-03-11
std.tar: fix broken public interface
Igor Anić
2024-02-26
compiler: JIT zig fmt
Andrew Kelley
2024-02-25
package management: fix regression of printing expected hash
Andrew Kelley
2024-02-23
fix zstd compilation errors from previous commit
Andrew Kelley
2024-02-23
std.compress.zstd: remove allocation from DecompressStream
dweiller
2024-02-23
std.http: remove Headers API
Andrew Kelley
2024-02-23
std.http: remove the ability to heap-allocate headers
Andrew Kelley
2024-02-14
add deflate implemented from first principles
Igor Anić
2024-02-02
CLI: implement 'zig build' lazy dependency fetching
Andrew Kelley
2024-02-02
build system: implement lazy dependencies, part 1
Andrew Kelley
2024-02-02
build system: implement --system [dir]
Andrew Kelley
2024-01-18
std.Uri: change specifier for printing with scheme to semicolon `;`
Krzysztof Wolicki
2024-01-15
Accepts generic application/x-compressed in package fetch
cipharius
2024-01-09
ignore charset and boundary directives in content-type headers when fetching...
Joel Gustafson
2023-11-28
package fetching: catch relative paths that resolve into cache dir
Andrew Kelley
2023-11-26
add Package.Manifest.copyErrorsIntoBundle
Andrew Kelley
2023-11-22
update for the std.fs.Dir changes
Andrew Kelley
2023-10-24
add Fetch support for short compressed tar ext
Tobias Simetsreiter
2023-10-21
std.http: rename start->send and request->open to be more inline with operation
Nameless
2023-10-17
package fetching: support .tar.zst archives
dweiller
2023-10-16
zig fetch: add `--debug-hash` argument
Andrew Kelley
2023-10-16
Package.Fetch: normalize path separators in symlinks
Andrew Kelley
2023-10-12
Package.Fetch: fix empty path and "." not including all
Andrew Kelley
2023-10-11
Package.Fetch: wrap operations involving tmp_directory in a block
Krzysztof Wolicki
2023-10-10
Package.Fetch: fix inclusions not working for directories
Andrew Kelley
2023-10-09
Package.Fetch: allow relative paths outside project root
Andrew Kelley
2023-10-08
restore progress reporting for package fetching
Andrew Kelley
2023-10-08
Package.Fetch: improved deletion algorithm
Andrew Kelley
2023-10-08
Package.Fetch: apply inclusion rules from build.zig.zon
Andrew Kelley
2023-10-08
Package.Fetch: tighten up check for path outside root
Andrew Kelley
2023-10-08
move some package management related source files around
Andrew Kelley
2023-10-08
fix dependencies.zig generation with no dependencies
Andrew Kelley
2023-10-08
Package.Fetch: fix not making directory paths for symlinks
Andrew Kelley
2023-10-08
give build.zig modules access to their dependencies' build.zig modules
Andrew Kelley
2023-10-08
Package.Fetch: fix handling of relative paths
Andrew Kelley
2023-10-08
Package.Fetch: resolve instead of join relative paths
Andrew Kelley
2023-10-08
CLI: fix only_core_functionality logic
Andrew Kelley
2023-10-08
dependencies.zig: omit deps without hashes
Andrew Kelley
2023-10-08
std.tar: fix creation of symlinks with omit_empty_directories
Andrew Kelley
2023-10-08
finish hooking up new dependency tree logic
Andrew Kelley
2023-10-08
finish implementing the auto-generated dependencies.zig module
Andrew Kelley
2023-10-08
fix detection of build.zig file inside packages
Andrew Kelley
2023-10-08
package fetching: generate dependencies.zig file
Andrew Kelley
2023-10-08
fix recursive package fetching logic
Andrew Kelley
2023-10-08
fix inverted logic for allowing/disallowing paths field
Andrew Kelley
2023-10-08
fix Fetch.JobQueue.consolidateErrors
Andrew Kelley
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-08
require inclusion directives in root manifest but not deps
Andrew Kelley
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-10-08
rework package manager
Andrew Kelley