- 4383e43 net/url: avoid if statement by Antonio Murdaca · 9 years ago
- ad5d91c net/url: prefix relative paths containing ":" in the first segment with "./" by Kale Blankenship · 8 years ago
- 9e87686 net/url: modernise parse and unit tests by Dave Day · 9 years ago
- 1ff1920 net/url: add URL.Hostname and URL.Port accessors by Brad Fitzpatrick · 9 years ago
- f27c1bd net/url: handle escaped paths in ResolveReference by Dave Day · 9 years ago
- 83676d6 net/url: remove RFC 3986 mention in package comment by Brad Fitzpatrick · 9 years ago
- f0e2d32 Revert "net/url: validate ports in IPv4 addresses" by Russ Cox · 9 years ago
- 9f1ccd6 net/url: validate ports in IPv4 addresses by Mohit Agarwal · 9 years ago
- 3afbb69 net/url: fix parsing of URLs ending in question mark by Brad Fitzpatrick · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- 351c15f all: remove public named return values when useless by Brad Fitzpatrick · 9 years ago
- 9f26170 net/url: support query string without values by Rick Arnold · 9 years ago
- 5fc43c9 net/url: simplify value lookup by Josh Bleecher Snyder · 10 years ago
- b04f3b0 all: replace strings.Index with strings.Contains where possible by Nathan VanBenschoten · 9 years ago
- 038b813 net/url: allow spaces in IPv6 zone identifier for Windows by Russ Cox · 9 years ago
- 617c93c net/url: reject space in host; do not escape < > " in host by Russ Cox · 9 years ago
- a6869d1 net/url: accept non-ASCII bytes in URL per RFC 3986 by Russ Cox · 9 years ago
- a456e356 net/url: accept empty port after colon in IPv6 literal host by Russ Cox · 9 years ago
- 9b6069b net/url: fix mentions of URL.EscapedPath method by Shenghou Ma · 9 years ago
- fb3f152 net/url: make *url.Error implement net.Error by Dave Cheney · 9 years ago
- fced03a5 net/url: allow all valid host chars in RawPath by Russ Cox · 10 years ago
- e8be9a1 net/url: do not percent-encode valid host characters by Russ Cox · 10 years ago
- fc22331 net/url: restrict :port checking to [ipv6]:port form by Russ Cox · 10 years ago
- 8e6dc76 net/url: only record RawPath when it is needed by Russ Cox · 10 years ago
- 1284d7d net/url: don't escape star requests when writing requests by Brad Fitzpatrick · 10 years ago
- 703166e net/url: validate ports in URLs and bytes after IPv6 literals by Brad Fitzpatrick · 10 years ago
- 874a605 net/url: add RawPath field, a hint at the desired encoding of Path by Russ Cox · 10 years ago
- 8e95654 net/url: allow Parse, ParseRequestURI to parse ipv6 zone identifiers in URIs by Mikio Hara · 10 years ago
- 1c26176 net/url: fix docs for URL.String by Shenghou Ma · 10 years ago
- 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
- 5b829cc net/url: document result of String by Russ Cox · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/net/url/url.go]
- 07d86b1 net/url: make Userinfo.String() escape ? and add test for shouldEscape by Evan Kroske · 11 years ago
- e3eee85 net/url: correct documentation of Values.Add by Ian Lance Taylor · 11 years ago
- 6ea5687 net/url: fix Encode doc comment by Andrew Gerrand · 11 years ago
- f41b43a net/url: fix regression when serializing relative URLs by Brad Fitzpatrick · 11 years ago
- a08b1d1 net/http: Various fixes to Basic authentication by Pieter Droogendijk · 12 years ago
- d8e27db undo CL 12486043 / ab644299d124 by Brad Fitzpatrick · 12 years ago
- 4c772cd all: use strings.IndexByte instead of Index where possible by Brad Fitzpatrick · 12 years ago
- 39679ca net/url: prepend slash to path in String() by Scott Ferguson · 12 years ago
- 731dcb7 net/url: use strings.Index instead of a loop by Brad Fitzpatrick · 12 years ago
- 82e3ca7 net/url: better path resolution by Rodrigo Moraes de Oliveira · 12 years ago
- 0462aad net/url: fix URL Opaque notes on making client requests by Brad Fitzpatrick · 12 years ago
- fb21bca net/http, net/url: deal with URL.Opaque beginning with // by Brad Fitzpatrick · 12 years ago
- 4085426 net/url: normalize scheme to lower case (http not HTTP) by Russ Cox · 12 years ago
- da82dfa net/url: use bytes.Buffer in (*URL).String by Andrew Gerrand · 12 years ago
- cdd6ae1 net/url: generate correct Path when hostname empty by Andrew Gerrand · 12 years ago
- a6701f2 net/http, net/url: permit Request-URI "*" by Brad Fitzpatrick · 12 years ago
- 2f45f28 net/url: fix handling of relative paths in ResolveReference. by Rick Arnold · 12 years ago
- add1bed net/http: clarify that Request.Host may contain a port number by Brad Fitzpatrick · 12 years ago
- c7cc894 net/url: report first error from ParseQuery. by David Symonds · 12 years ago
- 61809cd net/url: sort keys in Encode; don't enumerate map randomly by Brad Fitzpatrick · 13 years ago
- f7277da net/url: better parsing of urls with @ symbol in authority by Alexey Borzenkov · 13 years ago
- 56024fa net/url: Correctly escape URL as per RFC 3986 by Stéphane Travostino · 13 years ago
- b27bd42 net/url: API by Russ Cox · 13 years ago
- d8e715c net/url: spell the package name correctly. by David Symonds · 13 years ago
- 8342793 net/url: Rename ParseWithReference to ParseWithFragment. by David Symonds · 13 years ago
- 2f8d94f net/url: regularise receiver names. by David Symonds · 13 years ago
- eb53d47 doc: use consistent receiver names, when it makes sense. by Brad Fitzpatrick · 13 years ago
- dafd9f0 net/url: cleaned up URL interface (v2) by Gustavo Niemeyer · 13 years ago
- de03d50 net: renamings by Rob Pike · 13 years ago[Renamed from src/pkg/url/url.go]
- eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
- 313c822 gofix -r mapdelete by Russ Cox · 13 years ago
- 686181e url: handle ; in ParseQuery by Russ Cox · 14 years ago
- 1d8f822 url: new package by Rob Pike · 14 years ago[Renamed (75%) from src/pkg/http/url.go]
- 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
- ebb1566 strings.Split: make the default to split all. by Rob Pike · 14 years ago
- 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
- 21e75da respect goto restrictions by Russ Cox · 14 years ago
- 6a87628 http: change most map[string][]string types to new Values type by Brad Fitzpatrick · 14 years ago
- 606e12f http: fix typo in URL.String doc comment. by David Symonds · 14 years ago
- 5fd0a74 http: use upper case hex in URL escaping by Matt Jones · 14 years ago
- f96c1d0 http: support for relative URLs by Brad Fitzpatrick · 14 years ago
- b448263 http: fix scheme-relative URL parsing; add ParseRequestURL by Brad Fitzpatrick · 14 years ago
- ae2495c http: Add EncodeQuery, a handy helper function for constructing URL query strings. by David Symonds · 14 years ago
- e198a50 strings: Contains by Brad Fitzpatrick · 14 years ago
- 5c3827c http: correct escaping of different parts of URL by Russ Cox · 14 years ago
- ad9042b http: don't always escape all reserved chars (fix build) by Andrew Gerrand · 14 years ago
- d093bdb http: escape _all_ reserved characters as per the RFC by Andrew Gerrand · 14 years ago
- 6752ce9 http: obscure passwords in return value of URL.String by Scott Lawrence · 15 years ago
- 880beaf http: fix ParseURL to handle //relative_path properly by Andrew Gerrand · 15 years ago
- 141821d http: change RawPath to mean raw path, not raw everything-after-scheme. by Russ Cox · 15 years ago
- 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
- fe56e2c http: most of a URL shouldn't use URL-escaping by Russ Cox · 15 years ago
- 597e57f Add http.CanonicalPath and tests for it. Remove BUG(rsc) from url.go. by Ivan Krasin · 15 years ago
- a3d1045 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
- a967f57 http.URLEscape: escape all bytes required by RFC 2396 by Russ Cox · 15 years ago
- 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
- 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
- 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
- c2ec958 apply gofmt to go, gob, hash, http, image, io, json, log by Russ Cox · 15 years ago
- 4481df6 fix spelling that is correct but bothers me anyway by Rob Pike · 16 years ago
- a0bcaf4 Change os.Error convention: by Russ Cox · 16 years ago
- a50cbf6 style police: parens in if, for, switch, range by Russ Cox · 16 years ago
- 536c2aa URL should have an empty Scheme if there is an invalid character (i.e. by Jacob Baskin · 16 years ago
- d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/http/url.go]
- da0a582 Fixes to URL functionality: by Steve Newman · 16 years ago
- 1b301ba throw away os._Error. make some error types in a few packages by Russ Cox · 16 years ago
- aaf63f8 Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. by Rob Pike · 16 years ago