aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2022-12-06[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2Damien Neil
2022-12-06[release-branch.go1.18] os, net/http: avoid escapes from os.DirFS and http.Di...Damien Neil
2022-11-11[release-branch.go1.18] net: disable TestLookupDotsWithRemoteSource and TestL...Michael Anthony Knyszek
2022-09-28[release-branch.go1.18] net/http/httputil: avoid query parameter smugglingDamien Neil
2022-09-09[release-branch.go1.18] all: upgrade golang.org/x/net to v0.0.0-2022090701372...Damien Neil
2022-09-06[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2Damien Neil
2022-08-26[release-branch.go1.18] net: fix WriteMsgUDPAddrPort addr handlingdatabase64128
2022-07-12[release-branch.go1.18] net/http: preserve nil values in Header.CloneDamien Neil
2022-07-12[release-branch.go1.18] net/http: don't strip whitespace from Transfer-Encodi...Damien Neil
2022-05-09[release-branch.go1.18] net: skip TestDialCancel on darwin-arm64Heschi Kreinick
2022-05-09[release-branch.go1.18] net/http/httptest: fix race in Server.CloseMaisem Ali
2022-02-22net: document methods of BuffersMartin Sucha
2022-02-15net: increase maximum accepted DNS packet to 1232 bytesIan Lance Taylor
2022-02-15Revert "net: send EDNS(0) packet length in DNS query"Ian Lance Taylor
2022-02-14net: in TestNotTemporaryRead, do not assume that a dialed connection has been...Bryan C. Mills
2022-02-14net/http: deflake request-not-written pathDamien Neil
2022-02-12net: send EDNS(0) packet length in DNS queryIan Lance Taylor
2022-02-09net: fix a race in TestLookupContextCancelBryan C. Mills
2022-02-08net/smtp: match actual behavior for Auth.StartSean Liao
2022-02-03net: remove an arbitrary timeout in TestUDPReadSizeErrorBryan C. Mills
2022-02-03net/netip: correct ipv6 address in ParsePrefix commentIan Lance Taylor
2022-01-18net/http: skip TestClientTimeout_Headers_h{1,2} on windows/arm and windows/arm64Bryan C. Mills
2022-01-10net/http: map FS Open errors just like DirJonathan Amsterdam
2022-01-08net/http/internal/testcert: use FIPS-compliant certificateDamien Neil
2022-01-06net: synchronize instead of sleeping in TestDialParallelSpuriousConnectionBryan C. Mills
2022-01-05net/http: skip TestClientTimeout_h{1,2} on windows/arm and windows/arm64Bryan C. Mills
2022-01-05net: do not panic on nil IPNet.String()Jason A. Donenfeld
2021-12-21net/http: fix link to ResponseWriter trailer exampleReilly Watson
2021-12-20net/netip: add a fuzz testAndrew LeFevre
2021-12-17net: lengthen arbitrary SetDeadline timeout by a few orders of magnitudeBryan C. Mills
2021-12-16net/http/pprof: skip TestDeltaProfile on openbsd/armBryan C. Mills
2021-12-15net: increase timing slop in TimeoutFluctuation tests on NetBSD and OpenBSDBryan C. Mills
2021-12-15net: skip Lookup tests of external hosts on builders with flaky networksBryan C. Mills
2021-12-15net: eliminate arbitrary timeout in TestVariousDeadlinesBryan C. Mills
2021-12-13net/http: revert h2_bundle.go formatting change from CL 368254Bryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-13net: refactor TestWriteToTimeoutBryan C. Mills
2021-12-13net: create unix sockets in unique directoriesBryan C. Mills
2021-12-13net: pass a testing.TB to newLocal* helpersBryan C. Mills
2021-12-13net: don't check "invalid.invalid" lookup errors in TestLookupHostCancelBryan C. Mills
2021-12-13net: do not try to remove the LocalAddr of a unix socketBryan C. Mills
2021-12-13net: remove erroneous Dial check in TestListenerCloseBryan C. Mills
2021-12-12net/netip: make Prefix.MarshalText format 4-in-6 IPs consistentlyMatt Layher
2021-12-12net/netip: make AddrPort.MarshalText format 4-in-6 IPs consistentlyBrad Fitzpatrick
2021-12-12net/netip: fix formatting of IPv4-in-6 address with zoneBrad Fitzpatrick
2021-12-10net: ignore EADDRINUSE errors when dialing to IPv4 from IPv6 on FreeBSDBryan C. Mills
2021-12-09net/http: update bundled golang.org/x/net/http2Filippo Valsorda
2021-12-08net/smtp: skip TestTLSSClient on all freebsd platformsBryan C. Mills
2021-12-08Revert "net: in (*netFD).dial, use the passed in local address if getsockname...Bryan Mills
2021-12-07net/http: remove arbitrary timeout in TestServerHijackGetsBackgroundByte_bigBryan C. Mills