aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2021-12-09[release-branch.go1.16] net/http: update bundled golang.org/x/net/http2Filippo Valsorda
2021-12-02[release-branch.go1.16] net/http: update bundled golang.org/x/net/http2Michael Anthony Knyszek
2021-12-01[release-branch.go1.16] net/http/httptest: wait for user ConnState hooksDamien Neil
2021-12-01[release-branch.go1.16] net/http: do not send Transfer-Encoding: identity in ...Damien Neil
2021-12-01[release-branch.go1.16] net/http: do not cancel request context on response b...Damien Neil
2021-11-01[release-branch.go1.16] net/http: update bundled golang.org/x/net/http2Dmitri Shuralyov
2021-09-02[release-branch.go1.16] all: update golang.org/x/net to pull in CL 346890Damien Neil
2021-08-04[release-branch.go1.16] net/http: speed up and deflake TestCancelRequestWhenS...Damien Neil
2021-08-02[release-branch.go1.16] net/http/httputil: close incoming ReverseProxy reques...Damien Neil
2021-07-08[release-branch.go1.16] net: filter bad names from Lookup functions instead o...Roland Shoemaker
2021-07-08[release-branch.go1.16] net: don't reject null mx recordsRoland Shoemaker
2021-06-29[release-branch.go1.16] net/http: fix ResponseWriter.ReadFrom with short readsDamien Neil
2021-06-02[release-branch.go1.16] net: don't rely on system hosts in TestCVE202133195Roland Shoemaker
2021-06-02[release-branch.go1.16] net/http: prevent infinite wait during TestMissingSta...Michael Fraenkel
2021-05-28[release-branch.go1.16] net/http/httputil: always remove hop-by-hop headersFilippo Valsorda
2021-05-27[release-branch.go1.16] net: verify results from Lookup* are valid domain namesRoland Shoemaker
2021-02-16internal/poll: netpollcheckerr before sendfileWei Fu
2021-01-26net/http/fcgi: remove locking added to prevent a test-only raceHilko Bengen
2021-01-22net/http: fix flaky TestDisableKeepAliveUpgradeDamien Neil
2021-01-06net/http/httputil: fix deadlock in DumpRequestOutSteven Hartland
2020-12-25net/mail: don't use MDT in testIan Lance Taylor
2020-12-17crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst
2020-12-16net: close connection in localServer teardownMeng Zhuo
2020-12-14net/http/pprof: don't treat os.Args as format string in Cmdline handlerBrad Fitzpatrick
2020-12-14net/http: attempt deadlock fix in TestDisableKeepAliveUpgradeAnmol Sethi
2020-12-10std: update golang.org/x/net to 20201209123823-ac852fbbde11Dmitri Shuralyov
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-09net/http: add connections back that haven't been canceledMichael Fraenkel
2020-12-03mime/multipart: handle ReadForm(math.MaxInt64) betterRuss Cox
2020-12-01net/http: allow upgrading non keepalive connectionsAnmol Sethi
2020-12-01net/http: ignore connection closes once done with the connectionMichael Fraenkel
2020-11-30net: add note about disabling loopback in ListenMulticastUDP()Andy Pan
2020-11-20net, internal/poll: reset value before adding in minor kernel versionIan Lance Taylor
2020-11-11all: update vendored dependencies for Go 1.16 releaseDmitri Shuralyov
2020-11-09crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2020-11-05net/mail: avoid ParseDate confusion if day name includes "T"Emmanuel T Odeke
2020-10-28net/url: improve performance for resolvePathimxyb
2020-10-27net/http: use exponential backoff for polling in Server.ShutdownDan Peterson
2020-10-25net: prefer /etc/hosts over DNS when no /etc/nsswitch.conf is presentNatanael Copa
2020-10-24net/http: fix typo in TestTransportReadToEndReusesConnKeiichi Hirobe
2020-10-21net: add Example for Unix dialer with contextKevin Burke
2020-10-21net/http: test that ParseMultipartForm catches overflowsEmmanuel T Odeke
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20net/http: add FS to convert fs.FS to FileSystemRuss Cox
2020-10-20net/http/cgi: preserve env vars on illumosTobias Klauser
2020-10-20net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, tooNikhil Benesch
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-19Revert "net/http: test that ParseMultipartForm returns an error for int overf...Bryan C. Mills
2020-10-19net/http: test that ParseMultipartForm returns an error for int overflowavivklas
2020-10-19net/http/httputil: copy response header back to http.ResponseWriter in Revers...Aofei Sheng