| Age | Commit message (Expand) | Author |
| 4 days | net/http: run tests for HTTP/3 where it can already pass | Nicholas S. Husin |
| 2025-10-17 | all: remove unnecessary loop variable copies in tests | Tobias Klauser |
| 2025-03-05 | net/http: make http.FileServer return 404 when a path is invalid/unsafe | Grégoire Lodi |
| 2024-07-25 | net: use slices and maps to clean up tests | apocelipes |
| 2024-06-18 | net/http: keep Content-Encoding in Error, add GODEBUG for ServeContent | Damien Neil |
| 2024-05-15 | net/http, reflect: rename Test function names | Jes Cok |
| 2024-05-09 | net/http: remove misleading response headers on error | Russ Cox |
| 2024-03-15 | net/http: revert header changes in Error | Russ Cox |
| 2024-03-06 | net/http: remove misleading response headers on error | Mitar |
| 2024-02-27 | net/http: prevent redirect loop in serveFile if "/" is a normal file | Mauri de Souza Meneguzzo |
| 2024-02-24 | net/http: make FileServer look good on mobile | Max 👨🏽💻 Coplan |
| 2023-11-15 | net/http: don't set length for non-range encoded content requests | Damien Neil |
| 2023-11-06 | net/http: set/override Content-Length for encoded range requests | Mitar |
| 2023-09-05 | all: use ^TestName$ regular pattern for invoking a single test | Dmitri Shuralyov |
| 2023-08-22 | net/http: use testenv.Command instead of exec.Command in tests | Bryan C. Mills |
| 2023-08-07 | net/http: add ServeFileFS, FileServerFS, NewFileTransportFS | Mauri de Souza Meneguzzo |
| 2023-07-24 | Revert "net/http: use Copy in ServeContent if CopyN not needed" | Damien Neil |
| 2023-05-04 | all: add String for fs.{FileInfo,DirEntry} implementations | Ian Lance Taylor |
| 2023-04-06 | net/http: add tests covering non-GET methods for file serving | Damien Neil |
| 2023-04-06 | Revert "net/http: FileServer method check + minimal OPTIONS implementation" | Damien Neil |
| 2023-03-09 | net/http: use Copy in ServeContent if CopyN not needed | Leo Antunes |
| 2022-12-06 | os, net/http: avoid escapes from os.DirFS and http.Dir on Windows | Damien Neil |
| 2022-11-04 | net/http: ignore ranges if the content is empty in serveContent | Jorropo |
| 2022-10-07 | net/http: refactor tests to run most in HTTP/1 and HTTP/2 modes | Damien Neil |
| 2022-09-07 | net/http: use strings.Builder | cuiweixie |
| 2022-08-29 | net/http: FileServer method check + minimal OPTIONS implementation | Pascal S. de Kloe |
| 2022-07-11 | net/http: remove Content-Encoding in writeNotModified | Mitar |
| 2022-01-10 | net/http: map FS Open errors just like Dir | Jonathan Amsterdam |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-04-16 | net/http: using errors.Is in fs error detection | Peng Gao |
| 2021-04-07 | net/http: replace os.MkdirTemp with T.TempDir | ianwoolf |
| 2021-04-05 | all: update references to symbols moved from io/ioutil to io | KimMachineGun |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-10-20 | all: update references to symbols moved from io/ioutil to io | Russ Cox |
| 2020-10-20 | net/http: add FS to convert fs.FS to FileSystem | Russ Cox |
| 2020-10-20 | all: update references to symbols moved from os to io/fs | Russ Cox |
| 2020-09-02 | net/http: reject negative suffix-length Range:bytes=--N with 416 status code | Emmanuel T Odeke |
| 2020-09-01 | net/http: refactor ResponseWriter.ReadFrom to permit splice on Linux | Paul Forgey |
| 2020-06-29 | net/http: fix panic with If-None-Match value in http.ServeContent | Marcus Weiner |
| 2019-11-08 | net/http: relax TestLinuxSendfile, trace all system calls, match n64:sendfile | Brad Fitzpatrick |
| 2019-08-28 | net/http: don't panic serving dir in ServeFile with empty Request.URL.Path | Brad Fitzpatrick |
| 2019-01-23 | net/url, net/http: reject control characters in URLs | Brad Fitzpatrick |
| 2018-03-06 | net/http: correct subtle transposition of offset and whence in test | as |
| 2018-01-02 | net/http: relax the matching of strace output in test | Caio Marcelo de Oliveira Filho |
| 2017-11-15 | net/http: don't set Content-Type with empty body automatically | Tw |
| 2017-08-09 | net/http: check If-Range header when request method is HEAD | Joe Kyo |
| 2017-06-08 | net/http: enable TestLinuxSendfile on mips64 | Vladimir Stefanovic |
| 2017-04-06 | net/http: fix ineffective break in etag scanning | Daniel Martí |
| 2017-03-24 | net/http: Fix TestLinuxSendfile without strace permissions | Kenny Grant |
| 2017-03-08 | net/http: use httptest.Server Client in tests | Johan Brandhorst |