aboutsummaryrefslogtreecommitdiff
path: root/src/Package.zig
AgeCommit message (Expand)Author
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
2023-05-03Change compression detection to use content-type instead of the url endingDraagrenKirneh
2023-04-26std.http: do -> wait, fix redirectsNameless
2023-04-18std.http: pass Method to request directly, parse trailing headersNameless
2023-04-17std.http: curate some Server errors, fix reading chunked bodiesNameless
2023-04-17std.http: add HeadersNameless
2023-04-08update package manager to use req.do(), fix chunked trailer readingNameless
2023-03-15std.zig.ErrorBundle: rework binary encodingAndrew Kelley
2023-03-15progress towards semantic error serializationAndrew Kelley
2023-03-15extract ThreadPool and WaitGroup from compiler to std libAndrew Kelley
2023-03-09Add ability to import dependencies from build.zigantlilja
2023-03-05fix package redeclaration when cache is not foundjiacai2050
2023-03-01packages: avoid creating multiple modules with same build.zigAndrew Kelley
2023-02-25fix package hashes on WindowsAndrew Kelley