커밋 기록

작성자 SHA1 메시지 날짜
  Brad Fitzpatrick d95a834acb fix truncation of unknown setting ID in SettingID.String 11 년 전
  Brad Fitzpatrick e4cd9ad27e Add Server.PermitProhibitedCipherSuites option; update curl tests. 11 년 전
  Brad Fitzpatrick f0f7876b26 Don't enforce SNI for now. 11 년 전
  Brad Fitzpatrick 36f7934bd3 Be more verbose when rejecting connections; including which bogus ciphersuite. 11 년 전
  Brad Fitzpatrick 7684780928 In curl integration test, include output along with non-zero exit status in failure message. 11 년 전
  Brad Fitzpatrick af958b3ad4 Update curl in integration test Dockerfile to 7.40.0 11 년 전
  Brad Fitzpatrick 2440b99f4f Merge branch 'master' of github.com:bradfitz/http2 11 년 전
  Brad Fitzpatrick 12475b82fe h2demo: add build tag 11 년 전
  Brad Fitzpatrick 7882a790a7 Merge pull request #25 from mdlayher/go_vet 11 년 전
  Matt Layher 07d158ae76 Add mdlayher to AUTHORS and CONTRIBUTORS 11 년 전
  Matt Layher 51b824be1f Fix several issues found by 'go vet' 11 년 전
  Brad Fitzpatrick 2fcb356ed4 Merge pull request #24 from DanielMorsing/priority 11 년 전
  Daniel Morsing a5c5593a24 strengthen priority tree code and add tests 11 년 전
  Brad Fitzpatrick df959c2f39 Don't stringify the remote addr on each request. 11 년 전
  Brad Fitzpatrick cf89663d4f Move all the TODOs together 11 년 전
  Brad Fitzpatrick 068d35de36 Track the flow control of the peer explicitly. 11 년 전
  Brad Fitzpatrick 67607af558 Updaet TODO about idle clients. 11 년 전
  Brad Fitzpatrick f64ceef66c Add a POST benchmark. Notably to show all the garbage from the body buffer. 11 년 전
  Brad Fitzpatrick 5df015f2d6 Enforce cipher suites. 11 년 전
  Brad Fitzpatrick 842bf9fbb4 Enforce SNI 11 년 전
  Brad Fitzpatrick 003b93b072 Add tests that we reject TLS 1.0 and TLS 1.1 11 년 전
  Brad Fitzpatrick 30b1681812 Move TLS version check much earlier, not late during handler setup. 11 년 전
  Brad Fitzpatrick 741cd6dd99 Start of a server benchmark. Also, make serverTester less allocation-heavy. 11 년 전
  Brad Fitzpatrick 57999e3998 Load the spec coverage in tests lazily. 11 년 전
  Brad Fitzpatrick 64b29183e7 Add a test to catch that nobody rearranges fields in FrameHeader 11 년 전
  Brad Fitzpatrick 2b445ee680 Add more docs to the FrameHeader type and UnknownFrame.Payload 11 년 전
  Brad Fitzpatrick f3a6d9a1b0 Fix a crash and state transitions when handler closes while client still open 11 년 전
  Brad Fitzpatrick 996adcbea3 Make the currently-skipped known-failing test actually fail. 11 년 전
  Brad Fitzpatrick a98415a3d1 remove back-to-back map lookup in processResetStream 11 년 전
  Brad Fitzpatrick b2ca8da1f3 Add a TODO about crypto/tls.Conn.CloseWrite 11 년 전