aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2023-02-17net/http: remove five second timeout from TestTransportClosesBodyOnErrorDamien Neil
2023-02-15net: retry if GetAddrInfoW returns WSTRY_AGAIN when resolving an IPzen
2023-02-15net/http: support streaming POST content in wasmWill Hawkins
2023-02-14mime/multipart: limit memory/inode consumption of ReadFormDamien Neil
2023-02-14all: fix some commentscui fliter
2023-02-13all: update vendored golang.org/x/netDamien Neil
2023-02-10net: move context cancellation logic of blocking calls to a common functionMateusz Poliwczak
2023-02-10vendor, cmd/vendor: update standard library dependenciesDavid Chase
2023-02-10Revert "io: allocate copy buffers from a pool"Damien Neil
2023-02-09net: remove unused cname return from cgoLookupIPCNAMEMateusz Poliwczak
2023-02-09net/http: improve js fetch errorsJohan Brandhorst-Satzkorn
2023-02-04net/http/httputil: fix syntax in ReverseProxy example commentEthan Lowman
2023-02-02net/netip: fix invalid representation of PrefixJoe Tsai
2023-02-01net/http: remove another arbitrary timeout in TestTLSHandshakeTimeoutBryan C. Mills
2023-01-31net/netip: use IPv6Loopback in TestIPPropertiesTobias Klauser
2023-01-31net: use net/netip for address parsingMateusz Poliwczak
2023-01-31Revert "net: move context cancellation logic of blocking calls to a common fu...Bryan Mills
2023-01-31net: report IsNotFound when getnameinfo returns EAI_NONAMEMateusz Poliwczak
2023-01-31net: move context cancellation logic of blocking calls to a common function.Mateusz Poliwczak
2023-01-31io: allocate copy buffers from a poolDamien Neil
2023-01-30net/http: add section headers to package docRuss Cox
2023-01-30net/http: disable fetch on NodeJSJohan Brandhorst-Satzkorn
2023-01-27net/http: fix missing word in ServeMux docOleksii Sholik
2023-01-27net: report completed when context is done in cgoLookupIP and cgoLookupPTRMateusz Poliwczak
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