aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
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
2022-11-08net: fix res_search uses on alpine, android, dragonflyRuss Cox
2022-11-08net: pass C string to res_nsearch, in case it stores the pointerRuss Cox
2022-11-08net/textproto: reject invalid header keys/values in ReadMIMEHeaderDamien Neil
2022-11-08net: unify CNAME handling across portsRuss Cox
2022-11-08net/http: remove redundant codetk
2022-11-08net/netip: use slice-to-array conversionsTobias Klauser
2022-11-07net/netip: remove unused unexported functions and methodsTobias Klauser
2022-11-07net: adjust build tags for darwin libc callsDan Peterson
2022-11-04all: fix function names in commentscui fliter
2022-11-04net/http: ignore ranges if the content is empty in serveContentJorropo
2022-11-04net: add ControlContext to Dialercuiweixie
2022-11-03net: do not modify shared test variable in TestDNSReadConfigMateusz Poliwczak
2022-11-02net: store IPv4 returned from cgo resolver as 4-byte slice net.IPZeke Lu
2022-11-01net: support no-reload option for unix go resolverMateusz Poliwczak
2022-11-01net: drop unused _C_ai_addrlen functionIan Lance Taylor
2022-11-01net: use libc (not cgo) for DNS on macOSRuss Cox
2022-10-31net/http: deflake TestCancelRequestWhenSharingConnectionZeke Lu
2022-10-26all: update golang.org/x/tools to 8166dca1cec9Wayne Zuo
2022-10-21net/netip: add IPv6LinkLocalAllRouters and IPv6LoopbackMatt Layher
2022-10-14net/http: skip TestTransportPersistConnLeak/h2Damien Neil
2022-10-12net/http: fix some test flakes caused by test refactoringDamien Neil
2022-10-07net/netip: add test for AddrFromSliceTobias Klauser
2022-10-07net/netip: use IPv4Unspecified in TestIPPropertiesTobias Klauser
2022-10-07net/http: refactor tests to run most in HTTP/1 and HTTP/2 modesDamien Neil
2022-10-07internal/poll, net, syscall: enable writev on aixTobias Klauser
2022-10-04all: use fmt.Appendfcui fliter