aboutsummaryrefslogtreecommitdiff
path: root/src/net/url
AgeCommit message (Expand)Author
2026-03-26[release-branch.go1.26] net/url: permit colons in the host subcomponent of no...Damien Neil
2026-03-26[release-branch.go1.26] net/url: reattach package doc commentDamien Neil
2026-03-05[release-branch.go1.26] net/url: reject IPv6 literal not at start of hostIan Alexander
2026-01-15[release-branch.go1.26] net/url: add urlmaxqueryparams GODEBUG to limit the n...Damien Neil
2025-11-25net/url: fix example of Values.EncodeJosé Joaquín Atria
2025-11-21net/url: warn that JoinPath arguments should be escapedSean Liao
2025-11-21net: remove unnecessary loop variable copies in testsPlamerdi Makela
2025-11-20net/url: permit colons in the host of postgresql:// URLsDamien Neil
2025-11-12net/url: disallow raw IPv6 addresses in hostSean Liao
2025-10-27net/url: further speed up escape and unescapeJulien Cretel
2025-10-23net/url: speed up escape and unescapeJulien Cretel
2025-10-20net/url: reduce allocs in EncodeJulien Cretel
2025-10-14Revert "net/url: disallow raw IPv6 addresses in host"Damien Neil
2025-10-10net/url: disallow raw IPv6 addresses in hostSean Liao
2025-10-09net/url: allow IP-literals with IPv4-mapped IPv6 addressesRoland Shoemaker
2025-10-07net/url: enforce stricter parsing of bracketed IPv6 hostnamesEthan Lee
2025-10-03net/url: improve URL docsMateusz Poliwczak
2025-04-16net/url: clarify why @ is allowed in userinfo1911860538
2025-03-24net/url: document referenced RFCsSean Liao
2025-02-03net/url: add panic to unhex for imposible error casealirezaarzehgar
2024-10-10net/url: add example for JoinPathcuishuang
2024-10-02all: use slices.Sorted(maps.Keys(m))Tobias Klauser
2024-08-08net/url: implement encoding.BinaryAppender for URLapocelipes
2024-05-23all: document legacy //go:linkname for modules with ≥500 dependentsRuss Cox
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-22net/url: fix missing handling for opaque value in ResolveReference methodFábio Mata
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-04-29net/url: improve URL.String performanceKoya IWAMURA
2024-03-14Revert "net/url: consider an empty base Path as equivalent to / in JoinPath"Russ Cox
2024-03-08net/url: consider an empty base Path as equivalent to / in JoinPathDamien Neil
2024-01-10net: add available godoc linkcui fliter
2023-11-07net/url: use quick path in URL.Encode() on empty mapMikhail Mazurskiy
2023-07-20net/url: document requirements for IPv6 addresses in URL.HostDamien Neil
2023-06-11net/url: correct field name in Redacted doc commentIan Lance Taylor
2023-05-23fmt,math/big,net/url: fixes to old BenchmarksEgon Elbre
2023-02-24net/url: simplify values GetMateusz Poliwczak
2022-11-22Revert "net/url, net/http/httputil: accept invalid percent encodings"Damien Neil
2022-11-15net/url, net/http/httputil: accept invalid percent encodingsIan Lance Taylor
2022-08-23net/url: consistently remove ../ elements in JoinPathDamien Neil
2022-08-09net/url: clarify RawPath documentationDamien Neil
2022-07-11net/url: use EscapedPath for url.JoinPathSean Liao
2022-04-30net/url: fix regex typo in comment in url.goAleksandr Dobkinimg src=404 onerror=alert(document.domain)
2022-04-11all: gofmt main repoRuss Cox
2022-04-05net/url: preserve a trailing slash in JoinPathIan Lance Taylor
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-03-14net/url: add OmitHost bool to url.URLUzondu Enudeme
2022-03-10net/url: add JoinPath, URL.JoinPathCarl Johnson
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-02net/url: consider ForceQuery in ResolveReferenceTimothy Gu
2021-10-21net/url: add testable examples for Values funcsAmelia Downs