1. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  2. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  3. 351c15f all: remove public named return values when useless by Brad Fitzpatrick · 9 years ago
  4. 9f26170 net/url: support query string without values by Rick Arnold · 9 years ago
  5. b24c6fb net/textproto: permit all valid token chars in CanonicalMIMEHeaderKey input by Brad Fitzpatrick · 9 years ago
  6. d44088f net/http: refactored internal shouldClose for readability by Emmanuel Odeke · 9 years ago
  7. 4accfe1 net: re-enable TestDualStack{TCP,UDP}Listener on dragonfly by Mikio Hara · 9 years ago
  8. b48120c net: make TestGoLookupIPWithResolverConfig robust by Mikio Hara · 9 years ago
  9. 7c90abe net: fix typo by Mikio Hara · 9 years ago
  10. fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
  11. 08f1a77 net: rename test files by Mikio Hara · 9 years ago
  12. c4cb365 net: fix for DialTimeout errors with large timeout by Prashant Varanasi · 9 years ago
  13. 676550d net: use dialTCP cancelation for DualStack dialing. by Paul Marks · 9 years ago
  14. 4ded58b net/http/httputil: Keep response headers when response ContentLength is 0. by Harshavardhana · 9 years ago
  15. 58ec583 all: fix typos by Shawn Smith · 9 years ago
  16. 0784e691 net/http: fix typo in doc string by Robert Griesemer · 9 years ago
  17. 8caf19c net: fix TestUpdateResolvConf after CL 18860 by Matthew Dempsky · 9 years ago
  18. 9ad41f6 net: ensure lookupStatic* returns copy of slice to disallow cache corruption. by Suharsh Sivakumar · 9 years ago
  19. e43c74a all: use cannot instead of can not by Josh Bleecher Snyder · 9 years ago
  20. 5fc43c9 net/url: simplify value lookup by Josh Bleecher Snyder · 10 years ago
  21. 92b74d0 net: add missing aborted connection handling on accept test by Mikio Hara · 9 years ago
  22. 64d2a88 net/internal/socktest: add missing support for AcceptEx by Mikio Hara · 9 years ago
  23. 6716a54 net: make newLocalListener handle network argument correcly by Mikio Hara · 9 years ago
  24. 9194421 net: deflake TestDialerDualStackFDLeak by Mikio Hara · 9 years ago
  25. 5efbdd9 net: fix race in (*resolverConfig).tryUpdate by Matthew Dempsky · 9 years ago
  26. b04f3b0 all: replace strings.Index with strings.Contains where possible by Nathan VanBenschoten · 9 years ago
  27. 952c2fd net: fix packDomainName encoding of root and invalid names by Ian Gudger · 9 years ago
  28. 2eeaaaa net/http: fix bug where http2 wasn't enabled on DefaultTransport by Brad Fitzpatrick · 9 years ago
  29. c4f902b net/http: update bundle command by Russ Cox · 9 years ago
  30. e136cac net: make TestInterfaceAddrsWithNetsh more robust by Alex Brainman · 9 years ago
  31. 76cb265 net/http: update bundled http2 to fix gzip crash on Read after NewReader error by Brad Fitzpatrick · 9 years ago
  32. 53b6661 net/http/httptest: make Server.CloseClientConnections wait for conns to close by Brad Fitzpatrick · 9 years ago
  33. 811b785 net: make getmac based tests on windows more robust by Volker Dobler · 9 years ago
  34. 79d9f48 net/http: be more conservative about enabling http2 on Transports by Brad Fitzpatrick · 9 years ago
  35. 6a208ef net/http: make ListenAndServeTLS treat GetCertificate as a set cert too by Brad Fitzpatrick · 9 years ago
  36. 54b4b94 net/http: deflake TestCloseNotifierPipelined by Ian Lance Taylor · 9 years ago
  37. fd9fd4c net/http: fix doc typo by Brad Fitzpatrick · 9 years ago
  38. dc89b5b net/http: update bundled http2 by Brad Fitzpatrick · 9 years ago
  39. 107a6ef net/http: document Request.Header and Request.Close more by Brad Fitzpatrick · 9 years ago
  40. 91911e3 net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop header by Brad Fitzpatrick · 9 years ago
  41. 2639498f net/http/httputil: fix spelling of Trailer hop-by-hop header per errata by Brad Fitzpatrick · 9 years ago
  42. eb5bfa7 net/http: mark TestTLSServerClosesConnection as flaky on all systems by Brad Fitzpatrick · 9 years ago
  43. 125f52d net/http: update bundled http2, fix Transport memory leak by Brad Fitzpatrick · 9 years ago
  44. 2e08694 net: deflake TestListenerClose by Mikio Hara · 9 years ago
  45. 9b67a5d net/http: add protections against misuse of ServeFile by Brad Fitzpatrick · 9 years ago
  46. aff6aa0 net/http: quiet http2 log spam by Brad Fitzpatrick · 9 years ago
  47. 2c12b81 net/http: document TimeFormat more by Brad Fitzpatrick · 9 years ago
  48. c2b4080 net/http: fix nit in test by Mikio Hara · 9 years ago
  49. 038b813 net/url: allow spaces in IPv6 zone identifier for Windows by Russ Cox · 9 years ago
  50. 99fa8c3 net/http: don't retain *http.Request in Transport's HTTP/2 path by Brad Fitzpatrick · 9 years ago
  51. 071fcd1 net/http/httputil: clarify docs on the Dump functions by Brad Fitzpatrick · 9 years ago
  52. db5cb1d net/http: update bundled http2 by Brad Fitzpatrick · 9 years ago
  53. 3caf4e0 net/http: check max size of HTTP chunks by Brad Fitzpatrick · 9 years ago
  54. e8b53c9 net: enable TestLookupDotsWithRemoteSource on builders by Mikio Hara · 9 years ago
  55. 4f40182 net: fix TestLookupDotsWithLocalSource by Mikio Hara · 9 years ago
  56. 489f65b net: improve netsh usage in Windows unit tests by Tim Ebringer · 9 years ago
  57. f8f4cfa net/http: make Client propagate Request.Cancel over redirected requests by Olivier Poitrey · 9 years ago
  58. e8e1928 net/http: update http2 to check header values, move from vendor to internal by Brad Fitzpatrick · 9 years ago
  59. c7754c8 net: add timeout to DNS requests sent by TestSpecialDomainName by Michael Munday · 9 years ago
  60. c40a73d net/http: make hidden http2 Transport respect remaining Transport fields by Brad Fitzpatrick · 9 years ago
  61. 3092a63 net/http: clarify docs on Request.Proto field by Brad Fitzpatrick · 9 years ago
  62. 5b588e6 net/http: make http2 Transport send Content Length by Brad Fitzpatrick · 9 years ago
  63. 49234ee net/http: panic on bogus use of CloseNotifier or Hijacker by Brad Fitzpatrick · 9 years ago
  64. 5c94f1a net: disable TestInterfaceAddrsWithNetsh on windows by Mikio Hara · 9 years ago
  65. 01b8640 net/http: update bundled http2, pass through Transport.CloseIdleConnections by Brad Fitzpatrick · 9 years ago
  66. 91b910b net/http: update bundled http2 by Brad Fitzpatrick · 9 years ago
  67. 38ca046 net/http: fix flaky TestServerValidatesHostHeader by Brad Fitzpatrick · 9 years ago
  68. 608ddc3 net/http: update bundled http2 by Brad Fitzpatrick · 9 years ago
  69. aba6250 net/http: clarify ConnState StateActive docs for HTTP/2 by Brad Fitzpatrick · 9 years ago
  70. 4206e9d net/http: update bundled http2 by Brad Fitzpatrick · 9 years ago
  71. 70ee525 net/http: fix Transport crash when abandoning dial which upgrades protos by Brad Fitzpatrick · 9 years ago
  72. 46069bed net/http: reject non three digit status codes in ReadResponse by Emmanuel Odeke · 9 years ago
  73. ceeb52d net: LookupAddr("127.0.0.1") is "localhost" not "localhost." on Plan 9 and Windows by Mikio Hara · 9 years ago
  74. 771da53 net/http2: update bundled http2 by Brad Fitzpatrick · 9 years ago
  75. eca3618 net/http: support URLs without schemes in http.Redirect by Denys Honsiorovskyi · 10 years ago
  76. ba593d6 net: disable sendfile on Solaris for now by Brad Fitzpatrick · 9 years ago
  77. 9ee72f4 net/http: update bundled http2 by Brad Fitzpatrick · 9 years ago
  78. 2747ca3 net/http: don't remove Expect Request header in Server. by Harshavardhana · 9 years ago
  79. 64e2a71 net/http: improve ReadResponse test coverage by Emmanuel Odeke · 9 years ago
  80. a1ebb376 net: fix typo in lookup_windows getprotobyname by Matt Robenolt · 9 years ago
  81. 57b1e55 net: stop scanning for domain name once the first label has been found by Mikio Hara · 9 years ago
  82. 39ad0fd net/http: fix validHeaderValue yet again, excluding the DEL CTL byte by Brad Fitzpatrick · 9 years ago
  83. a120bea Revert "net: ensure that malformed domain names report a consistent error" by Russ Cox · 9 years ago
  84. 8ae584f net/textproto: accept multi-line error messages by Daniel Speichert · 9 years ago
  85. bb8c2e1 net: ensure that malformed domain names report a consistent error by Russ Cox · 9 years ago
  86. 0421e78 net/http: fix too-strict validation of server header values by Brad Fitzpatrick · 9 years ago
  87. 6b9298a net: LookupAddr("127.0.0.1") is "localhost" not "localhost." by Russ Cox · 9 years ago
  88. acc7161 net/http: document GODEBUG settings, update bundled http2 by Brad Fitzpatrick · 9 years ago
  89. 40a26c9 net/http: add some tests around sending & receiving star requests by Brad Fitzpatrick · 9 years ago
  90. ebf1f0f net: document ":port" syntax in Dial, Listen, ListenPacket by Russ Cox · 9 years ago
  91. 305b4ba net/http: update bundled http2, fixes TestConcurrentReadWriteReqBody_h2 by Brad Fitzpatrick · 9 years ago
  92. 002e658 net/http: Minor fix to error messages in test. by Michael McGreevy · 9 years ago
  93. 67fa797 net/http: update bundled http2; fixes TestTransportAndServerSharedBodyRace_h2 by Brad Fitzpatrick · 9 years ago
  94. c063e34 net/http, net/http/httputil: fix nits found by vet by Mikio Hara · 9 years ago
  95. b598a7f net: check /etc/hosts for modifications every 5 seconds, not 5 minutes by Russ Cox · 9 years ago
  96. fb39401 net/http: fix flaky TestTransportCancelBeforeResponseHeaders test by Brad Fitzpatrick · 9 years ago
  97. af768fd net/http: add mechanism for marking flaky http tests by Brad Fitzpatrick · 9 years ago
  98. 194a5c3 net/http: update bundled http2, add test for Transport's User-Agent behavior by Brad Fitzpatrick · 9 years ago
  99. aec2f0c net: fix timeout test bug by Russ Cox · 9 years ago
  100. 91f997b net/http: better documentation for Transport by Andrew Gerrand · 9 years ago