1. aa7658c Update README by Brad Fitzpatrick · 9 years ago master
  2. 6608b73 More doc updates about the repo move. by Brad Fitzpatrick · 9 years ago
  3. b84866f Update README to redirect people to this repo's new home. by Brad Fitzpatrick · 9 years ago
  4. f8202bc h2i: ignore binary by Blake Mizerany · 9 years ago
  5. d6b5b74 h2i: fix binary name in usage message by Brad Fitzpatrick · 9 years ago
  6. 02f7b45 Merge pull request #55 from mdlayher/testframetypestring by Brad Fitzpatrick · 9 years ago
  7. b70dcab h2i: add installation tips to README by Brad Fitzpatrick · 9 years ago
  8. 01acb96 h2i: settings support and subcommand auto-completion by Brad Fitzpatrick · 9 years ago
  9. f443e0d Merge branch 'master' of github.com:bradfitz/http2 by Brad Fitzpatrick · 9 years ago
  10. 6e36faf frame_test: add TestFrameTypeString by Matt Layher · 9 years ago
  11. 5d83bd4 Merge pull request #54 from mdlayher/master by Brad Fitzpatrick · 9 years ago
  12. 5e4d9bf h2i: a -> app by Blake Mizerany · 9 years ago
  13. 6c53fec buffer_test, transport_test: fix 'go vet' issues by Matt Layher · 9 years ago
  14. 9516364 Merge pull request #28 from mdlayher/master by Brad Fitzpatrick · 9 years ago
  15. 255559d Merge branch 'master' of https://github.com/mdlayher/http2 by Brad Fitzpatrick · 9 years ago
  16. 8348f2f Update README.md by Brad Fitzpatrick · 9 years ago
  17. 7eb059d h2i: link Blake by Brad Fitzpatrick · 9 years ago
  18. 85da460 add a README by Brad Fitzpatrick · 9 years ago
  19. e64b552 h2i: decode received HPACK HEADERS frames by Brad Fitzpatrick · 9 years ago
  20. 647a8d1 h2i: add HEADERS command, to send requests, typed as HTTP/1.1 by Brad Fitzpatrick · 9 years ago
  21. 68bb755 h2i: show Settings, WindowUpdate, GoAway frame details. by Brad Fitzpatrick · 9 years ago
  22. 93a9d4a h2i: auto-complete commands on TAB by Blake Mizerany · 9 years ago
  23. 933ed8f h2i: table-ify the commands by Brad Fitzpatrick · 9 years ago
  24. 94b959a h2i: add settings ack by Blake Mizerany · 9 years ago
  25. 4f6ee99 h2i: ping command by Brad Fitzpatrick · 9 years ago
  26. a637139 h2i: start of a working shell by Brad Fitzpatrick · 9 years ago
  27. 0e20025 h2i: start of flags, usage, dialing by Brad Fitzpatrick · 9 years ago
  28. 8524f70 h2i: Hello, World. by Blake Mizerany · 9 years ago
  29. b625564 h2demo: update launch.go to use golang.org/x/oauth2 by Brad Fitzpatrick · 9 years ago
  30. 030231d C+A: add Perry Abbott (Individual CLA) by Brad Fitzpatrick · 9 years ago
  31. b17d820 Merge branch 'master' of https://github.com/bradfitz/http2 by Brad Fitzpatrick · 9 years ago
  32. 91f8030 Merge pull request #44 from pabbott0/master by Brad Fitzpatrick · 9 years ago
  33. 3d069f6 server: prevent race during resched pump on a closed stream by Perry Abbott · 9 years ago
  34. 6d53d22 Make env var DEBUG_HTTP2_GOROUTINES control goroutine tracking. by Brad Fitzpatrick · 9 years ago
  35. a962c3e Merge pull request #42 from aecdanjun/master by Brad Fitzpatrick · 9 years ago
  36. aa3acd1 Add type Flags to the constants by aecdanjun · 9 years ago
  37. 97124af Remove draft-14 comment in package docs. by Brad Fitzpatrick · 9 years ago
  38. 3e36af6 Merge pull request #35 from tetsuok/fix-comment by Brad Fitzpatrick · 9 years ago
  39. 8caa9dc Fix the variable name and typo in the comments. by Tetsuo Kiso · 9 years ago
  40. ec0c78a buffer_test: add TestBufferWrite by Matt Layher · 9 years ago
  41. 13dfd89 Advertise 'h2' protocol, now that HTTP/2 is final. by Brad Fitzpatrick · 9 years ago
  42. 2609cc0 Merge pull request #26 from olekukonko/patch-1 by Brad Fitzpatrick · 9 years ago
  43. 19f280c Update Download Link by Oleku Konko · 9 years ago
  44. 1faa3a4 update README by Brad Fitzpatrick · 9 years ago
  45. 286740e Merge branch 'master' of github.com:bradfitz/http2 by Brad Fitzpatrick · 9 years ago
  46. 00df6d8 transport: remove debug logs, finish stuff from my earlier commit by Brad Fitzpatrick · 9 years ago
  47. 3576907 transport: test responses unblock on conn error by Blake Mizerany · 9 years ago
  48. 45702ea transport: cache and re-use client connections by Brad Fitzpatrick · 9 years ago
  49. e12a06a server_test: don't crash in serverTesters.Close if using optOnlyServer by Brad Fitzpatrick · 9 years ago
  50. 8d1303c server_test: add serverTester option to not setup client by Brad Fitzpatrick · 9 years ago
  51. 7bb8b7c transport: cleanups, CONTINUATION strictness, track active requests per conn by Brad Fitzpatrick · 9 years ago
  52. ddf2004 transport: start of re-using client connections by Brad Fitzpatrick · 9 years ago
  53. 8e4032f transport: set Response.TLS/Request by Blake Mizerany · 9 years ago
  54. b4eaf1c transport_test: more failures for Blake to fix by Brad Fitzpatrick · 9 years ago
  55. 24c6636 transport: set Response.Status[Code] by Blake Mizerany · 9 years ago
  56. 427b572 transport: don't send empty paths; use implicit / by Brad Fitzpatrick · 9 years ago
  57. ebe9b94 transport_test: failing test for Blake to work on by Brad Fitzpatrick · 9 years ago
  58. ebeaf0b server_test: add --stderr_verbose flag to mirror logs to stderr, unbuffered by Brad Fitzpatrick · 9 years ago
  59. d3b6354 rename TestTransport to TestTransportExternal by Brad Fitzpatrick · 9 years ago
  60. d1a857d transport: add an -insecure flag to transport_test by Brad Fitzpatrick · 9 years ago
  61. 33237cf transport: send initial conn-level window update, don't send both Host and :authority by Brad Fitzpatrick · 9 years ago
  62. cd9fa58 server: more verbosity: show headers decodes by Brad Fitzpatrick · 9 years ago
  63. 07ee680 Add a flag for which host to hit in TestTransport by Brad Fitzpatrick · 10 years ago
  64. fcb18db Add the start of a (video-recorded) HTTP/2 Client implementation. by Brad Fitzpatrick · 10 years ago
  65. 7f51998 Add TestReadFrameHeader, rename TestReadWriteFrameHeader by Brad Fitzpatrick · 10 years ago
  66. cfd7c4e Remove old, unused Framer field. by Brad Fitzpatrick · 10 years ago
  67. d95a834 fix truncation of unknown setting ID in SettingID.String by Brad Fitzpatrick · 10 years ago
  68. e4cd9ad Add Server.PermitProhibitedCipherSuites option; update curl tests. by Brad Fitzpatrick · 10 years ago
  69. f0f7876 Don't enforce SNI for now. by Brad Fitzpatrick · 10 years ago
  70. 36f7934 Be more verbose when rejecting connections; including which bogus ciphersuite. by Brad Fitzpatrick · 10 years ago
  71. 7684780 In curl integration test, include output along with non-zero exit status in failure message. by Brad Fitzpatrick · 10 years ago
  72. af958b3 Update curl in integration test Dockerfile to 7.40.0 by Brad Fitzpatrick · 10 years ago
  73. 2440b99 Merge branch 'master' of github.com:bradfitz/http2 by Brad Fitzpatrick · 10 years ago
  74. 12475b8 h2demo: add build tag by Brad Fitzpatrick · 10 years ago
  75. 7882a79 Merge pull request #25 from mdlayher/go_vet by Brad Fitzpatrick · 10 years ago
  76. 07d158a Add mdlayher to AUTHORS and CONTRIBUTORS by Matt Layher · 10 years ago
  77. 51b824b Fix several issues found by 'go vet' by Matt Layher · 10 years ago
  78. 2fcb356 Merge pull request #24 from DanielMorsing/priority by Brad Fitzpatrick · 10 years ago
  79. a5c5593 strengthen priority tree code and add tests by Daniel Morsing · 10 years ago
  80. df959c2 Don't stringify the remote addr on each request. by Brad Fitzpatrick · 10 years ago
  81. cf89663 Move all the TODOs together by Brad Fitzpatrick · 10 years ago
  82. 068d35d Track the flow control of the peer explicitly. by Brad Fitzpatrick · 10 years ago
  83. 67607af Updaet TODO about idle clients. by Brad Fitzpatrick · 10 years ago
  84. f64ceef Add a POST benchmark. Notably to show all the garbage from the body buffer. by Brad Fitzpatrick · 10 years ago
  85. 5df015f Enforce cipher suites. by Brad Fitzpatrick · 10 years ago
  86. 842bf9f Enforce SNI by Brad Fitzpatrick · 10 years ago
  87. 003b93b Add tests that we reject TLS 1.0 and TLS 1.1 by Brad Fitzpatrick · 10 years ago
  88. 30b1681 Move TLS version check much earlier, not late during handler setup. by Brad Fitzpatrick · 10 years ago
  89. 741cd6d Start of a server benchmark. Also, make serverTester less allocation-heavy. by Brad Fitzpatrick · 10 years ago
  90. 57999e3 Load the spec coverage in tests lazily. by Brad Fitzpatrick · 10 years ago
  91. 64b2918 Add a test to catch that nobody rearranges fields in FrameHeader by Brad Fitzpatrick · 10 years ago
  92. 2b445ee Add more docs to the FrameHeader type and UnknownFrame.Payload by Brad Fitzpatrick · 10 years ago
  93. f3a6d9a Fix a crash and state transitions when handler closes while client still open by Brad Fitzpatrick · 10 years ago
  94. 996adcb Make the currently-skipped known-failing test actually fail. by Brad Fitzpatrick · 10 years ago
  95. a98415a remove back-to-back map lookup in processResetStream by Brad Fitzpatrick · 10 years ago
  96. b2ca8da Add a TODO about crypto/tls.Conn.CloseWrite by Brad Fitzpatrick · 10 years ago
  97. 675c492 Remove a TODO that's already done. by Brad Fitzpatrick · 10 years ago
  98. 0f1a865 Don't send stream WINDOW_UPDATEs when client has sent END_STREAM by Brad Fitzpatrick · 10 years ago
  99. 962595c Fix copy/paste typo in server_test.go by Brad Fitzpatrick · 10 years ago
  100. 7189a05 New TODO, related to a known crash by Brad Fitzpatrick · 10 years ago