aboutsummaryrefslogtreecommitdiff
path: root/src/Package/Fetch.zig
AgeCommit message (Expand)Author
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-10-29compiler: upgrade unit tests to new APIAndrew Kelley
2025-10-29compiler: update for introduction of std.IoAndrew Kelley
2025-09-30Fix zig build lazy -> eager dependency promotionTimothy Bess
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28compiler: update to not use GenericWriterAndrew Kelley
2025-08-26fetch: update xz API usageAndrew Kelley
2025-08-16Merge pull request #24874 from ziglang/tls-clientAndrew Kelley
2025-08-16Compilation: remove last instance of deprecatedReaderAndrew Kelley
2025-08-16Fetch: bump zstd decompression bufferAndrew Kelley
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-08std.Io: remove BufferedWriterAndrew Kelley
2025-08-07Fetch: make FetchStream live longerAndrew Kelley
2025-08-07Fetch: handle compressed git+httpAndrew Kelley
2025-08-07TLS, HTTP, and package fetching fixesAndrew Kelley
2025-08-07fetch: avoid copying ResourceAndrew Kelley
2025-08-07std.Io: delete BufferedReaderAndrew Kelley
2025-08-07fetch: update for new http APIAndrew Kelley
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
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-22give the Reader API adapter a bufferAndrew Kelley
2025-07-22std.tar: update to new I/O APIAndrew Kelley
2025-07-07update compiler unit tests to new APIAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-06-07fix: MIME for ZIP in Zig FetchPlayDay
2025-06-06Merge pull request #24090 from fardragon/handle-empty-hashAndrew Kelley
2025-06-06Make zig fetch handle jar like zipGungun974
2025-06-06hash mismatch error: don't make empty such a special caseAndrew Kelley
2025-06-06Handle empty hashes in build.zig.zonfardragon
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-03-26zig build: allow to choose "lazy mode" for fetching processEric Joldasov
2025-03-12Merge pull request #22397 from Techatrix/type-safe-astMatthew Lugg
2025-03-11Merge pull request #23193 from mlafeldt/fix-macho-detectionMathias Lafeldt
2025-03-07std.zig.Ast: improve type safetyTechatrix
2025-03-04Fix "dependency path outside project" error for nested local path dependenciesCarl Ã…stholm
2025-02-26rename "nonce" to "fingerprint"Andrew Kelley
2025-02-26switch from "id" to "nonce"Andrew Kelley
2025-02-26introduce package id and redo hash format againAndrew Kelley
2025-02-26fix generated hash of by-path dependenciesAndrew Kelley