aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2023-01-26net/http: keep sensitive headers on redirects to the same hostGustavo Falco
2023-01-21net: add testing.Short Skip to test affected by local network configurationDavid Chase
2023-01-20net/http: close Request.Body when pconn write loop exits earlyDamien Neil
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox
2023-01-19net: delete TestTCPSelfConnectBryan C. Mills
2023-01-19net/netip: fix type name in TestNoAllocs sub-test names and commentsTobias Klauser
2023-01-06net: fix typo in hosts.goIkko Eltociear Ashimine
2022-12-21net/http/httputil: don't add X-Forwarded-{Host,Proto} after invoking Director...Damien Neil
2022-12-21net: use correct dns msg sizeMateusz Poliwczak
2022-12-16os/user,net: add -fno-stack-protector to CFLAGSThan McIntosh
2022-12-16net/http: improve errors in TestCancelRequestWhenSharingConnectionDamien Neil
2022-12-07all: update vendored golang.org/x/netDamien Neil
2022-12-06os, net/http: avoid escapes from os.DirFS and http.Dir on WindowsDamien Neil
2022-12-05net: support context cancellation in resSearchMateusz Poliwczak
2022-12-01net: acquire thread in resSearchMateusz Poliwczak
2022-12-01net: retry with bigger buffer in resSearchMateusz Poliwczak
2022-11-30net: reenable SRV tests with _ldap._tcp.google.comDamien Neil
2022-11-30net/http: deflake and fix TestWrappedResponseControllerDamien Neil
2022-11-28net: gofmt after CL 382996Tobias Klauser
2022-11-22all: enable disabled HTTP/2 testsDamien Neil
2022-11-22Revert "net/url, net/http/httputil: accept invalid percent encodings"Damien Neil
2022-11-22all: update vendored golang.org/x dependencies for Go 1.20 releaseCherry Mui
2022-11-19net/http: deflake TestIssue4191_InfiniteGetTimeoutDamien Neil
2022-11-19net/http: direct server logs to test output in testsDamien Neil
2022-11-18net/http: regenerate h2_bundle.goDmitri Shuralyov
2022-11-18net: fix typo in ControlContext parameter namesDamien Neil
2022-11-18crypto/tls: add CertificateVerificationError to tls handshakeGabor Tanz
2022-11-18all: add missing periods in commentscui fliter
2022-11-17net: return errNoSuchHost when no entry found in /etc/hosts and order is host...Mateusz Poliwczak
2022-11-17net/http: deflake TestResponseControllerSetFutureWriteDeadlineDamien Neil
2022-11-17net: change resolverConfig.dnsConfig to an atomic.PointerIan Lance Taylor
2022-11-16net: remove unused goLookupHost methodMateusz Poliwczak
2022-11-15net: rewrite nsswitch.conf parsing to work like other parsersIan Lance Taylor
2022-11-15net: use a consistent dnsConfig in hostLookupOrderMateusz Poliwczak
2022-11-15net/url, net/http/httputil: accept invalid percent encodingsIan Lance Taylor
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-11net: handle correctly the _gateway and _outbound hostnames for nss myhostnameMateusz Poliwczak
2022-11-11net: disable TestLookupDotsWithRemoteSource and TestLookupGoogleSRVMichael Anthony Knyszek
2022-11-11net/http: fix triv.goRuss Cox
2022-11-10net: auto-reload the /etc/nsswitch.conf on unix systemsMateusz Poliwczak
2022-11-10net: unify TCP keepalive behaviordatabase64128
2022-11-10net/http: build error chains in transport that can be unwrappedMarcus Weiner
2022-11-10net: add support for /etc/hosts aliases using go resolverMateusz Poliwczak
2022-11-10net/http: add ResponseController and per-handler timeoutsDamien Neil
2022-11-10net/http: add tests for Server.ReadTimeout and server.WriteTimeoutDamien Neil
2022-11-09net/http: add Transport.OnProxyConnectResponsecuiweixie
2022-11-09all: fix some commentscui fliter
2022-11-09io: correctly process result of sendfile(2) when src returns 0 bytesDaulet Zhanguzin
2022-11-08net: allocate res_state entirely in C memoryRuss Cox