aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2017-10-04[release-branch.go1.8] net/smtp: fix PlainAuth to refuse to send passwords to...Russ Cox
2017-05-23[release-branch.go1.8] net/http: update bundled http2 for gracefulShutdownCh ...Brad Fitzpatrick
2017-03-29[release-branch.go1.8] net, net/http: adjust time-in-past constant even earlierBrad Fitzpatrick
2017-01-24net/http: don't send body on redirects for 301, 302, 303 when GetBody is setBrad Fitzpatrick
2017-01-24net/http: fix a nitMikio Hara
2017-01-14net/http: skip TestServerHijackGetsBackgroundByte on Plan 9David du Colombier
2017-01-14net/http: skip TestServerHijackGetsBackgroundByte_big on Plan 9David du Colombier
2017-01-14net/http: add another hijack-after-background-read testBrad Fitzpatrick
2017-01-13net/http: make sure Hijack's bufio.Reader includes pre-read background byteBrad Fitzpatrick
2017-01-11net/http: deflake TestRetryIdempotentRequestsOnErrorBrad Fitzpatrick
2017-01-09net/http: preserve original HTTP method when possibleJoe Tsai
2017-01-07net/http: don't do a background read if we've already done oneIan Lance Taylor
2017-01-06net: disable RFC 6724 Rule 9 for IPv4 addressesMatthew Dempsky
2017-01-06net/http: better failure in TestTransportPersistConnLeakRuss Cox
2017-01-06net: Fix grammar errorKevin Burke
2017-01-06net: display the complete BUGS section on every platformMikio Hara
2017-01-04net/http/httputil: make DumpRequest and DumpRequestOut recognize http.NoBodyBrad Fitzpatrick
2017-01-04net/http: make Server cancel its ReadTimeout between requestsBrad Fitzpatrick
2016-12-31net/http: update bundled http2 for Server WriteTimeout changeBrad Fitzpatrick
2016-12-30net/http: add test for http2 Server WriteTimeoutKale Blankenship
2016-12-29net/http/httputil: clarify the contract on ReverseProxy's Director.Mike Wiacek
2016-12-23net: Fix spelling of function name in docKevin Burke
2016-12-22net/http: restore Transport's Request.Body byte sniff in limited casesBrad Fitzpatrick
2016-12-21net: make InterfaceByIndex return a consistent name on solarisMikio Hara
2016-12-20net: fix LookupCNAME on Plan 9David du Colombier
2016-12-20net/http, doc: more redirect documentationBrad Fitzpatrick
2016-12-20net: mark TestDialerDualStackFDLeak as flaky on OpenBSDBrad Fitzpatrick
2016-12-20net: make LookupCNAME's native behavior match its cgo behaviorMatthew Dempsky
2016-12-16net: clarify IP.IsGlobalUnicast docsMikio Hara
2016-12-15net/http: deflake TestServerTimeouts maybeBrad Fitzpatrick
2016-12-15net/http: update bundled http2Chris Broadfoot
2016-12-15net: fix comment on IPv4bcastMikio Hara
2016-12-15net: fix ParseCIDR docsMikio Hara
2016-12-15net: fix typoKevin Burke
2016-12-15net: fix consecutive dialing docsIan Lance Taylor
2016-12-15net/http/httptrace: clarify WroteRequest may be called multiple timesBrad Fitzpatrick
2016-12-14net/http: deflake TestClientTimeout_Headers_h2 on WindowsBrad Fitzpatrick
2016-12-14net: change "mask" to "prefix length" in ParseCIDR commentMatt Layher
2016-12-14net: document consecutive dialing in net.DialKaviraj
2016-12-13net/http: update some commentsBrad Fitzpatrick
2016-12-08net/http: don't retry Transport requests if they have a bodyBrad Fitzpatrick
2016-12-07net: use baked-in port numbers as fallback if cgo port lookup failsBrad Fitzpatrick
2016-12-06net/http: update bundled http2Brad Fitzpatrick
2016-12-06net/http: fix typo in Request.GetBody's doc stringChris Broadfoot
2016-12-01net/http: revert change making NewRequest set ContentLength -1Brad Fitzpatrick
2016-12-01net/http: teach NewRequest that NoBody has ContentLength zeroBrad Fitzpatrick
2016-12-01net: fix writev tests on AndroidElias Naur
2016-12-01net/http: clarify Request.Context's lifetimeBrad Fitzpatrick
2016-11-30net/http: document how headers are forwarded by ClientJoe Tsai
2016-11-30net/http: fix test TestServeMuxHandlerRedirectsShenghou Ma