1. 07b5174 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 8 years ago
  2. 075e191 http2: adjust flow control on open streams when processing SETTINGS by Brad Fitzpatrick · 8 years ago
  3. 7c62cfd http2: add missing import path declaration by Brad Fitzpatrick · 8 years ago
  4. 57bfaa8 http2: add more Transport logging around why connections close by Brad Fitzpatrick · 8 years ago
  5. e2ba55e http2: fix Transport.RoundTrip hang on stream error before headers by Brad Fitzpatrick · 8 years ago
  6. f6d2119 http2: add more HEADERS and error logging in GODEBUG=http2debug=2 mode by Brad Fitzpatrick · 8 years ago
  7. 28d1bd4 http2: make Transport work around mod_h2 bug by Brad Fitzpatrick · 8 years ago
  8. 35028a4 http2: don't ignore DATA padding in flow control by Brad Fitzpatrick · 8 years ago
  9. 6a513af http2: return flow control for closed streams by Brad Fitzpatrick · 8 years ago
  10. 9f2c271 http2: fix data race on cc.singleUse by Brad Fitzpatrick · 8 years ago
  11. 4d38db7 route: don't crash or hang up with corrupted messages by Mikio Hara · 8 years ago
  12. 3797cd8 http2: make Transport prefer HTTP response header recv before body write error by Brad Fitzpatrick · 8 years ago
  13. be28236 http2: make Transport treat "Connection: close" the same as Request.Close by Brad Fitzpatrick · 8 years ago
  14. 45b61ea context/ctxhttp: if context is canceled, return its error by Ian Lance Taylor · 8 years ago
  15. e90d6d0 http2: fix flaky TestTransportResPattern_* tests by Brad Fitzpatrick · 8 years ago
  16. a728288 http2: make Transport honor Request.Close more aggressively by Brad Fitzpatrick · 8 years ago
  17. c9a3c54 http2: fix flaky TestTransportReqBodyAfterResponse_403 by Brad Fitzpatrick · 8 years ago
  18. f841c39 context/ctxhttp: add a specialized minimal version for Go 1.7 by Brad Fitzpatrick · 8 years ago
  19. 7864c9e publicsuffix: update table to latest list from publicsuffix.org. by Nigel Tao · 8 years ago
  20. b400c2e http2: add additional blacklisted ciphersuites by Jonathan Rudenberg · 8 years ago
  21. 8e573f4 http2: merge multiple GOAWAY frames' contents into error message by Brad Fitzpatrick · 8 years ago
  22. ef2e00e http2: make Transport return server's GOAWAY error back to the user by Brad Fitzpatrick · 8 years ago
  23. 0455786 webdav: skip test that fails with gccgo by Michael Hudson-Doyle · 8 years ago
  24. e445b19 ipv4: add support for ppc (using gccgo) by Michael Hudson-Doyle · 8 years ago
  25. 641602e ipv6: add support for ppc (using gccgo) by Michael Hudson-Doyle · 8 years ago
  26. bc3663d http2: fix typo in ReadFrame by Gyu-Ho Lee · 8 years ago
  27. 7c71ca7 bpf: implement LoadExtension and ExtLen for VM by Matt Layher · 8 years ago
  28. 8bf2b39 bpf: fix a typo by Mikio Hara · 8 years ago
  29. 1961d9d bpf: add Go implementation of virtual machine by Matt Layher · 8 years ago
  30. d7bf354 webdav: respect the Handler.Prefix in confirmLocks. by Nigel Tao · 8 years ago
  31. 3f122ce publicsuffix: strip generated comments; automatically scrape git version. by Nigel Tao · 8 years ago
  32. 313cf39 http2: fix data race on pipe by Mikio Hara · 8 years ago
  33. 154d9f9 http2: consider buffered data when doing stream flow control by Andrew Gerrand · 8 years ago
  34. c4c3ea7 http2: GotFirstResponseByte hook should only fire once by Tom Bergan · 8 years ago
  35. 7553b97 websocket: fix Read behaviour in hybiFrameReader.Read by Dave Cheney · 8 years ago
  36. 30db966 webdav: set 'getlastmodified' live property for directories by H. İbrahim Güngör · 8 years ago
  37. dfd9ed6 http2: fix nits in test by Mikio Hara · 8 years ago
  38. b3e9c8f http2: allow http scheme for http2 by ayanamist · 8 years ago
  39. 0c60707 http2: prevent Server from sending status 100 header after anything else by Brad Fitzpatrick · 8 years ago
  40. 4d07e8a http2: let handlers close Request.Body without killing streams by Brad Fitzpatrick · 8 years ago
  41. 8a52c78 http2: fix Transport.CloseIdleConnections when http1+http2 are wired together by Brad Fitzpatrick · 8 years ago
  42. 202ff48 http2: delay sending request body in Transport if 100-continue is set by Brad Fitzpatrick · 8 years ago
  43. 5916dcb http2, lex/httplex: make Transport reject bogus headers before sending by Brad Fitzpatrick · 8 years ago
  44. 3c5cb15 http2: reject more trailer values by Brad Fitzpatrick · 8 years ago
  45. 8aacbec http2: with Go 1.7 set Request.Context in ServeHTTP handlers by Brad Fitzpatrick · 8 years ago
  46. 3b99394 http2: when using Go 1.7, make Transport use httptrace hooks by Brad Fitzpatrick · 8 years ago
  47. 76e74a3 ipv6: add support for linux/s390x by Mikio Hara · 8 years ago
  48. a71ada6 ipv4: add support for linux/s390x by Mikio Hara · 8 years ago
  49. fac978c route: fix typos in test by Mikio Hara · 8 years ago
  50. ef00b37 ipv6: support attaching packet filters to PacketConn. by David Anderson · 8 years ago
  51. 58b2fb0 ipv4: support attaching packet filters to PacketConn/RawConn. by David Anderson · 8 years ago
  52. 30be488 route: new package by Mikio Hara · 8 years ago
  53. 6050c11 http2/hpack: forbid excess and invalid padding in hpack decoder by Carl Mastrangelo · 8 years ago
  54. 96dbb96 http2: make Transport use Request.Context, set Response.Uncompressed by Brad Fitzpatrick · 8 years ago
  55. 2a35e68 context: correct spelling of TODO in comment by Ian Lance Taylor · 8 years ago
  56. 7e42c0e ipv4: don't fail test on big endian machine by Mikio Hara · 8 years ago
  57. 9723ea6 icmp: don't fail test on big endian machine by Mikio Hara · 8 years ago
  58. 35ec611 net/trace: fix comment typo by Nic Day · 8 years ago
  59. 1aafd77 context: fix doc typo by Brad Fitzpatrick · 8 years ago
  60. cb0ed7a http2: allow StreamDep of 0 in HEADERS and PRIORITY frames by Brad Fitzpatrick · 8 years ago
  61. b797637 http2: delete pre-Go1.5 request cancellation by Dave Day · 8 years ago
  62. 815d315 context/ctxhttp: remove pre-Go 1.5 support by Dave Day · 8 years ago
  63. fb93926 context: bump gccgo-specific alloc limit for WithTimeout test. by David Symonds · 8 years ago
  64. 0cc50bb http2: standardize RFC mention format by Dan Peterson · 8 years ago
  65. 589fda7 ipv6: fix a typo by Mikio Hara · 8 years ago
  66. a8a071f ipv4: fix a typo by Mikio Hara · 8 years ago
  67. f608d98 icmp: fix a typo by Mikio Hara · 8 years ago
  68. edd5b7d http2: fix typos by Mikio Hara · 8 years ago
  69. e4306e4 http2/hpack: fix a typo by Mikio Hara · 8 years ago
  70. e45385e webdav: have the exported API use the standard library's xml.Name type. by Nigel Tao · 8 years ago
  71. 8f3641d webdav: rename the "etc/internal/xml" import. by Nigel Tao · 8 years ago
  72. bcb71dd webdav: run "gofmt -s" to simplify some tests. by Nigel Tao · 8 years ago
  73. 9622a22 webdav: fill in the package's doc comment. by Nigel Tao · 8 years ago
  74. e000e3c webdav: remove runtime check for Go 1.4 or earlier. by Nigel Tao · 8 years ago
  75. af4fee9 http2: make Server reject connection-level headers with a 400 response by Brad Fitzpatrick · 8 years ago
  76. 318395d websocket: remove redundant error handling by Sam Whited · 8 years ago
  77. afc22ee context: implement in terms of the standard library for Go 1.7+ by Brad Fitzpatrick · 8 years ago
  78. 024ed62 http2: Ignore Keep-Alive header in requests by Roland Shoemaker · 8 years ago
  79. 3e8a7b0 bpf: rename LoadIPv4HeaderLen to the more generic LoadMemShift. by David Anderson · 8 years ago
  80. c4bb2f7 ipv6: remove unnecessary sysSockoptLen type by Mikio Hara · 8 years ago
  81. 37db164 ipv4: remove unnecessary sysSockoptLen type by Mikio Hara · 8 years ago
  82. 31df19d http2: fix truncated comment by Brad Fitzpatrick · 8 years ago
  83. 1dd0d85 bpf: correct spelling of marshaling in package doc. by David Anderson · 8 years ago
  84. 27276f6 bpf: add package documentation describing the BPF virtual machine. by David Anderson · 8 years ago
  85. 9c7b3c7 bpf: simplify disasm state machine. by David Anderson · 8 years ago
  86. 3c20808 bpf: new package to assemble and disassemble Berkeley Packet Filter programs. by David Anderson · 8 years ago
  87. 1600a4c http2: revert part of e7da8eda to fix data race it introduced by Brad Fitzpatrick · 8 years ago
  88. 991d3e3 http2: make Transport handle HEAD responses with DATA frames by Brad Fitzpatrick · 8 years ago
  89. 4876518 http2: don't make garbage when sorting things by Brad Fitzpatrick · 8 years ago
  90. c561780 http2: remove method value allocation per read frame by Brad Fitzpatrick · 8 years ago
  91. 4d06dbd http2: reduce alloc-heavy init by Brad Fitzpatrick · 8 years ago
  92. 9d8ef8d context: Uniformly pass cancelCtx by pointer. by David Symonds · 8 years ago
  93. 35b06af trace: make AuthRequest robust to multiple RemoteAddr formats by Dave Day · 8 years ago
  94. e7da8ed http2: reduce garbage in Server on requests with bodies by Brad Fitzpatrick · 8 years ago
  95. 3e5cd1e websocket: Be explicit about goroutine safety by Sam Whited · 8 years ago
  96. 237fc45 http2: gofmt -w -s by Mikio Hara · 8 years ago
  97. a4bbce9 context/ctxhttp: fix data race in tests by Brad Fitzpatrick · 8 years ago
  98. 08f168e publicsuffix: Make gen.go faster. by Jacob Hoffman-Andrews · 8 years ago
  99. d58ca66 publicsuffix: update table to latest list from publicsuffix.org. by Nigel Tao · 8 years ago
  100. 6acef71 http2: add Framer.ErrorDetail method by Brad Fitzpatrick · 8 years ago