| Age | Commit message (Expand) | Author |
| 2014-05-20 | build: make nacl pass | Russ Cox |
| 2014-05-19 | net/http: document that ProxyFromEnvironment special-cases localhost | Brad Fitzpatrick |
| 2014-05-16 | net/http: allow Content-Type on 204 responses | Brad Fitzpatrick |
| 2014-05-15 | net/http: fix nits found by go tool vet | Mikio Hara |
| 2014-05-12 | net/http: fix flaky test | Fabrizio Milo |
| 2014-05-02 | std lib: fix various typos in comments | Robert Griesemer |
| 2014-04-26 | net/http/httputil: tell people not to use ClientConn and ServerConn | Brad Fitzpatrick |
| 2014-04-26 | src: fix issues found by go vet std | Robert Hencke |
| 2014-04-25 | net/http/httputil: don't leak goroutines in DumpRequestOut | Brad Fitzpatrick |
| 2014-04-25 | net/http, strings, bytes: fix http race, revert part of Reader behavior change | Brad Fitzpatrick |
| 2014-04-17 | net/http/httputil: include Content-Length in DumpResponse output | Brad Fitzpatrick |
| 2014-04-16 | net/http: allow commas and spaces in cookie values | Volker Dobler |
| 2014-04-16 | all: fix typos | Rui Ueyama |
| 2014-04-16 | net/http: fix data race in TestTransportResponseHeaderTimeout | Brad Fitzpatrick |
| 2014-04-16 | net/http: skip TestTransportClosesBodyOnError on Plan 9 | David du Colombier |
| 2014-04-14 | net/http: clarify Response.Body Close responsibility | Brad Fitzpatrick |
| 2014-04-14 | net/http: make race detector happy for recently-added test | Brad Fitzpatrick |
| 2014-04-14 | net/http: close Body in client code always, even on errors, and document | Brad Fitzpatrick |
| 2014-04-11 | net/http: quiet useless warning during shutdown | Brad Fitzpatrick |
| 2014-04-11 | net/http/httptest: add test for issue 7264 | Dmitriy Vyukov |
| 2014-04-10 | net/http: Return ErrNotMultipart from ParseMultipartForm if content-type isn'... | Matthew Cottingham |
| 2014-04-10 | net/http: don't reject 0-lengthed bodies with Expect 100-continue | Brad Fitzpatrick |
| 2014-04-10 | net/http: fix up Response.Write edge cases | Brad Fitzpatrick |
| 2014-04-10 | net/http: document, test, define, clean up Request.Trailer | Brad Fitzpatrick |
| 2014-04-10 | net/http: fix requests failing on short gzip body | Alexey Borzenkov |
| 2014-04-09 | net/http: don't reuse Transport connection unless Request.Write finished | Brad Fitzpatrick |
| 2014-04-02 | net/http: clarify Request fields' client-vs-server semantics | Brad Fitzpatrick |
| 2014-03-25 | net/http: disable recently-introduced flaky test on Windows | Brad Fitzpatrick |
| 2014-03-25 | net/http: don't re-use Transport connections if we've seen an EOF | Brad Fitzpatrick |
| 2014-03-18 | net/http: make use of testing.Errorf instead of testing.Fatalf in non-test fu... | Mikio Hara |
| 2014-03-17 | net/http: Request Body error should not be ignored. | Luka Zakrajšek |
| 2014-03-17 | net/http/fcgi: fix handling of request ID reuse | Catalin Patulea |
| 2014-03-11 | net/http/cgi: serve 500, not 200, on invalid responses from child processes | Brad Fitzpatrick |
| 2014-03-10 | net/http: eliminate defined-but-not-used var. | Alan Donovan |
| 2014-03-06 | net/http/cgi: kill child CGI process on copy error | Brad Fitzpatrick |
| 2014-03-06 | net/http: make TestUseProxy repeatable | Dmitriy Vyukov |
| 2014-03-05 | net/http: deflake a test | Brad Fitzpatrick |
| 2014-03-05 | net/http: minor fixes and optimization for Response.TLS | Brad Fitzpatrick |
| 2014-03-05 | net/http: Add TLS Connection State to Responses. | Paul A Querna |
| 2014-03-04 | net/http: improve Client.Timeout docs, quiet test | Brad Fitzpatrick |
| 2014-03-04 | net/http: make Request.ParseForm parse form-urlencoded for method PATCH too | Matt Aimonetti |
| 2014-03-04 | net/http: fix test failure on some Windows machines | Brad Fitzpatrick |
| 2014-03-04 | net/http: deflake another alloc test | Brad Fitzpatrick |
| 2014-03-04 | net/http: disable an alloc test under the race detector | Brad Fitzpatrick |
| 2014-03-03 | net/http: fix location of StateHijacked and StateActive | Brad Fitzpatrick |
| 2014-03-03 | net/http: in Client, consume small redirect bodies before making next request | Brad Fitzpatrick |
| 2014-03-02 | net/http: add Client.Timeout for end-to-end timeouts | Brad Fitzpatrick |
| 2014-03-01 | net/http: ensure ConnState for StateNew fires before Server.Serve returns | Richard Crowley |
| 2014-02-28 | net/http: de-flake ConnState test | Brad Fitzpatrick |
| 2014-02-28 | net/http: add Server.ErrorLog; log and test TLS handshake errors | Brad Fitzpatrick |