aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2018-08-03net: skip flaky TestNotTemporaryRead on FreeBSDgo1.11beta3Brad Fitzpatrick
2018-08-03net: update docs for unimplemented methods and functionsMikio Hara
2018-07-31net/http: revert CL 89275 (don't sniff Content-Type when nosniff set)Brad Fitzpatrick
2018-07-31net/http: expand a TimeoutHandler test a bitBrad Fitzpatrick
2018-07-27net/http: document Transport.Proxy's https supportCraig Citro
2018-07-27net/http: try to document ServeFile security moreBrad Fitzpatrick
2018-07-24net: fix handling of Conns created by Resolver.DialIan Gudger
2018-07-24net/http: fix and normalize the [Server.][ListenAnd]Serve[TLS] docsFilippo Valsorda
2018-07-24net/rpc: clarify requirements for connections and codecsDmitry Vyukov
2018-07-24net/http: document that Client methods always return *url.ErrorBrad Fitzpatrick
2018-07-24net/http: deflake TestRetryRequestsOnErrorBrad Fitzpatrick
2018-07-23net/http: update Serve docs on when HTTP/2 is enabledBrad Fitzpatrick
2018-07-20net/http/httptest: guarantee ResponseRecorder.Result returns a non-nil bodyJack
2018-07-19net/http: update bundled http2Brad Fitzpatrick
2018-07-19net/http: deflake TestClientTimeoutKillsConn_AfterHeadersBrad Fitzpatrick
2018-07-17http/internal: document final CRLF behavior on chunkedWriterEric Daniels
2018-07-13net/http: don't cancel Request.Context on pipelined Server requestsBrad Fitzpatrick
2018-07-13http/http/httputil: add ReverseProxy.ErrorHandlerJulien Salleyron
2018-07-13net/http: correct use of byte slice in js syscallJohan Brandhorst
2018-07-13net/url: don't escape sub-delims in fragmentKunpei Sakai
2018-07-12net/http: update bundled http2Brad Fitzpatrick
2018-07-12net/http: make Transport.CloseIdleConnections close non-bundled http2.TransportBrad Fitzpatrick
2018-07-12net/http: update bundled http2Brad Fitzpatrick
2018-07-12net/http: add tests to validate that Client.Timeout closes connectionsBrad Fitzpatrick
2018-07-11doc: update the minimum support Windows versionBrad Fitzpatrick
2018-07-11net/http: fix rare Transport leak, remove incorrect defensive logicBrad Fitzpatrick
2018-07-10net/http: clarify when it's allowed to reuse a RequestBrad Fitzpatrick
2018-07-10net/http: update bundled http2Michael Fraenkel
2018-07-10net/http: remove dead code noted in post-submit review of CL 81778Brad Fitzpatrick
2018-07-09net/http: update bundled http2Brad Fitzpatrick
2018-07-09net/http/httputil: don't panic in ReverseProxy unless running under a ServerBrad Fitzpatrick
2018-07-09net/http: add support for SameSite option in http.CookieStephan Renatus
2018-07-09vendor: update vendored x/net/http/httpproxyBrad Fitzpatrick
2018-07-09net/http: comment handleReadError more, superficially use its argumentBrad Fitzpatrick
2018-07-09net/http: add Transport.MaxConnsPerHost knobMark Fischer
2018-07-06all: clean up some Deprecated commentsBrad Fitzpatrick
2018-07-06net/http: deflake TestServerShutdownStateNewDaniel Martí
2018-07-03net/http: make Transport treat 101 as a terminal statusMark Fischer
2018-07-03net/http: prevent Server reuse after a ShutdownBrad Fitzpatrick
2018-06-29net/url: correct the documentation for PathUnescapeCaleb Martinez
2018-06-29net/http: update bundled http2Brad Fitzpatrick
2018-06-29net/http: update docs on Transport.DisableKeepAlivesBrad Fitzpatrick
2018-06-29net/http: remove a flag accidentally submitted in CL 121419Brad Fitzpatrick
2018-06-28net/http: make Server.Shutdown treat new connections as idle after 5 secondsBrad Fitzpatrick
2018-06-28syscall/js: rename Callback.Close to Release and expose Callback.ValueRichard Musiol
2018-06-27net: parse IPv6 address with zone using DefaultResolver.Lookup{Host,IPAddr}Michael Fraenkel
2018-06-27syscall/js: add TypedArrayOfRichard Musiol
2018-06-27net: make concurrent resolver lookups independentGrégoire Delattre
2018-06-27net/http/httptrace: add clarification never added to CL 67430Brad Fitzpatrick
2018-06-27net: limit concurrent threads to limit on file descriptorsIan Lance Taylor