aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2026-01-15[release-branch.go1.25] net/url: add urlmaxqueryparams GODEBUG to limit the n...Damien Neil
2025-10-17[release-branch.go1.25] net/url: allow IP-literals with IPv4-mapped IPv6 addr...Roland Shoemaker
2025-10-07[release-branch.go1.25] net/http: add httpcookiemaxnum GODEBUG option to limi...Nicholas Husin
2025-10-07[release-branch.go1.25] net/url: enforce stricter parsing of bracketed IPv6 h...Ethan Lee
2025-10-07[release-branch.go1.25] net/textproto: avoid quadratic complexity in Reader.R...Damien Neil
2025-10-07[release-branch.go1.25] net/mail: avoid quadratic behavior in mail address pa...Damien Neil
2025-10-01[release-branch.go1.25] net/http: avoid connCount underflow raceDamien Neil
2025-09-16[release-branch.go1.25] net: skip TestIPv4WriteMsgUDPAddrPort on plan9Richard Miller
2025-08-27[release-branch.go1.25] net/http: require exact match for CrossSiteProtection...Filippo Valsorda
2025-08-25[release-branch.go1.25] net: fix WriteMsgUDPAddrPort addr handling on IPv4 so...database64128
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
2025-04-14internal/poll: disable SIO_UDP_NETRESET on WindowsJames Tucker
2025-04-10net: deduplicate sendfile filesqmuntal
2025-04-10net: reenable sendfile on Windowsqmuntal
2025-04-09net/http: initialize Value with File length in cloneMultipartForm1911860538
2025-04-09net/http: reduce memory usage when hijackingJakob Ackermann
2025-04-08net/http: push roundTrip panic higher in the stackNeal Patel
2025-04-07net/http: add link to typesabemotion
2025-04-07all: use built-in max/min to simplify the codecuishuang
2025-04-04internal/syscall/windows: use unsafe.Pointer instead of uintptrqmuntal
2025-03-26net: run unix socket stream tests on Windowsqmuntal
2025-03-25internal/poll,net: set SIO_UDP_CONNRESET in netqmuntal