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