| 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-14 | net: detect changes to /etc/resolv.conf. | Guillaume J. Charmes |
| 2014-05-14 | net: fix documentation for SetLinger | Mikio Hara |
| 2014-05-12 | net/http: fix flaky test | Fabrizio Milo |
| 2014-05-12 | undo CL 92210044 / 5cb21eee2d35 | Brad Fitzpatrick |
| 2014-05-13 | net: make use of SO_LINGER_SEC on darwin | Mikio Hara |
| 2014-05-11 | net/rpc: do not leak client socket on closed connection | David Crawshaw |
| 2014-05-09 | net/url: correct documentation of Values.Add | Ian Lance Taylor |
| 2014-05-09 | net: drop flakey TestDialFailPDLeak | Mikio Hara |
| 2014-05-07 | net/mail: propagate unsupported charset error | David Crawshaw |
| 2014-05-02 | std lib: fix various typos in comments | Robert Griesemer |
| 2014-04-30 | net: enable builtin dns resolver tests on solaris | Mikio Hara |
| 2014-04-29 | net: make WriteTo, WriteToIP and WriteMsgIP fail when IPConn is already conne... | Mikio Hara |
| 2014-04-27 | net/tcp: fix check for openbsd in test | Robert Hencke |
| 2014-04-26 | net/http/httputil: tell people not to use ClientConn and ServerConn | Brad Fitzpatrick |
| 2014-04-26 | net: Remove an unmatched unlock of ForkLock | Robert Obryk |
| 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-26 | net: make WriteMsg{IP,UDP,Unix} return the correct number of bytes transferred | Mikio Hara |
| 2014-04-25 | net/http, strings, bytes: fix http race, revert part of Reader behavior change | Brad Fitzpatrick |
| 2014-04-24 | net: fix confusing typo in comment | Rui Ueyama |
| 2014-04-21 | net: extend TestVariousDeadlines1Proc timeout | Josh Bleecher Snyder |
| 2014-04-17 | net/http/httputil: include Content-Length in DumpResponse output | Brad Fitzpatrick |
| 2014-04-17 | net: fix probabilities in DNS SRV shuffleByWeight | 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-08 | net: move error messages related to OpError into net.go | Mikio Hara |
| 2014-04-08 | net: remove "net:" prefix from error messages | Mikio Hara |
| 2014-04-07 | net/textproto: simplify common header interning | Brad Fitzpatrick |
| 2014-04-07 | net: fix data race in benchmark | Dmitriy Vyukov |
| 2014-04-04 | net: fix format string in TestAcceptIgnoreSomeErrors | Alex Brainman |
| 2014-04-04 | net: drop unnecessary indirection from PacketConn tests | Mikio Hara |
| 2014-04-04 | net: don't export netFD closeRead and closeWrite methods | Mikio Hara |
| 2014-04-03 | net: accept a few more errors in Accept4 wrapper | Russ Cox |