| Age | Commit message (Expand) | Author |
| 2011-11-03 | net: renamings | Rob Pike |
| 2011-11-03 | http: don't use ClientConn in Transport | Brad Fitzpatrick |
| 2011-11-03 | http: update mime sniffing doc reference. | David Symonds |
| 2011-11-02 | all: sort imports | Russ Cox |
| 2011-11-01 | src/pkg/[a-m]*: gofix -r error -force=error | Russ Cox |
| 2011-11-01 | http: avoid name error in test | Russ Cox |
| 2011-10-26 | redo CL 5302057 / dac58d9c9e4a | Andrew Gerrand |
| 2011-10-25 | cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ... | Russ Cox |
| 2011-10-26 | undo CL 5302057 / dac58d9c9e4a | Andrew Gerrand |
| 2011-10-25 | http: remove Connection header in ReverseProxy | Brad Fitzpatrick |
| 2011-10-24 | http: doc typo | Brad Fitzpatrick |
| 2011-10-24 | http: add package comment | Brad Fitzpatrick |
| 2011-10-21 | http: Transport: with TLS InsecureSkipVerify, skip hostname check | Brad Fitzpatrick |
| 2011-10-19 | http: comment tweaks | Brad Fitzpatrick |
| 2011-10-19 | http: add test for panic inside hijacked request | Andrew Gerrand |
| 2011-10-18 | http, crypto/tls: fix read timeouts and closing. | Adam Langley |
| 2011-10-18 | gofix -r mapdelete | Russ Cox |
| 2011-10-17 | http: do not depend on map iteration order | Russ Cox |
| 2011-10-17 | http: fix panic when recovering from hijacked connection panic | Andrew Gerrand |
| 2011-10-14 | http: DoS protection: cap non-Handler Request.Body reads | Brad Fitzpatrick |
| 2011-10-14 | http: avoid panic caused by nil URL | Anthony Martin |
| 2011-10-14 | http: RoundTrippers shouldn't mutate Request | Brad Fitzpatrick |
| 2011-10-14 | http: shut up a false Transport warning on Windows | Brad Fitzpatrick |
| 2011-10-13 | crypto/tls: fetch root certificates using Mac OS API | Mikkel Krautz |
| 2011-10-12 | http: remove Request.RawURL | Brad Fitzpatrick |
| 2011-10-11 | exp/spdy: move http/spdy to exp/spdy | Brad Fitzpatrick |
| 2011-10-09 | http: cancel test timers; don't t.Fatalf in other goroutines | Brad Fitzpatrick |
| 2011-10-03 | strings: implement a faster byte->string Replacer | Brad Fitzpatrick |
| 2011-10-03 | strings: implement a faster byte->byte Replacer | Brad Fitzpatrick |
| 2011-09-30 | io: rename Copyn to CopyN. | David Symonds |
| 2011-09-28 | http: don't send a 400 Bad Request after a client shutdown | Brad Fitzpatrick |
| 2011-09-23 | http: add Location method to Response | Brad Fitzpatrick |
| 2011-09-21 | http: add a (disabled) test for TLS handshake timeouts | Brad Fitzpatrick |
| 2011-09-20 | httptest: add NewUnstartedServer | Brad Fitzpatrick |
| 2011-09-19 | http: fix TLS handshake blocking server accept loop | Brad Fitzpatrick |
| 2011-09-19 | http: always include Content-Length header, even for 0 | Dave Grijalva |
| 2011-09-19 | http: prevent DumpRequest from adding implicit headers | Brad Fitzpatrick |
| 2011-09-19 | http: check explicit wrong Request.ContentLength values | Brad Fitzpatrick |
| 2011-09-16 | http/cgi: clean up environment. | Yasuhiro Matsumoto |
| 2011-09-15 | http: MaxBytesReader doc cleanups | Brad Fitzpatrick |
| 2011-09-15 | http: document that Response.Body is non-nil | Brad Fitzpatrick |
| 2011-09-15 | http/cgi: add openbsd environment configuration | Brad Fitzpatrick |
| 2011-09-15 | http: fix WriteProxy documentation | Brad Fitzpatrick |
| 2011-09-13 | http: Alphabetize imports. | Ian Lance Taylor |
| 2011-09-12 | time: make Weekday a method. | Rob Pike |
| 2011-09-06 | cleanup: gofmt -s -w src misc | Robert Griesemer |
| 2011-09-06 | url: handle ; in ParseQuery | Russ Cox |
| 2011-08-30 | http: add file protocol transport | Brad Fitzpatrick |
| 2011-08-26 | http: support setting Transport's TLS client config | Brad Fitzpatrick |
| 2011-08-25 | http: return 413 instead of 400 when the request body is too large | Dave Cheney |