1. d96a3a2 net: make /etc/hosts lookups case-insensitive by Burcu Dogan · 10 years ago
  2. b7fa4f2 net/http/fcgi: fix panic with malformed params record by Didier Spezia · 10 years ago
  3. e643dc7 net: check 'ok' return in dnsmsg when initially packing rr.Header() by Tarmigan Casebolt · 10 years ago
  4. 19d262f net: remove named parameters in Listener.Accept doc signature by Brad Fitzpatrick · 10 years ago
  5. 67ddae8 all: use one 'l' when cancelling everywhere except Solaris by Rob Pike · 10 years ago
  6. 5a3ff6c net: Make Listen(":port") use IPv6 when IPv4 is not supported. by Paul Marks · 10 years ago
  7. ced0646 net: make DNSError.Temporary return true on SERVFAIL by Dan Peterson · 10 years ago
  8. 6fd82d8 net/http: optimize some io.Copy calls by reusing buffers by Artyom Pervukhin · 10 years ago
  9. 8c2c35d net/http/httptest: ResponseRecorder.WriteString by Nodir Turakulov · 10 years ago
  10. 3702553 net/rpc: don't exit if Accept gets an error by Rob Pike · 10 years ago
  11. 25b0017 net/http: make FileServer sort directory entries by Dan Peterson · 10 years ago
  12. 754d4c0 net: Increase the acceptable delay in TestDialerDualstack by Paul Marks · 10 years ago
  13. 5f2c420 net: add -lsendfile to cgo LDFLAGS for solaris by Shenghou Ma · 10 years ago
  14. 35365b9 net: restore LookupPort for integer strings by Russ Cox · 10 years ago
  15. a34b8cb net/http/httputil: permit nil request body in ReverseProxy by Brad Fitzpatrick · 10 years ago
  16. c1aee8c net/http: remove always true comparison by Todd Neal · 10 years ago
  17. 759210b net: allow ParseMAC to parse 20-octet IPoIB link-layer address by Matt Layher · 10 years ago
  18. c049d34 net: drop redundant domain name length check by Mikio Hara · 10 years ago
  19. f62b749 all: fix some vet-caught formatting errors, mostly but not only in tests by Rob Pike · 10 years ago
  20. b733234 net/http: document that [ListenAnd]Serve always returns a non-nil error by Andrew Gerrand · 10 years ago
  21. 773b9b8 net: respect go vs cgo resolver selection in all lookup routines by Russ Cox · 10 years ago
  22. 18d27b2 net: force LookupAddr results to be rooted DNS paths when using cgo by Russ Cox · 10 years ago
  23. b711f5a net: document GODEBUG=netdns=xxx settings by Russ Cox · 10 years ago
  24. d931716 net/http: fix races cloning TLS config by Brad Fitzpatrick · 10 years ago
  25. 1052b43 net/mail: fix build. by David Symonds · 10 years ago
  26. 1d75b40 net/mail: avoid panic in (*Address).String for malformed addresses. by David Symonds · 10 years ago
  27. fced03a5 net/url: allow all valid host chars in RawPath by Russ Cox · 10 years ago
  28. e8be9a1 net/url: do not percent-encode valid host characters by Russ Cox · 10 years ago
  29. fc22331 net/url: restrict :port checking to [ipv6]:port form by Russ Cox · 10 years ago
  30. 26049f6 net/http: close server conn after broken trailers by Jed Denlea · 10 years ago
  31. e3c26b2 net/http: deflake TestZeroLengthPostAndResponse by Brad Fitzpatrick · 10 years ago
  32. 7aa4e29 net/http: fix server/transport data race when sharing the request body by Brad Fitzpatrick · 10 years ago
  33. c2db5f4 net/http: close server conn after request body error by Jed Denlea · 10 years ago
  34. ec4d06e net/http: fix SetKeepAlivesEnabled receiver name by Carl Jackson · 10 years ago
  35. bd1efd5 net/mail: fixed quoted-local by MathiasB · 10 years ago
  36. 48b4263 net: allow longer timeout in dialClosedPort test on windows by Russ Cox · 10 years ago
  37. 80abe2f net: make spuriousENOTAVAIL to be able to parse EADDRNOTAVAIL correctly by Mikio Hara · 10 years ago
  38. 6aa48a9 net: don't return DNS query results including the second best records unconditionally by Mikio Hara · 10 years ago
  39. d1cf5b8 net/http: disable new flaky TestTransportCancelBeforeResponseHeaders test by Brad Fitzpatrick · 10 years ago
  40. 85a5fce net: Set finalDeadline from TestDialParallel to avoid leaked sockets. by Paul Marks · 10 years ago
  41. a01d907 all: cleanup usage of dashes in package documentation by Matthew Dempsky · 10 years ago
  42. a3ffd83 net/http: pause briefly after closing Server connection when body remains by Brad Fitzpatrick · 10 years ago
  43. 9d56c18 net/http: make Transport return proper error on cancel before response headers by Brad Fitzpatrick · 10 years ago
  44. 0c2d3f7 net/http: on Transport body write error, wait briefly for a response by Brad Fitzpatrick · 10 years ago
  45. 68557de net: deflake TestDialTimeout{,FDLeak} in the case of TCP simultaneous open by Mikio Hara · 10 years ago
  46. da87cf5 net/http: fix a data race when Request.Cancel is used by Brad Fitzpatrick · 10 years ago
  47. 17befdc net: make GODEBUG=netdns=cgo force cgo as documented by Brad Fitzpatrick · 10 years ago
  48. dcc905e net: compute the Dialer deadline exactly once. by Paul Marks · 10 years ago
  49. daaa450 net/mail: enhanced Address.String and ParseAddress to match RFC 5322 by MathiasB · 10 years ago
  50. 5201bf7 net: do not look up abc by default by Russ Cox · 10 years ago
  51. ae1ea2a runtime/trace: add new package by Dmitry Vyukov · 10 years ago
  52. 4db0746 net/http: add example for setting trailers in an Handler by Brad Fitzpatrick · 10 years ago
  53. aadd84e net: classify site-local unicast in address selection by Mikio Hara · 10 years ago
  54. 2899be8 net: avoid unnecessary conversion in address selection by Mikio Hara · 10 years ago
  55. 9f70cd8 net/mail: add example to package by Carlos C · 10 years ago
  56. adb1e03 net: RFC 6724 address selection by Brad Fitzpatrick · 10 years ago
  57. 6094b88 net/url: add example to URL.ResolveReference by Carlos C · 10 years ago
  58. 88fc358 net/http: don't reuse conns after incomplete 100-continue requests by Brad Fitzpatrick · 10 years ago
  59. 29f03a3 net/smtp: give example addrs in docs by Russ Cox · 10 years ago
  60. 0c72eeb net/http: do not allow space or slash in Host headers by Jeff R. Allen · 10 years ago
  61. e6a0c21 net: fix setKeepAlivePeriod on Plan 9 by David du Colombier · 10 years ago
  62. 7ef6a9f net: clean up builtin DNS stub resolver, fix tests by Mikio Hara · 10 years ago
  63. 783297a all: link to https for golang subdomains too by Brad Fitzpatrick · 10 years ago
  64. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  65. f96fa06d net/http/fcgi: fix race between serveRequest and cleanUp by Brad Fitzpatrick · 10 years ago
  66. 91ba0ab net: fix misidentification of link-local, global unicast IP addresses by Mikio Hara · 10 years ago
  67. 7b5d536 net: ensure that ResolveIPAddr(addr.String()) reproduces addr by Mikio Hara · 10 years ago
  68. b615ad8 net: add mechanisms to force go or cgo lookup, and to debug default strategy by Brad Fitzpatrick · 10 years ago
  69. d6e6baa net/http: fix MaxBytesReader at EOF by Brad Fitzpatrick · 10 years ago
  70. 1438225 net/http: revert overly-strict part of earlier smuggling defense by Brad Fitzpatrick · 10 years ago
  71. 72970f7 net/http/httputil: make ReverseProxy support Trailers by Brad Fitzpatrick · 10 years ago
  72. 2a0fc9e Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn" by Mikio Hara · 10 years ago
  73. 300d9a2 net/http: harden Server against request smuggling by Brad Fitzpatrick · 10 years ago
  74. 117ddcb net/textproto: don't treat spaces as hyphens in header keys by Brad Fitzpatrick · 10 years ago
  75. 9462bce net/http: harden, document func SetCookie and type Cookie by Brad Fitzpatrick · 10 years ago
  76. 8e6dc76 net/url: only record RawPath when it is needed by Russ Cox · 10 years ago
  77. 8b4278f net/http: add a Request.Cancel channel. by Aaron Jacobs · 10 years ago
  78. 9b2d84e net/http/httptest: increase test Server's key size by Brad Fitzpatrick · 10 years ago
  79. 1bab3a1 net/http: fix now-flaky TransportAndServerSharedBodyRace test by Brad Fitzpatrick · 10 years ago
  80. 7511806 net/http: fix race on postPendingDial test hook by Todd Neal · 10 years ago
  81. 258bf65 net: relax IP interface address determination on linux by Mikio Hara · 10 years ago
  82. 450988b net/http: escape path in implicit /tree→/tree/ ServeMux.Handle redirect by Mihai Borobocea · 10 years ago
  83. 1284d7d net/url: don't escape star requests when writing requests by Brad Fitzpatrick · 10 years ago
  84. 379d832 net/http: don't overwrite Authorization headers when URL has username by Steve Streeting · 10 years ago
  85. 0d1ceef net/http: change default user agent string by Aamir Khan · 10 years ago
  86. 9139089 net/http: add comment to exported ErrNoCookie and ErrNoLocation values by Matt Layher · 10 years ago
  87. 37469a7 net/http: Fix test that occasionally fails by Todd Neal · 10 years ago
  88. bf5e19f net/http: tolerate old buggy user agents, per RFC 2616 section 4.1 by Brad Fitzpatrick · 10 years ago
  89. 1045351 net/http: bound the number of bytes read seeking EOF in Handler's Body.Close by Brad Fitzpatrick · 10 years ago
  90. 2bcdb5a net/http: sync Get and Head's documentation by Matthew Dempsky · 10 years ago
  91. 190313e net/http: document that Hijack's net.Conn might have left-over timeouts set by Brad Fitzpatrick · 10 years ago
  92. f81f6d6 net/http: don't always require certFile, keyFile in Server.ListenAndServerTLS by Brad Fitzpatrick · 10 years ago
  93. 2917ab2 net/http: document that FormValue returns the empty string by Brad Fitzpatrick · 10 years ago
  94. 703166e net/url: validate ports in URLs and bytes after IPv6 literals by Brad Fitzpatrick · 10 years ago
  95. 222b23a net: make LookupIP("1.2.3.4") behavior consistent by Russ Cox · 10 years ago
  96. c8aea7b net/http: Remove unused code by Todd Neal · 10 years ago
  97. ffbed5c net/http: fix tests for recent URL.RawPath addition by Russ Cox · 10 years ago
  98. 874a605 net/url: add RawPath field, a hint at the desired encoding of Path by Russ Cox · 10 years ago
  99. 626188d net/textproto: skip zero-length keys by Jeff R. Allen · 10 years ago
  100. 24db235 net: fix build on android by Mikio Hara · 10 years ago