aboutsummaryrefslogtreecommitdiff
path: root/src/Package.zig
AgeCommit message (Expand)Author
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-06Package.Hash.toSlice: consistent pointerAndrew Kelley
2025-06-06Handle empty hashes in build.zig.zonfardragon
2025-02-26rename "nonce" to "fingerprint"Andrew Kelley
2025-02-26bump package id component to 32 bitsAndrew Kelley
2025-02-26switch from "id" to "nonce"Andrew Kelley
2025-02-26Package: update unit tests to new APIAndrew Kelley
2025-02-26introduce package id and redo hash format againAndrew Kelley
2025-02-26fix generated hash of by-path dependenciesAndrew Kelley
2025-02-26Package: new hash formatAndrew Kelley
2024-04-09fetch: filter unpack errorsIgor Anić
2024-03-21move Package.Path to std.Build.Cache.PathAndrew Kelley
2024-02-26rearrange std.zigAndrew Kelley
2024-01-01compiler: fix UAF when writing builtin.zigAndrew Kelley
2024-01-01fix population of builtin.zig not making the parent dirAndrew Kelley
2023-10-10Package: Fix path separator not being escaped between root_dir and sub_pathRyan Liptak
2023-10-08move some package management related source files aroundAndrew Kelley
2023-10-08Package.Fetch: resolve instead of join relative pathsAndrew Kelley
2023-10-08finish hooking up new dependency tree logicAndrew Kelley
2023-10-08fix detection of build.zig file inside packagesAndrew Kelley
2023-10-08make Package.Path support string escape formattingAndrew Kelley
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-10-08get `zig fetch` working with the new systemAndrew Kelley
2023-10-08rework package managerAndrew Kelley
2023-10-02Support symlinks for git+http(s) dependenciesIan Johnson
2023-10-02zig fetch: enhanced error reportingAndrew Kelley
2023-10-02introduce the 'zig fetch' command + symlink supportAndrew Kelley
2023-10-02compiler: extract package hashing logic to separate fileAndrew Kelley
2023-09-30Support fetching dependencies over git+http(s)Ian Johnson
2023-09-29Extract logic for directory packagesAdam Goertz
2023-09-29Fix diamond dependencies with directory packagesAdamGoertz
2023-09-29Purge absolute paths and remove unneeded path processingAdamGoertz
2023-09-29Allow only relative paths.Adam Goertz
2023-09-29Support file:/// URIs and relative pathsAdam Goertz
2023-09-28std.http: introduce options to http client to allow for raw urisEmil Lerch
2023-09-24Support non zig dependenciesantlilja
2023-09-15package manager: write deps in a flat format, eliminating the FQN conceptmlugg
2023-08-27std: Rename `TailQueue` to `DoublyLinkedList`Jay Petacat
2023-07-25Package: add progress indicator for package fetchingmlugg
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-03fix missing insertion of module to all_modules on first downloadDraagrenKirneh
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-24Improve Content-Disposition filename detection (#15844)DraagrenKirneh
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-18Only add build.zig module dependencies oncemlugg
2023-05-18Deduplicate uses of the same package across dependenciesmlugg
2023-05-15Package: support gitlab tarball urlsTravis Staloch
2023-05-13Improve error handling on dependency download (#15661)DraagrenKirneh
2023-05-13add application/tar+gzip unblocking sr.ht packagesSimon A. Nielsen Knights