summaryrefslogtreecommitdiff
path: root/src/pkg/http/url.go
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-2/+2
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-58/+124
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-81/+206
2010-03-16http: change RawPath to mean raw path, not raw everything-after-scheme.Russ Cox1-7/+16
2010-02-25strings: delete Runes, BytesRuss Cox1-1/+1
2010-01-07http: most of a URL shouldn't use URL-escapingRuss Cox1-13/+25
2010-01-06Add http.CanonicalPath and tests for it. Remove BUG(rsc) from url.go.Ivan Krasin1-9/+57
2009-12-151) Change default gofmt default settings forRobert Griesemer1-79/+79
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-5/+5
2009-11-15http.URLEscape: escape all bytes required by RFC 2396Russ Cox1-6/+8
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-5/+5
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-32/+32
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-10-06apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox1-37/+37
2009-08-19fix spelling that is correct but bothers me anywayRob Pike1-3/+3
2009-06-25Change os.Error convention:Russ Cox1-22/+50
2009-06-24style police: parens in if, for, switch, rangeRuss Cox1-5/+5
2009-06-16URL should have an empty Scheme if there is an invalid character (i.e.Jacob Baskin1-0/+4
2009-06-09mv src/lib to src/pkgRob Pike1-0/+303