| Age | Commit message (Expand) | Author |
| 2011-02-10 | http: add Server type supporting timeouts | Brad Fitzpatrick |
| 2011-02-01 | log: rename Exit* to Fatal* | Rob Pike |
| 2011-02-01 | http: add host patterns | Jose Luis Vázquez González |
| 2011-01-19 | http: fix Content-Range and Content-Length in response | Clement Skau |
| 2011-01-13 | http: handle HEAD requests correctly | Russ Cox |
| 2011-01-11 | http: fix text displayed in Redirect | Russ Cox |
| 2010-12-01 | http: consume request body before next request | Brad Fitzpatrick |
| 2010-11-01 | strings: Contains | Brad Fitzpatrick |
| 2010-11-01 | http server: don't send trailing '0' for chunked encoding when responding wit... | Michael Hoisie |
| 2010-10-12 | log: new interface | Rob Pike |
| 2010-09-30 | http: fix http handler signature changes previously missed | Stephen Ma |
| 2010-09-29 | http: revised http Handler interface | Stephen Ma |
| 2010-09-27 | http: support HTTP/1.0 Keep-Alive | Brad Fitzpatrick |
| 2010-09-11 | websocket: Add support for secure WebSockets | Jukka-Pekka Kekkonen |
| 2010-09-02 | http: add Date to server, Last-Modified and If-Modified-Since to file server | Russ Cox |
| 2010-08-16 | crypto/tls: client certificate support. | Mikkel Krautz |
| 2010-07-02 | http, crypto/tls: followup fixes from 1684051. | Adam Langley |
| 2010-07-02 | crypto/tls, http: Make HTTPS servers easier. | Adam Langley |
| 2010-06-16 | http: reply to Expect 100-continue requests automatically | Brad Fitzpatrick |
| 2010-06-03 | http: handle status 304 correctly | Russ Cox |
| 2010-04-05 | http: fix documentation example | Russ Cox |
| 2010-03-29 | http: add HandleFunc as shortcut to Handle(path, HandlerFunc(func)) | Andrew Gerrand |
| 2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike |
| 2010-03-20 | http: add Error helper function | Andrew Gerrand |
| 2010-02-12 | http: clarify ServeHTTP return | Russ Cox |
| 2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer |
| 2009-11-13 | Created new Conn.Flush() public method so the fd pipeline can be drained arbi... | David Titarenco |
| 2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer |
| 2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer |
| 2009-11-08 | a nagging inconsistency: capitalization of | Russ Cox |
| 2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer |
| 2009-11-02 | package net cleanup | Russ Cox |
| 2009-10-15 | Trivial documentation fix for func ListenAndServe(). | Stephen Ma |
| 2009-10-15 | typo | Rob Pike |
| 2009-10-08 | more lgtm files from gofmt | Russ Cox |
| 2009-10-06 | apply gofmt to go, gob, hash, http, image, io, json, log | Russ Cox |
| 2009-09-15 | more "declared and not used". | Russ Cox |
| 2009-08-24 | Wrap kludge text in HTML comments so the text/html output will remain valid H... | David Symonds |
| 2009-08-12 | delete forward type declarations | Russ Cox |
| 2009-08-12 | convert non-low-level non-google pkg code | Russ Cox |
| 2009-06-09 | mv src/lib to src/pkg | Rob Pike |