aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
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
2024-03-11all: gofmtsivchari
2024-03-11net/http/httptest: add NewRequestWithContextKevin Burke
2024-03-11net/http: support socks5h proxy schema胡玮文
2024-03-10net/http: update bundleRuss Cox
2024-03-09internal/godebugs: test for use of IncNonDefaultRuss Cox
2024-03-08net/http: close res.Bodyguoguangwu
2024-03-08net/url: consider an empty base Path as equivalent to / in JoinPathDamien Neil
2024-03-08net/http: remove persistConn reference from wantConnAlexander Yastrebov
2024-03-07net/http: set Cache-Control header only if presents on errorCuong Manh Le
2024-03-07all: remove redundant string conversions when formatting []byte with %scui fliter
2024-03-07net: consolidate the existing Windows version checksAndy Pan
2024-03-07net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer WindowsAndy Pan
2024-03-07net/ip: proper ipv6 address parsingMarin Petrunic
2024-03-06net/http: add ResponseController http2 request without body read deadline testAlexander Yastrebov
2024-03-06net/http: remove misleading response headers on errorMitar
2024-03-05net/textproto, mime/multipart: avoid unbounded read in MIME headerDamien Neil
2024-03-05net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zonesDamien Neil
2024-03-04net/http: adjust wording on ServeMux godocDave Russell