aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2026-02-02net: don't wait 5 seconds to re-read /etc/resolv.confBrad Fitzpatrick
2026-02-02net/http: try to drain response body upon closing for better connection re-useNicholas S. Husin
2026-01-23net: fix some ineffectual assignments reported by ineffassignLin Lin
2026-01-23all: update vendored dependenciesNicholas S. Husin
2026-01-22net/http: Add Server.DisableClientPriority fieldNicholas S. Husin
2026-01-22net/http: use math/rand/v2 instead of math/rand1911860538
2026-01-15net/url: add urlmaxqueryparams GODEBUG to limit the number of query parametersDamien Neil
2026-01-12net: fix socket duplication error handling on Windowsqmuntal
2026-01-12net: don't ignore getsockname errors in newFileFDqmuntal
2026-01-12net: don't ignore errors in TestUnixUnlinkqmuntal
2026-01-02net/rpc: correct comment for isExportedOrBuiltinType functionjjpinto
2025-12-05all: fix some comment issuescuishuang
2025-12-02net: parse addresses without separators in ParseMacDevon Mar
2025-12-01net/http: deflake TestClientConnReserveAndConsumeDamien Neil
2025-11-25net/url: fix example of Values.EncodeJosé Joaquín Atria
2025-11-24net/http: add Transport.NewClientConnDamien Neil
2025-11-24all: update to x/net@bff14c52567061031b9761881907c39e24792736Damien Neil
2025-11-21net: remove unused linknamesSean Liao
2025-11-21net/http: remove unused linknamesSean Liao
2025-11-21net/http: populate Response.Request when using NewFileTransportSean Liao
2025-11-21net/http: preserve original path encoding in redirectsSean Liao
2025-11-21net/http: use HTTP 307 redirects in ServeMuxSean Liao
2025-11-21net/http: update Response.Request.URL after redirects on GOOS=jsSean Liao
2025-11-21net/http/cookiejar: treat localhost as secure originSean Liao
2025-11-21net/url: warn that JoinPath arguments should be escapedSean Liao
2025-11-21net/http: fix typo in Transport docsVictor
2025-11-21net: remove unnecessary loop variable copies in testsPlamerdi Makela
2025-11-20net/http/httputil: wrap ReverseProxy's outbound request body so Close is a noopNicholas S. Husin
2025-11-20net/url: permit colons in the host of postgresql:// URLsDamien Neil
2025-11-20net/http: drop unused "broken" field from persistConnDamien Neil
2025-11-20net/http: correctly close fake net.ConnsDamien Neil
2025-11-18Revert "net/http: do not discard body content when closing it within request ...Nicholas S. Husin
2025-11-14net/http: do not discard body content when closing it within request handlersNicholas S. Husin
2025-11-13net/http: remove unused isLitOrSingle and isNotToken1911860538
2025-11-13net/http/cgi: accept INCLUDED as protocol for server side includesPeter Beard
2025-11-12net/url: disallow raw IPv6 addresses in hostSean Liao
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-10-27net/url: further speed up escape and unescapeJulien Cretel
2025-10-23net/url: speed up escape and unescapeJulien Cretel
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-20net/url: reduce allocs in EncodeJulien Cretel
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-16cmd: update to x/tools@7d9453ccAlan Donovan
2025-10-15net/http/httptest: record failed ResponseWriter writesDamien Neil
2025-10-14Revert "net/url: disallow raw IPv6 addresses in host"Damien Neil
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-10-10net/url: disallow raw IPv6 addresses in hostSean Liao
2025-10-10net/http: strip request body headers on POST to GET redirectsSean Liao
2025-10-10net/http: set cookie host to Request.Host when availableSean Liao