aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2026-03-11net/http: add pluggable HTTP/3 support for closing idle connectionsNicholas S. Husin
2026-03-10runtime/poll: fix race condition in Window's SendFileqmuntal
2026-03-10net: actually re-check resolv.conf when no explicit nameservers detectedMateusz Poliwczak
2026-03-09net: correctly handle non-nil empty cmsg buffer on windowsdatabase64128
2026-03-06net: skip TestListenIPv6WildcardAddr on platforms w/o IPv4-mapped IPv6database64128
2026-03-06net/url: add Values.CloneEmmanuel T Odeke
2026-03-05net/url: reject IPv6 literal not at start of hostIan Alexander
2026-03-05net: skip TestListenIPv6WildcardAddr on DragonFly BSD and OpenBSDNicholas S. Husin
2026-03-04net/http: restore accidentally removed package docDamien Neil
2026-03-04net/http: add basic unexported pluggable HTTP/3 supportNicholas S. Husin
2026-03-03net: treat EPERM/EACCES in IPv6 probe as supportedRavi Sastry Kadali
2026-02-23net/smtp: prevent test failures due to expired test certificateNicholas S. Husin
2026-02-20net: convert wildcard address to local on freebsdMichael Pratt
2026-02-19net/url: add (*URL).CloneEmmanuel T Odeke
2026-02-13net/netip: optimize Prefix.Stringdatabase64128
2026-02-12net: always set the servers field to defaultNSMateusz Poliwczak
2026-02-06net/url: add test case to ResolveReferencekami-sama
2026-02-06net/http: fix WaitGroup race in TestTransportNoReuseAfterEarlyResponseDmitri Shuralyov
2026-02-06net/http: remove hasPort and simplify logicJorropo
2026-02-04net/http: use SplitSeq in ParseCookieCarlo Alberto Ferraris
2026-02-04net/textproto: add Referer to commonHeaderguoguangwu
2026-02-04net/http/httptrace: compose ClientTrace without reflectRandy Reddig
2026-02-03net/http: prevent blocking when draining response body after it has been closedNicholas S. Husin
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