1. b7f5d98 http2: change the pipe and buffer code by Brad Fitzpatrick · 9 years ago
  2. 2cba614 http2: remove Transport.Fallback by Brad Fitzpatrick · 9 years ago
  3. e71042d http2: add Transport.AddIdleConn by Brad Fitzpatrick · 9 years ago
  4. 9946ad7 http2: quiet Transport logging by Brad Fitzpatrick · 9 years ago
  5. 5640105 http2: fix server race by Brad Fitzpatrick · 9 years ago
  6. c972803 http2: update the curl and nghttp2 versions used in tests by Brad Fitzpatrick · 9 years ago
  7. ddbc69e http2: fix broken test after ConfigureServer change by Brad Fitzpatrick · 9 years ago
  8. 42ad508 http2: make ConfigureServer set PreferServerCipherSuites, return an errors by Brad Fitzpatrick · 9 years ago
  9. 96feaeb context: attempt to deflake TestLayersTimeout with timer padding. by Sameer Ajmani · 10 years ago
  10. cd8c270 http2: add support for net/http.Server.ConnState tracking by Brad Fitzpatrick · 9 years ago
  11. 21c3935 http2/hpack: push down max string length checking further, improve docs by Brad Fitzpatrick · 9 years ago
  12. 5279802 http2/h2demo: allow alternate hostnames for http and https links by Brad Fitzpatrick · 9 years ago
  13. 6d10a0c http2: update copyright headers by Andrew Gerrand · 9 years ago
  14. 59e870b http2, http2/hpack: add limit on sum of header block fragments by Brad Fitzpatrick · 9 years ago
  15. c94bffa http2: don't leaving hanging server goroutines after RST_STREAM from client by Brad Fitzpatrick · 9 years ago
  16. 271cfc1 http2: fix handling of errors from the readFrames goroutine by Brad Fitzpatrick · 9 years ago
  17. 442fc73 http2/hpack: fix nil pointer dereference crash in huffman decoder by Brad Fitzpatrick · 9 years ago
  18. d8f3c68 http2: fix enforcement of max header list size by Brad Fitzpatrick · 9 years ago
  19. 2a045c2 http2: change two debug log.Printf calls to vlogf by Brad Fitzpatrick · 9 years ago
  20. 4b709d9 http2/hpack: make staticTable an array, not a slice by Brad Fitzpatrick · 9 years ago
  21. 29704b8 http2: advertise and enforce hpack max header list size by Brad Fitzpatrick · 9 years ago
  22. b846920 http2: move where cookies are joined to avoid quadratic behavior by Brad Fitzpatrick · 9 years ago
  23. 47990a1 readme: use golang.org links rather than github.com by Burcu Dogan · 9 years ago
  24. 01256db http2/h2demo: Update some links left dangling after the bradfitz/http2 -> x/net/http2 move. by David Symonds · 9 years ago
  25. ac0ecac icmp: drop unnecessary type assertions in PacketConn by Mikio Hara · 10 years ago
  26. d149878 ipv6: don't use internal/iana's constants in documentation by Mikio Hara · 10 years ago
  27. c2528b2 http2/h2demo: show load times on gophertimes demo page by Arnout Engelen · 10 years ago
  28. 7c30255 http2: use net.JoinHostPort by Tamir Duberstein · 10 years ago
  29. dc692bc ipv4: don't use internal/iana's constants in documentation by Mikio Hara · 10 years ago
  30. 03affa0 http2: delete now-redundant top-level files, update README by Brad Fitzpatrick · 10 years ago
  31. b19c071 http2: merge github.com/bradfitz/http2 (branch: golang.org/x/net) by Brad Fitzpatrick · 10 years ago
  32. ae54c55 http2: rewrite github.com/bradfitz/http2 references to their new paths by Brad Fitzpatrick · 10 years ago
  33. 17e723d http2: move github.com/bradfitz/http2 down into a new http2 directory by Brad Fitzpatrick · 10 years ago
  34. db8e4de webdav: improve support for url prefixes by Federico Simoncelli · 10 years ago
  35. ea47fc7 trace: fix EventLog example by Michael Gehring · 10 years ago
  36. 7654728 trace: Export Render and RenderEvents functions. by David Symonds · 10 years ago
  37. 788d8d9 trace: Make links in generated HTML be relative to the current path. by David Symonds · 10 years ago
  38. 66f0418 ipv6: don't refer internal packages in examples by Mikio Hara · 10 years ago
  39. b6ee6b3 ipv4: don't refer internal packages in examples by Mikio Hara · 10 years ago
  40. ea66ef9 icmp: don't refer internal packages in examples by Mikio Hara · 10 years ago
  41. b026840 websocket: don't send IPv6 zone identifier in outbound request, per RFC 6874 by Mikio Hara · 10 years ago
  42. 4a71d18 net/trace: add event logs. by Sameer Ajmani · 10 years ago
  43. 1bc0720 context: Add ctxhttp package. by Chris Broadfoot · 10 years ago
  44. b963d28 websocket: handle solicited and unsolicited Ping/Pong frames correctly by Mikio Hara · 10 years ago
  45. 8464987 websocket: add extented payload length check for the case of 7+64 bits by Mikio Hara · 10 years ago
  46. 6ba52e3 webdav: skip TestDir on nacl by Mikio Hara · 10 years ago
  47. 76c2dd9 context: Increase a gccgo-specific alloc limit. by David Symonds · 10 years ago
  48. 19fe7f4 websocket: drop unreachable code by Mikio Hara · 10 years ago
  49. 51854ab websocket: fix build by Mikio Hara · 10 years ago
  50. 46f551b websocket: skip TestClose on Plan 9 by Mikio Hara · 10 years ago
  51. d9b482f websocket: fix mis-handshake in the case of lack of HTTP origin header by Mikio Hara · 10 years ago
  52. 7b0ed26 webdav: disable TestDir on Plan 9 by Mikio Hara · 10 years ago
  53. 3a29182 webdav: use an internal fork of encoding/xml. by Nigel Tao · 10 years ago
  54. b71143c ipv6: fix typo in package documentation by Mikio Hara · 10 years ago
  55. 1e5264d ipv4: fix typo in package documentation by Mikio Hara · 10 years ago
  56. eab13bb ipv6: update icmp parameters by Mikio Hara · 10 years ago
  57. d9eac8b internal/iana: update protocol numbers by Mikio Hara · 10 years ago
  58. 446d52d publicsuffix: update table to latest list from publicsuffix.org. by Nigel Tao · 10 years ago
  59. f0cf018 publicsuffix: update table to latest list from publicsuffix.org. by Nigel Tao · 10 years ago
  60. d9558e5 internal/nettest: fix build on nacl by Mikio Hara · 10 years ago
  61. edab5dc html: Use existing standard library interface internally. by Dmitri Shuralyov · 10 years ago
  62. 8bfde94 netutil: deflake TestLimitListener (again) by Mikio Hara · 10 years ago
  63. af03a19 netutil, internal/nettest: deflake TestLimitListener by Mikio Hara · 10 years ago
  64. 669b27b ipv6: fix multicast socket options on freebsd/arm by Mikio Hara · 10 years ago
  65. c135eec ipv4: fix multicast socket options on freebsd/arm by Mikio Hara · 10 years ago
  66. 34ff4cd webdav: make it work for Mini-Redirector, emit namespace-prefixed XML. by mpl · 10 years ago
  67. 38f3db3 trace: Add NewContext and FromContext functions. by David Symonds · 10 years ago
  68. 1057609 ipv6: simplify init function for freebsd by Mikio Hara · 10 years ago
  69. dab7b16 ipv4: simplify init function for freebsd by Mikio Hara · 10 years ago
  70. d375fa3 ipv6: fix multicast socket options on freebsd/386 on amd64 by Mikio Hara · 10 years ago
  71. 4d302b6 ipv4: fix multicast socket options on freebsd/386 on amd64 by Mikio Hara · 10 years ago
  72. 9339372 webdav: Refactor XML normalisation for use with multistatusWriter tests. by Robert Stepanek · 10 years ago
  73. 3cffaba webdav: Refactor property value unmarshaller for reuse with lockInfo. by Robert Stepanek · 10 years ago
  74. dfcbca9 webdav: if TestReadProppatch fails, print InnerXML as a string. by Nigel Tao · 10 years ago
  75. dfe268f trace: Fix IPv6 local address detection. by David Symonds · 10 years ago
  76. e562cdb trace: New package. by David Symonds · 10 years ago
  77. a19b75a internal/timeseries: New package. by David Symonds · 10 years ago
  78. 84afb0a webdav: Advertise exclusive write locks in supportedlock property. by Robert Stepanek · 10 years ago
  79. 8d61702 websocket: fix a minor grammar issue in a comment. by Nigel Tao · 10 years ago
  80. a74a067 icmp: fix ListenPacket shadowing bug. by Nigel Tao · 10 years ago
  81. 589db58 webdav: let DeadPropsHolder.DeadProps return an error. by Nigel Tao · 10 years ago
  82. 6fbb23f webdav: have copyFiles copy dead properties. by Nigel Tao · 10 years ago
  83. 610bfee webdav: Simplify handling of Etag and Content-Type headers for GET, HEAD, by Robert Stepanek · 10 years ago
  84. 4dbd2a1 webdav: Return HTTP 404 for PROPFIND/PROPPATCH requests on an inexistent by Robert Stepanek · 10 years ago
  85. 7ca853d webdav: add StripPrefix. by Nigel Tao · 10 years ago
  86. bdcab5d icmp: add missing attribute length check by Mikio Hara · 10 years ago
  87. 621fff3 icmp: more coverage to ping test by Mikio Hara · 10 years ago
  88. ad9eb39 webdav: delete the PropSystem and MemPS types. by Nigel Tao · 10 years ago
  89. 7212a08 webdav: special-case the propfind_invalid2 litmus test. by Nigel Tao · 10 years ago
  90. 72bfdce webdav: make properties belong to the File(System), not a PropSystem. by Nigel Tao · 10 years ago
  91. 5273a78 webdav: skip XML-related tests on Go 1.4. by Nigel Tao · 10 years ago
  92. bb64f4d x/net/websocket: always close underlying connection on ws.Close by Dave Cheney · 10 years ago
  93. 5aa7325 ipv6: fix build on linux/arm64 by Mikio Hara · 10 years ago
  94. d1d6947 ipv4: fix build on linux/arm64 by Mikio Hara · 10 years ago
  95. f8202bc h2i: ignore binary by Blake Mizerany · 10 years ago
  96. e0403b4 html/charset/testdata: update licensing info in README by Ian Lance Taylor · 10 years ago
  97. d6b5b74 h2i: fix binary name in usage message by Brad Fitzpatrick · 10 years ago
  98. 02f7b45 Merge pull request #55 from mdlayher/testframetypestring by Brad Fitzpatrick · 10 years ago
  99. b70dcab h2i: add installation tips to README by Brad Fitzpatrick · 10 years ago
  100. 01acb96 h2i: settings support and subcommand auto-completion by Brad Fitzpatrick · 10 years ago