aboutsummaryrefslogtreecommitdiff
path: root/src/net/url/url.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-06-29net/url: correct the documentation for PathUnescapeCaleb Martinez
2018-04-12net/url: update docs to match renamed receiverBrad Fitzpatrick
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2018-03-21net/url: fix contradiction in PathUnescape docsRoss Light
2018-01-10net/url: reject invalid userinfo values when parsing URLsBrad Fitzpatrick
2017-12-06net/url: fix PathUnescape, QueryUnescape number grammarRuss Cox
2017-12-01net/url: document Parse moreBrad Fitzpatrick
2017-11-15net/url: allow *User functions to work on a nil receiver.OneOfOne
2017-11-14net/url: clarify QueryUnescape and PathUnescape docAlberto Donizetti
2017-10-30net/url: preserve leading slashes when resolving pathMark Theunissen
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-31net/url: make Parse+String round trip magnet URLsJohnny Luo
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-02-28net/url: document the package betterJoe Tsai
2017-02-18net/url: document that Query returns only valid valuesKenny Grant
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-10-18net/url: document and add example for ParseQuery("x")Russ Cox
2016-09-26net/url: avoid if statementAntonio Murdaca
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-06net/url: remove RFC 3986 mention in package commentBrad Fitzpatrick
2016-05-06Revert "net/url: validate ports in IPv4 addresses"Russ Cox
2016-04-22net/url: validate ports in IPv4 addressesMohit Agarwal
2016-03-02net/url: fix parsing of URLs ending in question markBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-26net/url: support query string without valuesRick Arnold
2016-02-21net/url: simplify value lookupJosh Bleecher Snyder
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2016-01-26net/url: allow spaces in IPv6 zone identifier for WindowsRuss Cox
2015-12-11net/url: reject space in host; do not escape < > " in hostRuss 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-23net/url: fix mentions of URL.EscapedPath methodShenghou Ma
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