aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
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
2021-12-07net: in (*netFD).dial, use the passed in local address if getsockname failsBryan C. Mills
2021-12-06net: clarify that conn.LocalAddr and conn.RemoteAddr might not be knownBryan C. Mills
2021-12-02net: remove arbitrary deadlines in PacketConn testsBryan C. Mills
2021-12-01net: do not use sendfile on iOSCherry Mui
2021-11-30net/http: eliminate arbitrary timeout in TestClientWriteShutdownBryan C. Mills
2021-11-29vendor: update golang.org/x/net to tipIan Lance Taylor
2021-11-22net: allow more generous slop in Fluctuation testsBryan C. Mills
2021-11-22net: diagnose unexpected nils in TestUnixAndUnixpacketServerBryan C. Mills
2021-11-19net: simplify deadline fluctuation testsBryan C. Mills
2021-11-18net: optimize ctxDone usageMikhail Faraponov
2021-11-12net/http: do not send Transfer-Encoding: identity in responsesDamien Neil
2021-11-12net/http: do not cancel request context on response body readDamien Neil
2021-11-12net: use Done rather than comparing with context.BackgroundMikhail Faraponov
2021-11-11net: skip new testpoint TestUDPIPVersionReadMsg on plan9Than McIntosh
2021-11-11net: add conversion from AddrPort to TCPAddr to complement existing inverseJason A. Donenfeld
2021-11-10net: do more faithful conversion from AddrPort to UDPAddrJason A. Donenfeld
2021-11-09all: update vendored golang.org/x/{net,text} for Go 1.18 releaseDmitri Shuralyov
2021-11-09net/http: add MaxBytesHandlerCarl Johnson
2021-11-08net/http: deflake TestTimeoutHandlerContextCanceledDamien Neil
2021-11-07net/http: fix spelling in documentationjiahua wang
2021-11-05net/netip: document the zero AddrJosh Bleecher Snyder
2021-11-05net/netip: add tests for Addr.AsSliceJosh Bleecher Snyder