aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http
AgeCommit message (Expand)Author
2025-10-06fix read of undefined in http testsxdBronch
2025-09-06std.http.Client.Connection: make host() publicbaltevl
2025-09-05remove ResponseStoragerpkak
2025-08-31Fix regression: std.http.Client basic authorization sending user:user instead...Tadej Gašparovič
2025-08-22Merge pull request #24926 from mrjbq7/http-fetchJohn Benediktsson
2025-08-18std.http.Client: discard response body when reusing connectionAndrew Kelley
2025-08-16Merge pull request #24864 from ifreund/fix-std-cmdAndrew Kelley
2025-08-16http.BodyWriter: handle EOF in chunkedSendFile, simplifyIsaac Freund
2025-08-16std: more reliable HTTP and TLS networkingAndrew Kelley
2025-08-15std.compress.zstd.Decompress fixesAndrew Kelley
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-09Fix `respondWebSocket`, enable --webui on Windowskcbanner
2025-08-07Fetch: handle compressed git+httpAndrew Kelley
2025-08-07std.http.Client: fix fetching by adding a bufferAndrew Kelley
2025-08-07TLS, HTTP, and package fetching fixesAndrew Kelley
2025-08-07std.http: remove custom method supportAndrew Kelley
2025-08-07std.http: address review commentsAndrew Kelley
2025-08-07std.http.Server: add safety for invalidated Head stringsAndrew Kelley
2025-08-07fix 32-bit buildsAndrew Kelley
2025-08-07std.Io.Reader: fix appendRemainingUnlimitedAndrew Kelley
2025-08-07fetch: update for new http APIAndrew Kelley
2025-08-07update build system to new http.Server APIAndrew Kelley
2025-08-07http fixesAndrew Kelley
2025-08-07std.http: rework for new std.Io APIAndrew Kelley
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-08-01Merge pull request #24614 from ziglang/flateAndrew Kelley
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg
2025-07-31compiler: update to new flate APIAndrew Kelley
2025-07-31std.compress: rework flate to new I/O APIAndrew Kelley
2025-07-25std: rework zstd for new I/O APIAndrew Kelley
2025-07-14std.net: update to new I/O APIAndrew Kelley
2025-07-09eliminate all uses of std.io.Writer.count except for CBEAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-05-28x86_64: implement integer `@reduce(.Add)`Jacob Young
2025-04-27chore(std.mem): Rename `trimLeft` and `trimRight`Shun Sakai
2025-04-03std.DoublyLinkedList: remove length trackingAndrew Kelley
2025-03-25Added check for HTTP version and GET method when upgrading WebSocket to compl...Kuwazy
2025-03-14lib/std/http/Client.zig: Ignore empty proxy environment variables (#23223)Elijah M. Immer
2025-02-22zig build fmtAndrew Kelley
2025-02-22std/http/Client: Remove TODO comments on indentation87flowers
2025-01-27Revert "std.http.Server: add Request.getHeader() function (#21625)"Andrew Kelley
2025-01-27std.http.Server: add Request.getHeader() function (#21625)dbubel
2025-01-16x86_64: looped instructionsJacob Young
2024-11-07std.http.Client: change ssl key log creation permission bitsJacob Young
2024-11-07std.crypto.tls: improve debuggability of encrypted connectionsJacob Young
2024-11-07std.crypto.tls: implement TLSv1.2Jacob Young
2024-09-19disable failing testAndrew Kelley