aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2021-03-29[release-branch.go1.15] net/http: fix detection of Roundtrippers that always ...Michael Fraenkel
2021-03-29[release-branch.go1.15] net/http: update bundled x/net/http2Dmitri Shuralyov
2021-03-02[release-branch.go1.15] net/http: add connections back that haven't been canc...Michael Fraenkel
2021-03-02[release-branch.go1.15] net/http: ignore connection closes once done with the...Michael Fraenkel
2021-02-26[release-branch.go1.15] internal/poll: netpollcheckerr before sendfileWei Fu
2021-02-01[release-branch.go1.15] net/http: update bundled x/net/http2Damien Neil
2020-10-30[release-branch.go1.15] net/http: update bundled x/net/http2Dmitri Shuralyov
2020-10-23[release-branch.go1.15] net/http: deep copy Request.TransferEncodingdqu123
2020-10-22[release-branch.go1.15] src, net/http: update vendor, regenerate h2_bundle.goEmmanuel T Odeke
2020-09-02[release-branch.go1.15] net/http/fgci: skip flaky testFilippo Valsorda
2020-09-01[release-branch.go1.15] all: merge release-branch.go1.15-security into releas...Filippo Valsorda
2020-09-01[release-branch.go1.15-security] net/http/cgi,net/http/fcgi: add Content-Type...Roberto Clapis
2020-08-28[release-branch.go1.15] net/mail: return error on empty address listIan Lance Taylor
2020-08-04net/http: fix cancelation of requests with a readTrackingBody wrapperDamien Neil
2020-07-14net/http: synchronize "100 Continue" write and Handler writesRuss Cox
2020-07-10net: hangup TCP connection after Dial timeout in Plan 9Fazlul Shahriar
2020-07-09net/textproto: correct documentation of empty line handlingNorman B. Lancaster
2020-07-07net: correct address when listening on IPv4zero tcp4/udp4 on Plan 9Fazlul Shahriar
2020-06-30net: fix TestDialerLocalAddr on Plan 9Fazlul Shahriar
2020-06-29net/http: fix panic with If-None-Match value in http.ServeContentMarcus Weiner
2020-06-29net: add support for dialing from a custom local address on Plan 9Fazlul Shahriar
2020-06-29net: handle more interface types without a hardware address on Plan 9Fazlul Shahriar
2020-06-24net: consistently document deadline handlingIan Lance Taylor
2020-06-23net/http: document Dir behavior with symlinksKatie Hockman
2020-06-18net/rpc: clarify documention of Call.Done fieldIan Lance Taylor
2020-06-17net/http: make Transport.RoundTrip preserve RequestsDamien Neil
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-05-31net/http: reject HTTP/1.1 Content-Length with sign in responsePaschalis Tsilias
2020-05-29net/http: clarify that AddCookie only sanitizes the Cookie being addedVolker Dobler
2020-05-27net/http: handle body rewind in HTTP/2 connection loss betterRuss Cox
2020-05-09net/http/pprof: document the trace endpoint is for execution traceHana (Hyang-Ah) Kim
2020-05-09net: only enable broadcast on sockets which support itSteven Hartland
2020-05-06net/http/cgi: reject invalid header namesFilippo Valsorda
2020-05-06net/http: use ASCII space trimming throughoutFilippo Valsorda
2020-05-06net/http: only support "chunked" in inbound Transfer-Encoding headersFilippo Valsorda
2020-05-05net/http: update link to chrome documentation on connection managementsmasher164
2020-05-05net/http/httputil: don't use testing.T after test completesAndrew G. Morgan
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2020-05-02net/http/httputil: handle escaped paths in SingleHostReverseProxyDaniel Kumor
2020-05-01cmd,std: update golang.org/x/net to 20200501053045-e0ff5e5a1de5Brad Fitzpatrick
2020-05-01net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick
2020-04-30net/http/httputil: don't append to X-Forwarded-For in ReverseProxy when nilBrad Fitzpatrick
2020-04-30net/http/cgi: replace constant map with switch statementMatthew Dempsky
2020-04-28net: add (*Resolver).LookupIPIan Gudger
2020-04-26net/http/httputil: make Switching Protocol requests (e.g. Websockets) cancelablePierre Carru
2020-04-25net/http/httputil: fix typo in unit test nameTyson Andre
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-04-22net/http/pprof: allow "seconds" parameters to most profilesHana (Hyang-Ah) Kim
2020-04-22net/http/pprof: make TestDeltaProfile less flaky by retryingHana (Hyang-Ah) Kim