aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2024-04-25net/http: improve continue statements for testsJes Cok
2024-04-23all: fix some typos in commentsracequite
2024-04-22net/http: correct error messages for TestParseSetCookieJes Cok
2024-04-22net/netip: use the unique package instead of internal/internMichael Anthony Knyszek
2024-04-19net/http: add field Cookie.Quoted boolNuno Gonçalves
2024-04-18net/http: add case for TestParseSetCookieJes Cok
2024-04-18net/http: add comments that servemux121.go should remain frozenapocelipes
2024-04-17net/http: don't cancel Dials when requests are canceledDamien Neil
2024-04-17net/http: add ParseCookie, ParseSetCookieJes Cok
2024-04-15net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4Andy Pan
2024-04-14net: add Unwrap to *DNSErrorMateusz Poliwczak
2024-04-14net: separate the Solaris fast/slow path of setting SOCK_* from othersAndy Pan
2024-04-14net: bifurcate the TCP Keep-Alive mechanism into Solaris and illumosAndy Pan
2024-04-12net/http: fix debugRoundTrip log typoguangwu
2024-04-11net: check SkipAdditional error resultIan Lance Taylor
2024-04-08all: update vendored golang.org/x/netDmitri Shuralyov
2024-04-08net/http: update HandlerWritesTooMuch test to allow different h1/h2 behaviorDamien Neil
2024-04-05all: update vendored golang.org/x/netDmitri Shuralyov
2024-04-05all: update vendored golang.org/x/net to v0.23.0Dmitri Shuralyov
2024-04-04net: update the doc for TCPConn.SetKeepAlivePeriod on WindowsAndy Pan
2024-04-04all: fix some commentscui fliter
2024-04-03net/http: speed up go testFelix Geisendörfer
2024-04-02internal/poll, net, os: remove poll.Splice syscall name return valueTobias Klauser
2024-03-29net/http: correct doc for ServeFileFSJes Cok
2024-03-26all: fix a large number of commentscui fliter
2024-03-26net/http: fix typo in log messageDamien Neil
2024-03-26net/http: panic early in do when Client is nilKevin Burke
2024-03-25net/http: also log TLS errors which look like HTTP sent to an HTTPS portDamien Neil
2024-03-25net/http: eliminate the needless idle timeout for TestServerNoReadTimeoutAndy Pan
2024-03-25net/http: update bundled x/net/http2Andy Pan
2024-03-22net/http: ensure server handler is done in TestServerNoWriteTimeoutDamien Neil
2024-03-21net/http: use slices to simplify the codeapocelipes
2024-03-21net,internal/syscall/windows: prove that keep alive options existsqmuntal
2024-03-21src/go.mod, net/http: update bundled+latest golang.org/x/netEmmanuel T Odeke
2024-03-21net/http: add tests with zero and negative read/write timeoutsAndy Pan
2024-03-21net/http: improve error reporting in TestCancelRequestWhenSharingConnectionDamien Neil
2024-03-20net/http: add Request.CookiesNamedTimo Furrer
2024-03-20net/http: validate outgoing/client request trailersEmmanuel T Odeke
2024-03-19net/mail: enhance address parser to include support for domain literalsNuno Gonçalves
2024-03-19net/http: update bundled x/net/http2Andy Pan
2024-03-18net/http: fix request canceler leak on connection closeAlexander Yastrebov
2024-03-18net/http/httptest: close res.Body in testguoguangwu
2024-03-18net/http: do not set a deadline when Server.IdleTimeout is negativeAndy Pan
2024-03-15net: #define _GNU_SOURCE to 1Ian Lance Taylor
2024-03-15net/http: revert header changes in ErrorRuss Cox
2024-03-15net: fixes to dnsReadConfig in dnsconfig_windows.goQuentin McGaw
2024-03-14net/netip: use built-in clear to simplify codeapocelipes
2024-03-14Revert "net/url: consider an empty base Path as equivalent to / in JoinPath"Russ Cox
2024-03-14Revert "net/http: remove superfluous newline on redirects"Russ Cox
2024-03-12internal/syscall/windows: implement SupportUnixSocket by enumerating protocolsqmuntal