go /
net /
8e4032f957225da524844741ab32cdfd1f103191 - 8e4032f transport: set Response.TLS/Request by Blake Mizerany · 10 years ago
- b4eaf1c transport_test: more failures for Blake to fix by Brad Fitzpatrick · 10 years ago
- 24c6636 transport: set Response.Status[Code] by Blake Mizerany · 10 years ago
- 427b572 transport: don't send empty paths; use implicit / by Brad Fitzpatrick · 10 years ago
- ebe9b94 transport_test: failing test for Blake to work on by Brad Fitzpatrick · 10 years ago
- ebeaf0b server_test: add --stderr_verbose flag to mirror logs to stderr, unbuffered by Brad Fitzpatrick · 10 years ago
- d3b6354 rename TestTransport to TestTransportExternal by Brad Fitzpatrick · 10 years ago
- d1a857d transport: add an -insecure flag to transport_test by Brad Fitzpatrick · 10 years ago
- 33237cf transport: send initial conn-level window update, don't send both Host and :authority by Brad Fitzpatrick · 10 years ago
- cd9fa58 server: more verbosity: show headers decodes by Brad Fitzpatrick · 10 years ago
- 07ee680 Add a flag for which host to hit in TestTransport by Brad Fitzpatrick · 10 years ago
- fcb18db Add the start of a (video-recorded) HTTP/2 Client implementation. by Brad Fitzpatrick · 10 years ago
- 7f51998 Add TestReadFrameHeader, rename TestReadWriteFrameHeader by Brad Fitzpatrick · 10 years ago
- cfd7c4e Remove old, unused Framer field. by Brad Fitzpatrick · 10 years ago
- d95a834 fix truncation of unknown setting ID in SettingID.String by Brad Fitzpatrick · 10 years ago
- e4cd9ad Add Server.PermitProhibitedCipherSuites option; update curl tests. by Brad Fitzpatrick · 10 years ago
- f0f7876 Don't enforce SNI for now. by Brad Fitzpatrick · 10 years ago
- 36f7934 Be more verbose when rejecting connections; including which bogus ciphersuite. by Brad Fitzpatrick · 10 years ago
- 7684780 In curl integration test, include output along with non-zero exit status in failure message. by Brad Fitzpatrick · 10 years ago
- af958b3 Update curl in integration test Dockerfile to 7.40.0 by Brad Fitzpatrick · 10 years ago
- 2440b99 Merge branch 'master' of github.com:bradfitz/http2 by Brad Fitzpatrick · 10 years ago
- 12475b8 h2demo: add build tag by Brad Fitzpatrick · 10 years ago
- 7882a79 Merge pull request #25 from mdlayher/go_vet by Brad Fitzpatrick · 10 years ago
- 07d158a Add mdlayher to AUTHORS and CONTRIBUTORS by Matt Layher · 10 years ago
- 51b824b Fix several issues found by 'go vet' by Matt Layher · 10 years ago
- 2fcb356 Merge pull request #24 from DanielMorsing/priority by Brad Fitzpatrick · 10 years ago
- a5c5593 strengthen priority tree code and add tests by Daniel Morsing · 10 years ago
- df959c2 Don't stringify the remote addr on each request. by Brad Fitzpatrick · 10 years ago
- cf89663 Move all the TODOs together by Brad Fitzpatrick · 10 years ago
- 068d35d Track the flow control of the peer explicitly. by Brad Fitzpatrick · 10 years ago
- 67607af Updaet TODO about idle clients. by Brad Fitzpatrick · 10 years ago
- f64ceef Add a POST benchmark. Notably to show all the garbage from the body buffer. by Brad Fitzpatrick · 10 years ago
- 5df015f Enforce cipher suites. by Brad Fitzpatrick · 10 years ago
- 842bf9f Enforce SNI by Brad Fitzpatrick · 10 years ago
- 003b93b Add tests that we reject TLS 1.0 and TLS 1.1 by Brad Fitzpatrick · 10 years ago
- 30b1681 Move TLS version check much earlier, not late during handler setup. by Brad Fitzpatrick · 10 years ago
- 741cd6d Start of a server benchmark. Also, make serverTester less allocation-heavy. by Brad Fitzpatrick · 10 years ago
- 57999e3 Load the spec coverage in tests lazily. by Brad Fitzpatrick · 10 years ago
- 64b2918 Add a test to catch that nobody rearranges fields in FrameHeader by Brad Fitzpatrick · 10 years ago
- 2b445ee Add more docs to the FrameHeader type and UnknownFrame.Payload by Brad Fitzpatrick · 10 years ago
- f3a6d9a Fix a crash and state transitions when handler closes while client still open by Brad Fitzpatrick · 10 years ago
- 996adcb Make the currently-skipped known-failing test actually fail. by Brad Fitzpatrick · 10 years ago
- a98415a remove back-to-back map lookup in processResetStream by Brad Fitzpatrick · 10 years ago
- b2ca8da Add a TODO about crypto/tls.Conn.CloseWrite by Brad Fitzpatrick · 10 years ago
- 675c492 Remove a TODO that's already done. by Brad Fitzpatrick · 10 years ago
- 0f1a865 Don't send stream WINDOW_UPDATEs when client has sent END_STREAM by Brad Fitzpatrick · 10 years ago
- 962595c Fix copy/paste typo in server_test.go by Brad Fitzpatrick · 10 years ago
- 7189a05 New TODO, related to a known crash by Brad Fitzpatrick · 10 years ago
- c57de9f Updated TODO by Brad Fitzpatrick · 10 years ago
- c8bab6a Move server's WINDOW_UPDATE sending logic into the serve loop. by Brad Fitzpatrick · 10 years ago
- 953b511 Add bigger TODO comment and replace 65536 with meaningful constant. by Brad Fitzpatrick · 10 years ago
- e2233f7 Add known-failing test. Panic stack trace reported by Mathieu from Camlistore. by Brad Fitzpatrick · 10 years ago
- 73ff02d Merge pull request #22 from DanielMorsing/ca by Brad Fitzpatrick · 10 years ago
- 401665b Merge pull request #21 from DanielMorsing/push by Brad Fitzpatrick · 10 years ago
- 784ac63 add Daniel to C+A by Daniel Morsing · 10 years ago
- 9f25169 Send GOAWAY if server receives a PUSH_PROMISE. by Daniel Morsing · 10 years ago
- b7c97da Add ability to write and parse push promise frames. by Daniel Morsing · 10 years ago
- 73d2f1e Clarify PriorityParam.Weight's range. by Brad Fitzpatrick · 10 years ago
- 6a9b77b Track whether peer has acked our latest settings. by Brad Fitzpatrick · 10 years ago
- 5b95eb3 Forget pending frames when stream is closed (e.g. RST) by Brad Fitzpatrick · 10 years ago
- a92fa95 Simplify write scheduler a bit, remove serverConn.writeFrame's fast path for now by Brad Fitzpatrick · 10 years ago
- 9b7b383 Add a test that empty DATA frames aren't flow-controlled. by Brad Fitzpatrick · 10 years ago
- 9876618 Use the initialWindowSize constant directly when setting the conn flow by Brad Fitzpatrick · 10 years ago
- 021bb68 Add debug String method to frameWriteMsg and writeData by Brad Fitzpatrick · 10 years ago
- 6bb6643 Fix typo by Brad Fitzpatrick · 10 years ago
- 17a4784 Merge pull request #19 from tatsuhiro-t/enforce-connfc by Brad Fitzpatrick · 10 years ago
- cc1e1da Respect peer's connection-level flow control by Tatsuhiro Tsujikawa · 10 years ago
- 605f628 Write scheduler changes towards selecting between competing writing streams. by Brad Fitzpatrick · 10 years ago
- 2ee3a49 Start of priority processing. Untested. by Brad Fitzpatrick · 10 years ago
- 50effba Add HeadersFrame.HasPriority accessor. by Brad Fitzpatrick · 10 years ago
- 914bad5 Make stream a bit more general and remove the serverConn pointer. by Brad Fitzpatrick · 10 years ago
- 2b45947 Move handler writing flow control to serve goroutine's frame scheduler. by Brad Fitzpatrick · 10 years ago
- 9581fe1 Increase prefaceTimeout. I actually hit this myself. by Brad Fitzpatrick · 10 years ago
- f16a0b3 Shrink frameWriteMsg, add writeFramer interface, remove empty interfaces. by Brad Fitzpatrick · 10 years ago
- 379332f Merge pull request #18 from tatsuhiro-t/encoder-doc-fix by Brad Fitzpatrick · 10 years ago
- f0866ad Start of a better frame scheduler. Still many TODOs. by Brad Fitzpatrick · 10 years ago
- 66ec439 Remove some redundant goroutine checks. writeFrameFromHandler does these. by Brad Fitzpatrick · 10 years ago
- 23564bf Refactor frame writing in prep for the write scheduler and client support. by Brad Fitzpatrick · 10 years ago
- 756decb Fix the one func missing its paranoid writeG.check call. by Brad Fitzpatrick · 10 years ago
- a13c4a4 Break server's frame scheduler into its own file & type. by Brad Fitzpatrick · 10 years ago
- 0d869c5 Fix documentation for SetMaxDynamicTableSize of Encoder by Tatsuhiro Tsujikawa · 10 years ago
- 1797e70 comment update by Brad Fitzpatrick · 10 years ago
- ad4757f New TODO by Brad Fitzpatrick · 10 years ago
- 0218ba6 Verify num written bytes from body.Write by Brad Fitzpatrick · 10 years ago
- b0a06c8 Comment updates by Brad Fitzpatrick · 10 years ago
- ed26b48 Flesh out the Life Of A Write comment by Brad Fitzpatrick · 10 years ago
- 7ded6e2 Send CONTINUATION frames from server. by Brad Fitzpatrick · 10 years ago
- 165c098 TODO cleanup, rename sendFrameWrite to startFrameWrite by Brad Fitzpatrick · 10 years ago
- 36d9a67 Export the NPN/ALPN protocol constant by Brad Fitzpatrick · 10 years ago
- 8ec321e More tests, clean up test log noise, fix a GOAWAY bug. by Brad Fitzpatrick · 10 years ago
- aa524f6 Remove the writeFrames goroutine. by Brad Fitzpatrick · 10 years ago
- b3e0a87 Move enforcement of SETTINGS_MAX_CONCURRENT_STREAMS later. by Brad Fitzpatrick · 10 years ago
- c31b74c Remove WebSockets Hijacker TODO. Websockets over HTTP/2 is a spec WIP. by Brad Fitzpatrick · 10 years ago
- 6ec1731 Add MaxConcurrentStreams streams tunable and enforce it. by Brad Fitzpatrick · 10 years ago
- 4c687c6 Respect client's advertised flow control window size when writing from Handlers. by Brad Fitzpatrick · 10 years ago
- 4e3c922 Rename, rearrange, document stuff. by Brad Fitzpatrick · 10 years ago
- b76d155 Merge pull request #17 from gbbr/106-redundant-return by Brad Fitzpatrick · 10 years ago
- 0b3b574 Removed redundant returns by gbbr · 10 years ago
- 2384117 Merge pull request #15 from tatsuhiro-t/hpack-encoder by Brad Fitzpatrick · 10 years ago
- c7d67a5 Implement HPACK encoder that actually compresses header block by Tatsuhiro Tsujikawa · 10 years ago