aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
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
2025-03-24net/url: document referenced RFCsSean Liao
2025-03-20net/http/httputil: document ReverseProxy removal of response headersSean Liao
2025-03-20net/smtp: make test certificate FIPS 140-3 compliantFilippo Valsorda
2025-03-19net/http/httputil: don't call WriteHeader after HijackDamien Neil
2025-03-18net/http/httputil: document ProxyRequest.SetURL limitationsSean Liao
2025-03-18net/http: add onClose hook to fake net listenerDamien Neil
2025-03-12net: deflake recently added TestCloseUnblocksReadUDPBrad Fitzpatrick
2025-03-11net/http: document Redirect behavior for non-ASCII charactersIan Lance Taylor
2025-03-11net/mail: use sync.OnceValue to build dateLayouts1911860538
2025-03-11runtime/internal: clean up completelyJes Cok
2025-03-11net: unblock UDP Reads upon Close on plan9, add testBrad Fitzpatrick