aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2025-08-31net/http: skip redirecting in ServeMux when URL path for CONNECT is emptyNicholas Husin
2025-08-29all: delete more windows/arm remnantsTobias Klauser
2025-08-29net: update document on limitation of iprawsock on WindowsAN Long
2025-08-28net: remove redundant cgoLookupCNAME return parameterdatabase64128
2025-08-28net/http/httputil: remove redundant pw.Close() call in DumpRequestOut1911860538
2025-08-28net/textproto: eliminate some bounds checksJulien Cretel
2025-08-27net/http: Ensure that CONNECT proxied requests respect MaxResponseHeaderBytesNicholas Husin
2025-08-27net/http: require exact match for CrossSiteProtection bypass patternsFilippo Valsorda
2025-08-27net: allow zero value destination address in WriteMsgUDPAddrPortdatabase64128
2025-08-25net: fix cgoResSearchdatabase64128
2025-08-23net/http/httptest: redirect example.com requests to serverSean Liao
2025-08-15net: skip TestIPv4WriteMsgUDPAddrPort on plan9Richard Miller
2025-08-13all: update vendored dependencies [generated]Dmitri Shuralyov
2025-08-12net/http: fix data race in clientBrad Fitzpatrick
2025-08-11net: context aware Dialer.Dial functionsMichael Fraenkel
2025-08-11net/http: add example for CrossOriginProtectionBracken Dawson
2025-08-11net, os, file/filepath, syscall: use slices.Equal in testsTobias Klauser
2025-08-08all: update blog linkjiahua wang
2025-08-08net: fix WriteMsgUDPAddrPort addr handling on IPv4 socketsdatabase64128
2025-07-28all: omit unnecessary type conversionsJes Cok
2025-07-28net/http: add proper panic messageyazdan
2025-07-22net: correct comment for ListenConfig.ListenPacketLyle Dean
2025-06-27net/http: fix RoundTrip context cancellation for js/wasmAndy Nitschke
2025-06-24net/http: reduce allocs in CrossOriginProtection.CheckJulien Cretel
2025-06-12net: remove some BUG entriesCherry Mui
2025-06-10net/http: make the zero value of CrossOriginProtection workAustin Clements
2025-06-06all: update vendored dependencies [generated]Carlos Amedee
2025-06-05net/http: strip sensitive proxy headers from redirect requestsNeal Patel
2025-05-23net: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2025-05-23net/http: document that ServeMux.Handler can also synthetize a 405Filippo Valsorda
2025-05-21net/http: use synctest.Test rather than RunDamien Neil
2025-05-21net/http: add CrossOriginProtectionFilippo Valsorda
2025-05-20net: avoid using Windows' TransmitFile on non-server machinesShibi J M
2025-05-20net/http: upon http redirect, copy Request.GetBody in new requestMarc-Antoine Ruel
2025-05-19net/http: clarify ServeMux.Handler behaviorJonathan Amsterdam
2025-05-19net/http: fix ServeMux.Handler on trailing-slash redirectJonathan Amsterdam
2025-05-15net: avoid windows hang in TestCloseWriteqmuntal
2025-05-14net: use closesocket when closing socket os.File's on Windowsqmuntal
2025-05-12net: don't test with leading 0 in ipv4 addressesSean Liao
2025-05-12net: fix deadlock in lookupProtocol on WindowsSpike Curtis
2025-05-12net/http: add missing ServeTLS on the comment of http.Server.Shutdownt-katsumura
2025-05-05net,os: support converting between *os.File and net.Conn on Windowsqmuntal
2025-04-30net: support IPv6 addresses in ListenMulticastUDP on Windowsqmuntal
2025-04-23cmd/vendor: update x/tools and x/textAlan Donovan
2025-04-22net/http: replace map lookup with switch for scheme port1911860538
2025-04-19net: simplify readProtocols via sync.OnceFunc1911860538
2025-04-16net/http: add test for proxyAuthzxc111
2025-04-16net/url: clarify why @ is allowed in userinfo1911860538
2025-04-16net/http: set Request.TLS when net.Conn implements ConnectionStateWeidi Deng
2025-04-15net/http: test intended behavior in TestClientInsecureTransportDamien Neil