aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/net
AgeCommit message (Expand)Author
2014-05-20build: make nacl passRuss Cox
2014-05-19net/http: document that ProxyFromEnvironment special-cases localhostBrad Fitzpatrick
2014-05-16net/http: allow Content-Type on 204 responsesBrad Fitzpatrick
2014-05-15net/http: fix nits found by go tool vetMikio Hara
2014-05-14net: detect changes to /etc/resolv.conf.Guillaume J. Charmes
2014-05-14net: fix documentation for SetLingerMikio Hara
2014-05-12net/http: fix flaky testFabrizio Milo
2014-05-12undo CL 92210044 / 5cb21eee2d35Brad Fitzpatrick
2014-05-13net: make use of SO_LINGER_SEC on darwinMikio Hara
2014-05-11net/rpc: do not leak client socket on closed connectionDavid Crawshaw
2014-05-09net/url: correct documentation of Values.AddIan Lance Taylor
2014-05-09net: drop flakey TestDialFailPDLeakMikio Hara
2014-05-07net/mail: propagate unsupported charset errorDavid Crawshaw
2014-05-02std lib: fix various typos in commentsRobert Griesemer
2014-04-30net: enable builtin dns resolver tests on solarisMikio Hara
2014-04-29net: make WriteTo, WriteToIP and WriteMsgIP fail when IPConn is already conne...Mikio Hara
2014-04-27net/tcp: fix check for openbsd in testRobert Hencke
2014-04-26net/http/httputil: tell people not to use ClientConn and ServerConnBrad Fitzpatrick
2014-04-26net: Remove an unmatched unlock of ForkLockRobert Obryk
2014-04-26src: fix issues found by go vet stdRobert Hencke
2014-04-25net/http/httputil: don't leak goroutines in DumpRequestOutBrad Fitzpatrick
2014-04-26net: make WriteMsg{IP,UDP,Unix} return the correct number of bytes transferredMikio Hara
2014-04-25net/http, strings, bytes: fix http race, revert part of Reader behavior changeBrad Fitzpatrick
2014-04-24net: fix confusing typo in commentRui Ueyama
2014-04-21net: extend TestVariousDeadlines1Proc timeoutJosh Bleecher Snyder
2014-04-17net/http/httputil: include Content-Length in DumpResponse outputBrad Fitzpatrick
2014-04-17net: fix probabilities in DNS SRV shuffleByWeightBrad Fitzpatrick
2014-04-16net/http: allow commas and spaces in cookie valuesVolker Dobler
2014-04-16all: fix typosRui Ueyama
2014-04-16net/http: fix data race in TestTransportResponseHeaderTimeoutBrad Fitzpatrick
2014-04-16net/http: skip TestTransportClosesBodyOnError on Plan 9David du Colombier
2014-04-14net/http: clarify Response.Body Close responsibilityBrad Fitzpatrick
2014-04-14net/http: make race detector happy for recently-added testBrad Fitzpatrick
2014-04-14net/http: close Body in client code always, even on errors, and documentBrad Fitzpatrick
2014-04-11net/http: quiet useless warning during shutdownBrad Fitzpatrick
2014-04-11net/http/httptest: add test for issue 7264Dmitriy Vyukov
2014-04-10net/http: Return ErrNotMultipart from ParseMultipartForm if content-type isn'...Matthew Cottingham
2014-04-10net/http: don't reject 0-lengthed bodies with Expect 100-continueBrad Fitzpatrick
2014-04-10net/http: fix up Response.Write edge casesBrad Fitzpatrick
2014-04-10net/http: document, test, define, clean up Request.TrailerBrad Fitzpatrick
2014-04-10net/http: fix requests failing on short gzip bodyAlexey Borzenkov
2014-04-09net/http: don't reuse Transport connection unless Request.Write finishedBrad Fitzpatrick
2014-04-08net: move error messages related to OpError into net.goMikio Hara
2014-04-08net: remove "net:" prefix from error messagesMikio Hara
2014-04-07net/textproto: simplify common header interningBrad Fitzpatrick
2014-04-07net: fix data race in benchmarkDmitriy Vyukov
2014-04-04net: fix format string in TestAcceptIgnoreSomeErrorsAlex Brainman
2014-04-04net: drop unnecessary indirection from PacketConn testsMikio Hara
2014-04-04net: don't export netFD closeRead and closeWrite methodsMikio Hara
2014-04-03net: accept a few more errors in Accept4 wrapperRuss Cox