aboutsummaryrefslogtreecommitdiff
path: root/src/net/url/url_test.go
AgeCommit message (Expand)Author
2019-08-13[release-branch.go1.11-security] net/url: make Hostname and Port predictable ...Filippo Valsorda
2019-02-01[release-branch.go1.11] net/http, net/url: reject control characters in URLsBrad Fitzpatrick
2018-07-13net/url: don't escape sub-delims in fragmentKunpei Sakai
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-01-10net/url: reject invalid userinfo values when parsing URLsBrad Fitzpatrick
2017-11-15net/url: allow *User functions to work on a nil receiver.OneOfOne
2017-10-30net/url: preserve leading slashes when resolving pathMark Theunissen
2017-08-31net/url: make Parse+String round trip magnet URLsJohnny Luo
2016-10-24net/url: reject colon in first segment of relative path in ParseRuss Cox
2016-10-22net/url: make URL implement encoding.BinaryMarshaler, BinaryUnmarshalerRuss Cox
2016-10-18net/url: add PathEscape, PathUnescapeRuss Cox
2016-09-22net/url: prefix relative paths containing ":" in the first segment with "./"Kale Blankenship
2016-09-12net/url: modernise parse and unit testsDave Day
2016-09-09net/url: add URL.Hostname and URL.Port accessorsBrad Fitzpatrick
2016-09-08net/url: handle escaped paths in ResolveReferenceDave Day
2016-05-06Revert "net/url: validate ports in IPv4 addresses"Russ Cox
2016-04-22net/url: validate ports in IPv4 addressesMohit Agarwal
2016-03-18net/url: don't assume b.N > 0Marcel van Lohuizen
2016-03-02net/url: fix parsing of URLs ending in question markBrad Fitzpatrick
2016-02-26net/url: support query string without valuesRick Arnold
2016-01-26net/url: allow spaces in IPv6 zone identifier for WindowsRuss Cox
2015-12-16net/url: fix RFC typo in commentsBrad Fitzpatrick
2015-12-11net/url: reject space in host; do not escape < > " in hostRuss Cox
2015-12-10net/url: add tests for RequestURI returning //pathsRuss Cox
2015-12-07net/url: accept non-ASCII bytes in URL per RFC 3986Russ Cox
2015-12-05net/url: accept empty port after colon in IPv6 literal hostRuss Cox
2015-10-10net/url: make *url.Error implement net.ErrorDave Cheney
2015-08-06net/url: allow all valid host chars in RawPathRuss Cox
2015-08-06net/url: do not percent-encode valid host charactersRuss Cox
2015-08-06net/url: restrict :port checking to [ipv6]:port formRuss Cox
2015-06-30net/url: only record RawPath when it is neededRuss Cox
2015-06-26net/url: don't escape star requests when writing requestsBrad Fitzpatrick
2015-06-24net/url: validate ports in URLs and bytes after IPv6 literalsBrad Fitzpatrick
2015-06-22net/url: add RawPath field, a hint at the desired encoding of PathRuss Cox
2015-04-07net/url: allow Parse, ParseRequestURI to parse ipv6 zone identifiers in URIsMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox