aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2017-12-07net/http/httputil: remove redundant call of setBody in testgo1.10beta1Joe Kyo
2017-12-07net/http: use correct method name in Server.ServeTLS docsArtyom Pervukhin
2017-12-06net/url: fix PathUnescape, QueryUnescape number grammarRuss Cox
2017-12-06net/http: keep testing DetectContentType of empty bodyRuss Cox
2017-12-05net: return io.ErrClosedPipe when possible from net.PipeJoe Tsai
2017-12-05net/http: fix unclosed Listener leak in ListenAndServeTLSTim Heckman
2017-12-01net/url: document Parse moreBrad Fitzpatrick
2017-12-01net/http: speed up and deflake TestServerKeepAlivesEnabled_h2Brad Fitzpatrick
2017-12-01net/http: update bundled http2Brad Fitzpatrick
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-29net: skip unixpacket tests on netbsd/386Brad Fitzpatrick
2017-11-29net/rpc: wait for responses to be written before closing CodecRuss Cox
2017-11-28all: drop support for FreeBSD 9 or belowMikio Hara
2017-11-28net/http: document streaming nature of Response.BodyBrad Fitzpatrick
2017-11-28net: accept 64 kB lines in /etc/hostsRuss Cox
2017-11-28net/http: update bundled http2Brad Fitzpatrick
2017-11-27net/http: panic on invalid WriteHeader status codeBrad Fitzpatrick
2017-11-27net/textproto: reject all headers with a leading spaceTom Bergan
2017-11-26internal/poll: do not use Windows TransmitFile with pipesAlex Brainman
2017-11-23net: skip TestLookupLongTXT on Plan 9David du Colombier
2017-11-23net: fix LookupTXT of long records on WindowsRuss Cox
2017-11-22net/http: implement sniffing for some fontsEmmanuel Odeke
2017-11-21net: fix typo in parsePort documentationTobias Klauser
2017-11-17Revert "net: Forget lookups for canceled contexts"Brad Fitzpatrick
2017-11-15net: Forget lookups for canceled contextsTroels Thomsen
2017-11-15net/mail: clarify doc commentRuss Cox
2017-11-15net/url: allow *User functions to work on a nil receiver.OneOfOne
2017-11-15net/http: don't set Content-Type with empty body automaticallyTw
2017-11-14net/mail: treat comment in address as display nameMichael Stapelberg
2017-11-14net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requestsAkhil Indurti
2017-11-14net/url: clarify QueryUnescape and PathUnescape docAlberto Donizetti
2017-11-14net/http: add example to Server.ShutdownStephen McQuay (smcquay)
2017-11-11net/http/httputil: make ReverseProxy close response body if ModifyResponse re...Edan B
2017-11-10net: ignore duplicate interfaces in TestInterfaceHardwareAddrWithGetmacAlex Brainman
2017-11-10net: mark condFatalf as a test helperAman Gupta
2017-11-10net/http: simplify ctx.Err() call in testSina Siadat
2017-11-10net: implement ReadMsg/WriteMsg on windowsAman Gupta
2017-11-10net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeaderWèi Cōngruì
2017-11-10net/http: fix copy-paste error in the ServeTLS docsIan Kent
2017-11-07net: use WSASocket instead of socket callAlex Brainman
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-11-02net/http: clarify when it is safe to reuse a requestTom Bergan
2017-11-02net/http: remove unused named return variablesmattyw
2017-11-02net/http: quiet some log spam in TestNoBodyOnChunked304ResponseBrad Fitzpatrick
2017-11-02net/http: remove some log spam in test, add missing error detailBrad Fitzpatrick
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-11-01net/http: update bundled http2Tom Bergan
2017-11-01net/smtp: don't call testing.T.Fatal{,f} from goroutines not running Test fun...Mikio Hara
2017-11-01net/mail: capitalize acronym on helper function nameMikio Hara
2017-11-01net/http: set Content-Type header for HEAD as wellDmitri Shuralyov