aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2016-06-15net/http: pass through server side Transfer-Encoding headersAndrew Gerrand
2016-06-14net: don't run TestLookupDotsWithLocalSource in short modeIan Lance Taylor
2016-06-08net/http: update bundled http2Andrew Gerrand
2016-06-06net/http: send StatusOK on empty body with TimeoutHandlerAndrew Gerrand
2016-06-06net/http: send one Transfer-Encoding header when "chunked" set manuallyAndrew Gerrand
2016-06-03net: don't leak test helper goroutine in TestAcceptTimeoutMikio Hara
2016-06-02net/http: http.Request.Context doc fixAnmol Sethi
2016-06-01net/http: update bundled http2Tom Bergan
2016-05-30net: don't call forceCloseSockets in non-TestMain functionsMikio Hara
2016-05-28net/http/httputil: fix typos in deprecation commentsEmmanuel Odeke
2016-05-27net/http/httptrace: fix nit in testMikio Hara
2016-05-27net/http: change Transport.Dialer to Transport.DialContextRuss Cox
2016-05-25net/http: add missing HTTP status codesSeth Vargo
2016-05-24net: revise IP.String result for malformed IP address to add ? backRuss Cox
2016-05-21net/http: update bundled http2Brad Fitzpatrick
2016-05-21net: don't crash DNS flood test on darwinMikio Hara
2016-05-20net/http: deflake TestTransportEventTrace_h2Brad Fitzpatrick
2016-05-20net/http: update bundled http2Brad Fitzpatrick
2016-05-20net/http: also clone DynamicRecordSizingDisabled in cloneTLSConfigBrad Fitzpatrick
2016-05-20net/http: update bundled http2Brad Fitzpatrick
2016-05-20net/http: update bundled http2Brad Fitzpatrick
2016-05-20net: deflake TestDialTimeoutMaxDurationMikio Hara
2016-05-19net/http/httptest: restore historic ResponseRecorder.HeaderMap behaviorBrad Fitzpatrick
2016-05-19net: deflake TestDialerDualStackMikio Hara
2016-05-19net: deflake TestDialerDualStackFDLeakMikio Hara
2016-05-19net/http: update bundled http2Brad Fitzpatrick
2016-05-19net: don't return io.EOF from zero byte reads on Plan 9Mikio Hara
2016-05-19net: don't return io.EOF from zero byte readsBrad Fitzpatrick
2016-05-18net/http: update bundled x/net/http2 for Server context changesBrad Fitzpatrick
2016-05-18net/http: further restrict when Transport's automatic HTTP/2 happensBrad Fitzpatrick
2016-05-18net/http: allow Client.CheckRedirect to use most recent responseBrad Fitzpatrick
2016-05-18net/http: update bundled x/net/http2 for httptrace changesBrad Fitzpatrick
2016-05-18net/http: fix spurious logging in Transport when server closes idle connBrad Fitzpatrick
2016-05-18net: don't increase test table rows when using -test.count flagMikio Hara
2016-05-18net: deflake TestLookupPort on AndroidMikio Hara
2016-05-18net/http: add test confirming a connection reuse caseBrad Fitzpatrick
2016-05-17net: deflake TestLookupPort for embedded, security-hardened platformsMikio Hara
2016-05-17net: use IPv4/IPv6 reserved address blocks for documentationMikio Hara
2016-05-17net: simplify interfaceTable for BSD variantsMikio Hara
2016-05-16net/http: mention ALPN in http.Server.TLSNextProto documentationDan Peterson
2016-05-16net/http/httputil: don't add User-Agent header by proxy made with NewSingleHo...Artyom Pervukhin
2016-05-15net: golang.org/x/net/route plumbingMikio Hara
2016-05-14net: deflake TestPointToPointInterface and TestInterfaceArrivalAndDepartureMikio Hara
2016-05-14net, net/http: don't trace DNS dialsTom Bergan
2016-05-13net, net/http: don't trace UDP dialsBrad Fitzpatrick
2016-05-11net/http: keep HTTP/1.0 keep-alive conns open if response can't have a bodyBrad Fitzpatrick
2016-05-11net/http: make the MaxBytesReader.Read error stickyBrad Fitzpatrick
2016-05-11net/http: document ResponseWriter read-vs-write concurrency rulesBrad Fitzpatrick
2016-05-11net: fix nits found by vetMikio Hara
2016-05-11net: reorganize interface tests to avoid vague flakinessMikio Hara