aboutsummaryrefslogtreecommitdiff
path: root/src/Package/Fetch.zig
AgeCommit message (Expand)Author
2023-11-28package fetching: catch relative paths that resolve into cache dirAndrew Kelley
2023-11-26add Package.Manifest.copyErrorsIntoBundleAndrew Kelley
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-10-24add Fetch support for short compressed tar extTobias Simetsreiter
2023-10-21std.http: rename start->send and request->open to be more inline with operationNameless
2023-10-17package fetching: support .tar.zst archivesdweiller
2023-10-16zig fetch: add `--debug-hash` argumentAndrew Kelley
2023-10-16Package.Fetch: normalize path separators in symlinksAndrew Kelley
2023-10-12Package.Fetch: fix empty path and "." not including allAndrew Kelley
2023-10-11Package.Fetch: wrap operations involving tmp_directory in a blockKrzysztof Wolicki
2023-10-10Package.Fetch: fix inclusions not working for directoriesAndrew Kelley
2023-10-09Package.Fetch: allow relative paths outside project rootAndrew Kelley
2023-10-08restore progress reporting for package fetchingAndrew Kelley
2023-10-08Package.Fetch: improved deletion algorithmAndrew Kelley
2023-10-08Package.Fetch: apply inclusion rules from build.zig.zonAndrew Kelley
2023-10-08Package.Fetch: tighten up check for path outside rootAndrew Kelley
2023-10-08move some package management related source files aroundAndrew Kelley
2023-10-08fix dependencies.zig generation with no dependenciesAndrew Kelley
2023-10-08Package.Fetch: fix not making directory paths for symlinksAndrew Kelley
2023-10-08give build.zig modules access to their dependencies' build.zig modulesAndrew Kelley
2023-10-08Package.Fetch: fix handling of relative pathsAndrew Kelley
2023-10-08Package.Fetch: resolve instead of join relative pathsAndrew Kelley
2023-10-08CLI: fix only_core_functionality logicAndrew Kelley
2023-10-08dependencies.zig: omit deps without hashesAndrew Kelley
2023-10-08std.tar: fix creation of symlinks with omit_empty_directoriesAndrew Kelley
2023-10-08finish hooking up new dependency tree logicAndrew Kelley
2023-10-08finish implementing the auto-generated dependencies.zig moduleAndrew Kelley
2023-10-08fix detection of build.zig file inside packagesAndrew Kelley
2023-10-08package fetching: generate dependencies.zig fileAndrew Kelley
2023-10-08fix recursive package fetching logicAndrew Kelley
2023-10-08fix inverted logic for allowing/disallowing paths fieldAndrew Kelley
2023-10-08fix Fetch.JobQueue.consolidateErrorsAndrew Kelley
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-10-08require inclusion directives in root manifest but not depsAndrew Kelley
2023-10-08get `zig fetch` working with the new systemAndrew Kelley
2023-10-08rework package managerAndrew Kelley