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-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ć
2024-04-09
fetch: remove absolute path from tests
Igor Anić
2024-04-09
fetch: filter unpack errors
Igor Anić
2024-04-09
fetch: return UnpackResult from unpackResource
Igor Anić
2024-04-09
tar: store diagnostic errors into UnpackResult
Igor Anić
2024-04-09
fetch: make failing test
Igor Anić
2024-04-07
Fix first-time package fetches
Ian Johnson
2024-04-06
package manager: set executable bit
Igor Anić
2024-04-04
fetch: fix manifest included paths filtering
Igor Anić
2024-04-03
fetch: use package root detection pipeToFileSystem
Igor Anić
2024-04-03
fetch: update comments
Igor Anić
2024-04-03
fetch: remove one openDir in runResource
Igor Anić
2024-04-03
fetch: save syscall, and add comment
Igor Anić
2024-04-03
fetch: find package root only for archives
Igor Anić
2024-04-03
fix typo
Igor Anić
2024-04-03
package manager: don't strip components in tar
Igor Anić
2024-04-03
fetch: fix failing test
Igor Anić
2024-03-21
move Package.Path to std.Build.Cache.Path
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
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
[next]