| Age | Commit message (Expand) | Author |
| 2023-07-23 | Fix the http.Server test and add it to the set of tests in http.zig | jim price |
| 2023-07-12 | Remove len parameter from splat in standard lib | antlilja |
| 2023-07-07 | std.http: fix leaked connections (#16341) | Nameless |
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg |
| 2023-06-23 | std.http: fix the http.Client.wait() hanging when there is 1 more byte left | Ed Yu |
| 2023-06-22 | http: fix getting Transfer-Encoding value | Piotr Sarna |
| 2023-06-19 | all: zig fmt and rename "@XToY" to "@YFromX" | Eric Joldasov |
| 2023-06-17 | std.http: Fix segfault while redirecting | Mizuochi Keita |
| 2023-06-17 | zlib: naming convention | Xavier Bouchoux |
| 2023-06-16 | migration: std.math.{min, min3, max, max3} -> `@min` & `@max` | r00ster91 |
| 2023-06-03 | Merge pull request #15579 from squeek502/mem-delimiters | Andrew Kelley |
| 2023-06-01 | std.http.Server: collapse BufferedConnection into Connection | Nameless |
| 2023-06-01 | std.http: add TlsAlert descriptions so that they can at least be viewed in er... | Nameless |
| 2023-06-01 | std.http.Client: collapse BufferedConnection into Connection | Nameless |
| 2023-05-23 | std.sort: add pdqsort and heapsort | Ali Chraghi |
| 2023-05-13 | Update all std.mem.split calls to their appropriate function | Ryan Liptak |
| 2023-05-13 | Update all std.mem.tokenize calls to their appropriate function | Ryan Liptak |
| 2023-05-06 | std.http: use larger read buffer to hit faster tls code | Nameless |
| 2023-05-06 | fix keepalive and large buffered writes | Nameless |
| 2023-05-06 | std.http.Server: give Response access to their own allocator | Nameless |
| 2023-05-06 | std.http: buffer writes | Nameless |
| 2023-05-06 | std.http.Server: use enum for reset state instead of bool | Nameless |
| 2023-05-06 | std.http.Server: use client recommendation for keepalive | Nameless |
| 2023-05-06 | std.http: add simple standalone http tests, add state check for http server | Nameless |
| 2023-04-28 | std: update to use `@memcpy` directly | Andrew Kelley |
| 2023-04-26 | std.http: do -> wait, fix redirects | Nameless |
| 2023-04-24 | fix HTTP server to handle a chunked transfer coding request | Ryo Ota |
| 2023-04-24 | Merge pull request #15416 from squeek502/http-response-headers-undefined | Andrew Kelley |
| 2023-04-23 | std.http: Always initialize `response.headers` in Client.request | Ryan Liptak |
| 2023-04-23 | http.Headers: Add `clearAndFree` and `clearRetainingCapacity` | Ryan Liptak |
| 2023-04-21 | create std.http.Server.Response.deinit to handle keepalive connections | Ryo Ota |
| 2023-04-21 | move the HTTP test to lib/std/http/test.zig | Ryo Ota |
| 2023-04-21 | fix memory leaks and add an HTTP test | Ryo Ota |
| 2023-04-20 | fix http client build error | Ryo Ota |
| 2023-04-20 | std.http: add missing InvalidTrailers to ReadError | Ryo Ota |
| 2023-04-18 | std.http: pass Method to request directly, parse trailing headers | Nameless |
| 2023-04-17 | std.http: use 'Field' to describe an individual header | Nameless |
| 2023-04-17 | std.http: curate some Server errors, fix reading chunked bodies | Nameless |
| 2023-04-17 | std.http: add Headers | Nameless |
| 2023-04-17 | std.http: very basic http client proxy | Nameless |
| 2023-04-17 | std.http: further curate error set, remove last_error | Nameless |
| 2023-04-17 | add explicit error union for Bundle.rescan and associated functions | Nameless |
| 2023-04-17 | HTTP client and server send "0\r\n\r\n" when chunked encoding | Ryo Ota |
| 2023-04-08 | std.http: reenable protocol read tests, add missing branch in findHeaders end | Nameless |
| 2023-04-08 | std.http: add documentation | Nameless |
| 2023-04-08 | update package manager to use req.do(), fix chunked trailer reading | Nameless |
| 2023-04-08 | fix bugs, waitForCompleteHead -> do, move redirecting to do instead of read | Nameless |
| 2023-04-08 | add buffering to connection instead of the http protocol, to allow passing th... | Nameless |
| 2023-04-08 | std.http: add http server | Nameless |
| 2023-03-23 | http.Client: don't prematurely check transfer_{encoding,compression} (#15040) | Frank Denis |