aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2025-10-10net/http: run TestRequestWriteTransport with fake time to avoid flakesDamien Neil
2025-10-09net/url: allow IP-literals with IPv4-mapped IPv6 addressesRoland Shoemaker
2025-10-08net/http/httptest: check whether response bodies are allowedSean Liao
2025-10-08net/http: format pprof.goVlad Saioc
2025-10-08net/http: update HTTP/2 documentation to reference new config featuresDamien Neil
2025-10-07net/mail: avoid quadratic behavior in mail address parsingDamien Neil
2025-10-07net/textproto: avoid quadratic complexity in Reader.ReadResponseDamien Neil
2025-10-07net/url: enforce stricter parsing of bracketed IPv6 hostnamesEthan Lee
2025-10-07net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsedNicholas Husin
2025-10-03net/url: improve URL docsMateusz Poliwczak
2025-10-02net/http/httputil: deprecate ReverseProxy.DirectorDamien Neil
2025-10-02net/http: update bundled x/net/http2 and delete obsolete http2inTestsNicholas S. Husin
2025-10-02runtime,net/http/pprof: goroutine leak detection by using the garbage collectorVlad Saioc
2025-09-29internal/poll: remove buf field from operationqmuntal
2025-09-26net/http: add HTTP2Config.StrictMaxConcurrentRequestsDamien Neil
2025-09-26net/http: add more tests of transport connection poolDamien Neil
2025-09-18net: fix testHookCanceledDial racedatabase64128
2025-09-18net/http: avoid connCount underflow raceDamien Neil
2025-09-15all: remove redundant words in commentcuishuang
2025-09-15net/http: clarify panic conditions in Handle, HandleFunc, AddInsecureBypassPa...Cole Garien
2025-09-15internal/syscall/unix: add KernelVersionGEKir Kolyshkin
2025-09-15net/http: add comments for transport gzip readerAlexander Yastrebov
2025-09-14net: use context.AfterFunc in connectdatabase64128
2025-09-12vendor: update x/tools to 3adf0e9, and other reposAlan Donovan
2025-09-12net,internal/poll: skip TestAllocs when race is enabled on Windowsqmuntal
2025-09-06net/http: pool transport gzip readersAlexander Yastrebov
2025-09-04net/http: fix cookie value of "" being interpreted as empty string.Nicholas S. Husin
2025-09-03net/netip: export Prefix.Compare, fix orderingdatabase64128
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