| Age | Commit message (Expand) | Author |
| 2011-06-22 | os.Error API: don't export os.ErrorString, use os.NewError consistently | Robert Griesemer |
| 2011-06-20 | http: write Header keys with empty values | Brad Fitzpatrick |
| 2011-06-20 | http: permit handlers to explicitly remove the Date header | Brad Fitzpatrick |
| 2011-06-20 | http: add Server.ListenAndServeTLS | Brad Fitzpatrick |
| 2011-06-20 | http: fix req.Cookie(name) with cookies in one header | Brad Fitzpatrick |
| 2011-06-18 | http: fix documentation typo | Scott Lawrence |
| 2011-06-17 | respect goto restrictions | Russ Cox |
| 2011-06-16 | http: document http client/transport thread safety | Brad Fitzpatrick |
| 2011-06-16 | http: make Headers be source of truth | Brad Fitzpatrick |
| 2011-06-16 | mime/multipart: convert Reader from interface to struct | Brad Fitzpatrick |
| 2011-06-16 | http: use runtime/debug.Stack() to dump stack trace on panic. | Rob Pike |
| 2011-06-14 | http/spdy: improve error handling. | William Chan |
| 2011-06-09 | http: fix regression permitting io.Copy on HEAD response | Brad Fitzpatrick |
| 2011-06-08 | http: fix handling of 0-lengthed http requests | Brad Fitzpatrick |
| 2011-06-08 | http: change most map[string][]string types to new Values type | Brad Fitzpatrick |
| 2011-06-06 | crypto: reorg, cleanup and add function for generating CRLs. | Adam Langley |
| 2011-06-03 | http: don't fail on accept hitting EMFILE | Brad Fitzpatrick |
| 2011-06-02 | http: ServeFile shouldn't send Content-Length when Content-Encoding is set | Brad Fitzpatrick |
| 2011-06-02 | http: catch panics | Brad Fitzpatrick |
| 2011-06-02 | exec: add Cmd methods StdinPipe, StdoutPipe, StderrPipe | Brad Fitzpatrick |
| 2011-06-01 | http/spdy: reorganize package. | William Chan |
| 2011-06-01 | exec: new API, replace Run with Command | Brad Fitzpatrick |
| 2011-05-31 | http/spdy: fix data race in header decompression. | William Chan |
| 2011-05-31 | http: have client set Content-Length when possible | Brad Fitzpatrick |
| 2011-05-29 | http: let Transport use a custom net.Dial function | Brad Fitzpatrick |
| 2011-05-27 | http: client+server benchmark | Brad Fitzpatrick |
| 2011-05-27 | http: propagate Set-Cookie in reverse proxy | Brad Fitzpatrick |
| 2011-05-27 | http/spdy: temporarily disable some failing tests | Brad Fitzpatrick |
| 2011-05-26 | http/spdy: redo interfaces, flesh out implementation & frame types | William Chan |
| 2011-05-25 | http: Transport hook to register non-http(s) protocols | Brad Fitzpatrick |
| 2011-05-25 | encoding/base64: add DecodeString and EncodeToString | Brad Fitzpatrick |
| 2011-05-25 | io, net, http: sendfile support | Brad Fitzpatrick |
| 2011-05-24 | http: Client test for streaming responses (no code changes) | Brad Fitzpatrick |
| 2011-05-24 | http: fix Set-Cookie date parsing | Brad Fitzpatrick |
| 2011-05-22 | http: add docs/warning on incorrect use of NewChunkedWriter | Brad Fitzpatrick |
| 2011-05-20 | http: include Host header in requests, even with proxies | Brad Fitzpatrick |
| 2011-05-19 | go/printer, gofmt: fix formatting of expression lists (missing blank) | Robert Griesemer |
| 2011-05-18 | http: Client.Do should follow redirects for GET and HEAD | Brad Fitzpatrick |
| 2011-05-18 | pkg: spelling tweaks, A-H | Robert Hencke |
| 2011-05-18 | http: add Transport.ProxySelector | Brad Fitzpatrick |
| 2011-05-17 | http: add http.SetCookie(ResponseWriter, *Cookie) | Brad Fitzpatrick |
| 2011-05-16 | net, http: add and make use of IP address scope identification API | Mikio Hara |
| 2011-05-14 | pkg: fix incorrect prints found by govet | Robert Hencke |
| 2011-05-13 | http: add Request.SetBasicAuth method | Brad Fitzpatrick |
| 2011-05-13 | http: make HEAD client request follow redirects | Eivind Uggedal |
| 2011-05-13 | http: remove finalURL from Client.Get; move to Response | Brad Fitzpatrick |
| 2011-05-11 | http: fix two Transport gzip+persist crashes | Brad Fitzpatrick |
| 2011-05-11 | http: write cookies according to RFC 6265 | Christian Himpel |
| 2011-05-11 | http: fix transport bug with zero-length bodies | Brad Fitzpatrick |
| 2011-05-11 | http: don't Clean query string in relative redirects | Brad Fitzpatrick |