aboutsummaryrefslogtreecommitdiff
path: root/src/net/url/url_test.go
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-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-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-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
2024-08-08net/url: implement encoding.BinaryAppender for URLapocelipes
2024-05-22net/url: fix missing handling for opaque value in ResolveReference methodFábio Mata
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
2023-11-07net/url: use quick path in URL.Encode() on empty mapMikhail Mazurskiy
2023-05-23fmt,math/big,net/url: fixes to old BenchmarksEgon Elbre
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-07-11net/url: use EscapedPath for url.JoinPathSean Liao
2022-04-05net/url: preserve a trailing slash in JoinPathIan Lance Taylor
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-18net/url: fix stale RFC 3986 linksjiahua wang
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-06-09net/url: reject query values with semicolonsKatie Hockman
2021-04-30net/url: add Values.HasIan Mckay
2020-10-28net/url: improve performance for resolvePathimxyb
2020-04-16net/url: add URL.RawFragment, URL.EscapedFragmentRuss Cox
2020-04-08net/url: add URL.Redacted to return a password scrubbed stringnrxr
2019-08-28net/url: improve url parsing error messages by quotingStefan Baebler
2019-08-28net/url: use strings.IndexByte instead of strings.Index in split functionMartin Möhrmann
2019-08-27net/url: fail TestParseErrors test when getting an unwanted errorStefan Baebler
2019-08-27Revert "net/url: fail TestParseErrors test when getting an unwanted error"Daniel Martí
2019-08-27net/url: fail TestParseErrors test when getting an unwanted errorStefan Baebler
2019-08-12net/url: make Hostname and Port predictable for invalid Host valuesFilippo Valsorda
2019-05-06net/url: add tests for URLHostnameBobby DeSimone
2019-04-26net/url: document, test that PathEscape escapes / to %2FRuss Cox
2019-01-29net/url, net/http: relax CTL-in-URL validation to only ASCII CTLsBrad Fitzpatrick
2019-01-23net/url, net/http: reject control characters in URLsBrad Fitzpatrick
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-26Revert "net/url: escape URL.RawQuery on Parse if it contains invalid characters"Brad Fitzpatrick
2018-09-11net/url: remove an allocation for short strings in escapeIan Davis
2018-08-21net/url: escape URL.RawQuery on Parse if it contains invalid charactersFlorian Forster
2018-07-13net/url: don't escape sub-delims in fragmentKunpei Sakai
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer