aboutsummaryrefslogtreecommitdiff
path: root/src/Package/Fetch.zig
AgeCommit message (Expand)Author
2025-02-26Package: new hash formatAndrew Kelley
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-01-21Package fetch: add executable detection for Mach-O file headers (#21555)Fabio Arnold
2024-12-13zig fetch: support SHA-256 Git repositoriesIan Johnson
2024-12-13Fix undefined behavior in package extraction codeCarl Åstholm
2024-12-13Add compiler internals testsCarl Åstholm
2024-11-29zig fetch: add missing path separator in error messageTw
2024-11-19zig fetch: handle redirects for Git packagesIan Johnson
2024-11-13Take eagerness into account when deduplicating dependenciesCarl Åstholm
2024-09-12Package.Fetch: add another non-standard Content-Typemlugg
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-06package-manager: add application/x-tar-gz mime typeTravis Staloch
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-03use unreachable keyword for unreachable code pathIgor Anić
2024-07-03std.tar: add strip components error to diagnosticsIgor Anić
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-05-29rename zig-cache to .zig-cacheAndrew Kelley
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-11`zig fetch`: resolve branch/tag names to commit SHA (#19941)Christofer Nolander
2024-05-10Revert "Merge pull request #19349 from nolanderc/save-commit"Andrew Kelley
2024-05-10Merge pull request #19349 from nolanderc/save-commitAndrew Kelley
2024-05-03add std.Thread.Pool.spawnWgAndrew Kelley
2024-05-03add std.zip and support zip files in build.zig.zonJonathan Marler
2024-04-11fetch: combine unpack error validation in a single functionIgor Anić
2024-04-10Uri: propagate per-component encodingJacob Young
2024-04-09fetch: use arena allocator for diagnostic/UnpackResultIgor Anić
2024-04-09fetch: add executable bit testIgor Anić
2024-04-09fetch: refactor package root in errorsIgor Anić
2024-04-09fetch: save test casesIgor Anić
2024-04-09fetch: use empty string instead of null for root_dirIgor Anić
2024-04-09fetch: remove root_dir from error messagesIgor Anić
2024-04-09fetch: fix test tarballIgor Anić
2024-04-09fetch: remove test with mount and net dependenciesIgor Anić
2024-04-09fix zig fmtIgor Anić
2024-04-09add commentsIgor Anić
2024-04-09fetch: add pathological packages testIgor Anić
2024-04-09fetch.git: collect file create diagnostic errorsIgor Anić
2024-04-09fetch: update commentsIgor Anić
2024-04-09fetch: remove absolute path from testsIgor Anić
2024-04-09fetch: filter unpack errorsIgor Anić
2024-04-09fetch: return UnpackResult from unpackResourceIgor Anić
2024-04-09tar: store diagnostic errors into UnpackResultIgor Anić
2024-04-09fetch: make failing testIgor Anić
2024-04-07Fix first-time package fetchesIan Johnson
2024-04-06package manager: set executable bitIgor Anić
2024-04-04fetch: fix manifest included paths filteringIgor Anić
2024-04-03fetch: use package root detection pipeToFileSystemIgor Anić