aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2025-11-20net/http/httputil: wrap ReverseProxy's outbound request body so Close is a noopNicholas S. Husin
2025-11-20net/url: permit colons in the host of postgresql:// URLsDamien Neil
2025-11-20net/http: drop unused "broken" field from persistConnDamien Neil
2025-11-20net/http: correctly close fake net.ConnsDamien Neil
2025-11-18Revert "net/http: do not discard body content when closing it within request ...Nicholas S. Husin
2025-11-14net/http: do not discard body content when closing it within request handlersNicholas S. Husin
2025-11-13net/http: remove unused isLitOrSingle and isNotToken1911860538
2025-11-13net/http/cgi: accept INCLUDED as protocol for server side includesPeter Beard
2025-11-12net/url: disallow raw IPv6 addresses in hostSean Liao
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-10-27net/url: further speed up escape and unescapeJulien Cretel
2025-10-23net/url: speed up escape and unescapeJulien Cretel
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-20net/url: reduce allocs in EncodeJulien Cretel
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-16cmd: update to x/tools@7d9453ccAlan Donovan
2025-10-15net/http/httptest: record failed ResponseWriter writesDamien Neil
2025-10-14Revert "net/url: disallow raw IPv6 addresses in host"Damien Neil
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-10-10net/url: disallow raw IPv6 addresses in hostSean Liao
2025-10-10net/http: strip request body headers on POST to GET redirectsSean Liao
2025-10-10net/http: set cookie host to Request.Host when availableSean Liao
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