aboutsummaryrefslogtreecommitdiff
path: root/src/net/url
AgeCommit message (Expand)Author
2020-04-16net/url: add URL.RawFragment, URL.EscapedFragmentRuss Cox
2020-04-12doc/go1.15, net/url: document new method URL.RedactedEmmanuel T Odeke
2020-04-08net/url: add URL.Redacted to return a password scrubbed stringnrxr
2019-11-21net/url: update net/url split commentjinmiaoluo
2019-11-08net/url: reduce allocs on resolvePath funcsergey
2019-09-19net/url: add upperhex const instead of using string literalZYunH
2019-09-08all: fix typosAinar Garipov
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-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-05-22net/url: clarify that RawPath is optionally setAgniva De Sarker
2019-05-06net/url: add tests for URLHostnameBobby DeSimone
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-26net/url: document, test that PathEscape escapes / to %2FRuss Cox
2019-04-23net/url: Reduce allocation on parsing URL funcsergey
2019-03-24net/url: check for lowercase before uppercase in shouldEscapesergey
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
2019-01-02net/url: clarify documentation about (*URL).StringAgniva De Sarker
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-06-29net/url: correct the documentation for PathUnescapeCaleb Martinez
2018-04-12net/url: update docs to match renamed receiverBrad Fitzpatrick
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
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-09-01net/url: add examples to URL methodsGuilherme Garnier
2017-08-31net/url: make Parse+String round trip magnet URLsJohnny Luo
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-05-19net/url: add examples for URL.Hostname and URL.RequestURIKevin Burke
2017-02-28net/url: document the package betterJoe Tsai
2017-02-18net/url: document that Query returns only valid valuesKenny Grant