summaryrefslogtreecommitdiff
path: root/src/pkg/http/url_test.go
AgeCommit message (Expand)AuthorFilesLines
2010-03-16http: change RawPath to mean raw path, not raw everything-after-scheme.Russ Cox1-61/+91
2010-01-07http: most of a URL shouldn't use URL-escapingRuss Cox1-4/+15
2010-01-06Add http.CanonicalPath and tests for it. Remove BUG(rsc) from url.go.Ivan Krasin1-0/+38
2009-12-151) Change default gofmt default settings forRobert Griesemer1-36/+36
2009-11-15http.URLEscape: escape all bytes required by RFC 2396Russ Cox1-2/+2
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-7/+7
2009-11-04gofmt-ify hash, httpRobert Griesemer1-56/+55
2009-09-15more "declared and not used".Russ Cox1-4/+4
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-2/+1
2009-06-25Change os.Error convention:Russ Cox1-6/+6
2009-06-16URL should have an empty Scheme if there is an invalid character (i.e.Jacob Baskin1-0/+11
2009-06-09mv src/lib to src/pkgRob Pike1-0/+348