aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
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
2020-10-16internal/poll, net, syscall: use accept4 on illumosTobias Klauser
2020-10-16net/http: try to deflake TestTransportDiscardsUnneededConnsRuss Cox
2020-10-16net/http: ensure Request.Body.Close is called once and only onceRoss Light
2020-10-16net/http: document concurrency expectations for Request.BodyRoss Light
2020-10-16net/http: deflake TestServerEmptyBodyRace_h1, or at least tryRuss Cox
2020-10-15net/http: remove DualStack in DefaultTransportananya saxena
2020-10-14net/http: return 505 status for rejected protocol versionDamien Neil
2020-10-12net/http/httputil: flush ReverseProxy immediately if Content-Length is -1Ignacio Hagopian
2020-10-12net/http: deflake TestTransportPersistConnLeak on macOSRuss Cox
2020-10-12net: remove dependency on math/randRuss Cox
2020-10-12net/http: deep copy Request.TransferEncodingdqu123
2020-10-09net/http/pprof: remove html/template dependencyEgon Elbre
2020-10-08net/http: make SameSiteDefaultMode behavior match the specificationRoberto Clapis
2020-10-07net/http/pprof: use Request.Context, not the deprecated CloseNotifierAyan George
2020-10-06net/http: add Transport.GetProxyConnectHeaderBrad Fitzpatrick
2020-10-06all: enable more tests on macOS/ARM64Cherry Zhang