aboutsummaryrefslogtreecommitdiff
path: root/src/Package/Fetch
AgeCommit message (Expand)Author
2025-10-29compiler: upgrade unit tests to new APIAndrew Kelley
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-08Fetch.git: fix FetchStream packet readingIan Johnson
2025-08-08Fetch.git: replace a toss with discardAllAndrew Kelley
2025-08-07Fetch: fix FetchStream logicAndrew Kelley
2025-08-07Fetch: handle compressed git+httpAndrew Kelley
2025-08-07fetch: avoid copying ResourceAndrew Kelley
2025-08-07fetch: update for new http APIAndrew Kelley
2025-08-04std.compress.flate.Decompress: return correct size for unbuffered decompressionIan Johnson
2025-07-31fetch: More Git fixesIan Johnson
2025-07-31fetch: remove checksum logic and fix new I/O API bugsAndrew Kelley
2025-07-31fetch: update API usageAndrew Kelley
2025-07-31compiler: fix unit test compile errorsAndrew Kelley
2025-07-31compiler: update to new flate APIAndrew Kelley
2025-07-31fetch: remove calls to fsyncAndrew Kelley
2025-07-25std: rework zstd for new I/O APIAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-05-13std.meta.intToEnum -> std.enums.fromIntwooster0
2025-04-03update compiler usage of DoublyLinkedList APIAndrew Kelley
2024-12-13zig fetch: support SHA-256 Git repositoriesIan Johnson
2024-12-13Remove copy of `HashedWriter`Ian Johnson
2024-11-19zig fetch: handle redirects for Git packagesIan Johnson
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-04-10Uri: propagate per-component encodingJacob Young
2024-04-09fetch: add executable bit testIgor Anić
2024-04-09fetch: save test casesIgor Anić
2024-04-09fetch.git: collect file create diagnostic errorsIgor Anić
2024-03-11package: remove git fetch zlib lookahead fixIgor Anić
2024-02-23git fetching: fix redirect handlingAndrew Kelley
2024-02-23std.http: remove Headers APIAndrew Kelley
2024-02-23std.http: remove the ability to heap-allocate headersAndrew Kelley
2024-02-22return few previous fixesIgor Anić
2024-02-22use BufferedTee in Fetch/git.zigIgor Anić
2024-02-19Package.Fetch: fix Git package fetchingIan Johnson
2024-02-14add deflate implemented from first principlesIgor Anić
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-11-19compiler: correct unnecessary uses of 'var'mlugg
2023-11-12Package.Fetch.git: handle optional pkt-line LFIan Johnson
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-21std.http: rename start->send and request->open to be more inline with operationNameless
2023-10-08move some package management related source files aroundAndrew Kelley