- b1959cf [release-branch.go1.25] net/http: require exact match for CrossSiteProtection bypass patterns by Filippo Valsorda · 7 weeks ago
- cdd8cf4 [release-branch.go1.25] net: fix WriteMsgUDPAddrPort addr handling on IPv4 sockets by database64128 · 3 months ago
- c74399e net: correct comment for ListenConfig.ListenPacket by Lyle Dean · 3 months ago
- fdc076c net/http: fix RoundTrip context cancellation for js/wasm by Andy Nitschke · 4 months ago
- fcb9850 net/http: reduce allocs in CrossOriginProtection.Check by Julien Cretel · 4 months ago
- 5a08865 net: remove some BUG entries by Cherry Mui · 4 months ago
- 1cafdfb net/http: make the zero value of CrossOriginProtection work by Austin Clements · 4 months ago
- 78eadf5 all: update vendored dependencies [generated] by Carlos Amedee · 4 months ago
- 4d1c255 net/http: strip sensitive proxy headers from redirect requests by Neal Patel · 5 months ago
- 8cb0941 net: use runtime.AddCleanup instead of runtime.SetFinalizer by Carlos Amedee · 10 months ago
- c0e149b net/http: document that ServeMux.Handler can also synthetize a 405 by Filippo Valsorda · 5 months ago
- a473a0d net/http: use synctest.Test rather than Run by Damien Neil · 5 months ago
- 1881d68 net/http: add CrossOriginProtection by Filippo Valsorda · 5 months ago
- be0cc93 net: avoid using Windows' TransmitFile on non-server machines by Shibi J M · 5 months ago
- b69f50f net/http: upon http redirect, copy Request.GetBody in new request by Marc-Antoine Ruel · 6 months ago
- 177d5eb net/http: clarify ServeMux.Handler behavior by Jonathan Amsterdam · 5 months ago
- 3602cec net/http: fix ServeMux.Handler on trailing-slash redirect by Jonathan Amsterdam · 5 months ago
- 8105ea5 net: avoid windows hang in TestCloseWrite by qmuntal · 5 months ago
- 3be537e net: use closesocket when closing socket os.File's on Windows by qmuntal · 5 months ago
- 8cfcad8 net: don't test with leading 0 in ipv4 addresses by Sean Liao · 5 months ago
- 18431a1 net: fix deadlock in lookupProtocol on Windows by Spike Curtis · 6 months ago
- e513cd4 net/http: add missing ServeTLS on the comment of http.Server.Shutdown by t-katsumura · 5 months ago
- 6953ef8 net,os: support converting between *os.File and net.Conn on Windows by qmuntal · 6 months ago
- c966f1c net: support IPv6 addresses in ListenMulticastUDP on Windows by qmuntal · 6 months ago
- fca5832 cmd/vendor: update x/tools and x/text by Alan Donovan · 6 months ago
- 83b5352 net/http: replace map lookup with switch for scheme port by 1911860538 · 6 months ago
- a204ed5 net: simplify readProtocols via sync.OnceFunc by 1911860538 · 6 months ago
- ae5a513 net/http: add test for proxyAuth by zxc111 · 4 years, 5 months ago
- 548dcfe net/url: clarify why @ is allowed in userinfo by 1911860538 · 6 months ago
- 5413abc net/http: set Request.TLS when net.Conn implements ConnectionState by Weidi Deng · 3 years ago
- 2869d55 net/http: test intended behavior in TestClientInsecureTransport by Damien Neil · 7 months ago
- 0c0d257 internal/poll: disable SIO_UDP_NETRESET on Windows by James Tucker · 6 months ago
- 2c35900 net: deduplicate sendfile files by qmuntal · 6 months ago
- 9aad012 net: reenable sendfile on Windows by qmuntal · 6 months ago
- 7a82b6a net/http: initialize Value with File length in cloneMultipartForm by 1911860538 · 6 months ago
- cfb78d6 net/http: reduce memory usage when hijacking by Jakob Ackermann · 7 months ago
- 53badd4 net/http: push roundTrip panic higher in the stack by Neal Patel · 6 months ago
- b2819d1 net/http: add link to types by abemotion · 6 months ago
- 465097b all: use built-in max/min to simplify the code by cuishuang · 7 months ago
- 6839e71 internal/syscall/windows: use unsafe.Pointer instead of uintptr by qmuntal · 6 months ago
- d69ab99 net: run unix socket stream tests on Windows by qmuntal · 7 months ago
- 936bb82 internal/poll,net: set SIO_UDP_CONNRESET in net by qmuntal · 7 months ago
- 7372b64 net/url: document referenced RFCs by Sean Liao · 7 months ago
- 84e0061 net/http/httputil: document ReverseProxy removal of response headers by Sean Liao · 7 months ago
- dc49aba net/smtp: make test certificate FIPS 140-3 compliant by Filippo Valsorda · 7 months ago
- 1aa9c31 net/http/httputil: don't call WriteHeader after Hijack by Damien Neil · 7 months ago
- c8eced8 net/http/httputil: document ProxyRequest.SetURL limitations by Sean Liao · 7 months ago
- a17c092 net/http: add onClose hook to fake net listener by Damien Neil · 7 months ago
- 485480f net: deflake recently added TestCloseUnblocksReadUDP by Brad Fitzpatrick · 7 months ago
- 817218a net/http: document Redirect behavior for non-ASCII characters by Ian Lance Taylor · 7 months ago
- 39b7837 net/mail: use sync.OnceValue to build dateLayouts by 1911860538 · 7 months ago
- 31658ac runtime/internal: clean up completely by Jes Cok · 7 months ago
- 598df45 net: unblock UDP Reads upon Close on plan9, add test by Brad Fitzpatrick · 7 months ago
- 22d5d09 net/http/httputil: close hijacked connections when CloseWrite not available by Damien Neil · 7 months ago
- d43c0f8 net: add comment about blocking to Conn.Close by Ian Lance Taylor · 7 months ago
- 061efaa net/http: make http.FileServer return 404 when a path is invalid/unsafe by Grégoire Lodi · 7 months ago
- 3501186 net/http: don't modify caller's tls.Config.NextProtos by Damien Neil · 7 months ago
- 3705a6f all: update golang.org/x/net by Junyang Shao · 7 months ago
- f95941d net/http/httputil: skip new test on Plan 9 by Ian Lance Taylor · 7 months ago
- fd8938c net/http: speed up cookie and method validation by Julien Cretel · 8 months ago
- a053e79 net/http: support TCP half-close when HTTP is upgraded in ReverseProxy by Mark Wakefield · 9 months ago
- 7181118 net/http: check server shutting down before processing the request by wineandchord · 1 year, 8 months ago
- 3b9d10c net/textproto: document enforcement of RFC 9112 for headers by Sean Liao · 1 year, 3 months ago
- 0312e31 net: fix parsing of interfaces on plan9 without associated devices by Brad Fitzpatrick · 7 months ago
- bda9f85 net/http: allocate CloseNotifier channel lazily by Jakob Ackermann · 9 months ago
- d31c805 net/http: reject newlines in chunk-size lines by Damien Neil · 8 months ago
- c55c1cb net: return proper error from Context by Mateusz Poliwczak · 8 months ago
- f707e53 all: surround -test.run arguments with ^$ by qmuntal · 8 months ago
- 973a9eb net: properly wrap context cancellation errors and return DNSErrors consistently by Mateusz Poliwczak · 8 months ago
- f77bba4 net: accept a valid IP address in LookupMX by Ian Lance Taylor · 8 months ago
- dceee2e all: use testenv.Executable instead of os.Executable and os.Args[0] by qmuntal · 8 months ago
- 2ee775f net/http: remove unused err parameter from cancel by Harald Nordgren · 8 months ago
- 3ff943f net: add godoc links for UnixConn, UnixListener by Olivier Mengué · 8 months ago
- fda9183 syscall: allow \x00-prefixed unix abstract socket to use full path length by Albert Sundjaja · 8 months ago
- 0bdc792 all: use a more straightforward return value by cuishuang · 8 months ago
- 45447b4 net/http: use runtime.AddCleanup instead of runtime.SetFinalizer by Carlos Amedee · 8 months ago
- c0d96f3 net/http: unskip TestDisableContentLength/h2 by Dmitri Shuralyov · 8 months ago
- 5ff7a63 net/http, net/http/internal/httpcommon: add httpcommon package by Damien Neil · 8 months ago
- b1a11c5 all: update vendored dependencies [generated] by Dmitri Shuralyov · 8 months ago
- 450f3f6 net/http/httptest: match net/http ContentLength behavior for http.NoBody by Sean Liao · 1 year, 3 months ago
- 6fd3ce5 net/http: use standard time formatting methods by Tom Thorogood · 8 months ago
- 0da7faf net: fix ListenMulitcastUDP to work properly when interface has no IPv4 by Jesse Rittner · 9 months ago
- 842e4b5 net/rpc: move frozen notice to the start of the package doc by Ian Lance Taylor · 8 months ago
- a1ea78c net: use strings.SplitSeq and bytes.SplitSeq by apocelipes · 8 months ago
- 4160ebf net: permit Interface with no Name by Ian Lance Taylor · 9 months ago
- dcebb67 internal/routebsd: simplify for standard library by Ian Lance Taylor · 10 months ago
- c1a5889 net, internal/routebsd: move vendored x/net/route to internal by Ian Lance Taylor · 10 months ago
- 3a81ebe net/http: use strings.FieldsFuncSeq to reduce memory allocations by cuishuang · 9 months ago
- e5ae12a net/url: add panic to unhex for imposible error case by alirezaarzehgar · 9 months ago
- f6d17c5 net/http: update bundled golang.org/x/net/http2 [generated] by Dmitri Shuralyov · 9 months ago
- 6783377 net/http: persist header stripping across repeated redirects by Damien Neil · 11 months ago
- 7a2e88e net/http: update NewRequestWithContext wrong link to NewRequest by yincong · 9 months ago
- 05d8984 net: document LookupTXT behavior with multiple strings per record by Simon Ser · 10 months ago
- e63eb98 net/http: fix nil panic in test by Russ Cox · 10 months ago
- 6f7a454 net: fix example function name for IP.To4 by Oleksandr Redko · 10 months ago
- 077d519 internal/poll: in SendFile treat ENOTSUP like EOPNOTSUPP by Ian Lance Taylor · 10 months ago
- d5c1333 net/http: document zero value of Protocols by Damien Neil · 10 months ago
- 979c1cf net: avoid unnecessary interface lookup fetching all interface addresses by Antonio Ojea · 10 months ago
- 18bbcff all: update vendored dependencies [generated] by Michael Anthony Knyszek · 10 months ago
- 04879ac net/http: test for racing idle conn closure and new requests by Damien Neil · 11 months ago