Commit History

Author SHA1 Message Date
  Brad Fitzpatrick a962c3ea89 Merge pull request #42 from aecdanjun/master 10 years ago
  aecdanjun aa3acd1d5a Add type Flags to the constants 10 years ago
  Brad Fitzpatrick 97124afb23 Remove draft-14 comment in package docs. 10 years ago
  Brad Fitzpatrick 3e36af6d3a Merge pull request #35 from tetsuok/fix-comment 10 years ago
  Tetsuo Kiso 8caa9dc5a9 Fix the variable name and typo in the comments. 10 years ago
  Brad Fitzpatrick 13dfd89112 Advertise 'h2' protocol, now that HTTP/2 is final. 11 years ago
  Brad Fitzpatrick 2609cc0d65 Merge pull request #26 from olekukonko/patch-1 11 years ago
  Oleku Konko 19f280c032 Update Download Link 11 years ago
  Brad Fitzpatrick 1faa3a4810 update README 11 years ago
  Brad Fitzpatrick 286740e306 Merge branch 'master' of github.com:bradfitz/http2 11 years ago
  Brad Fitzpatrick 00df6d8ecb transport: remove debug logs, finish stuff from my earlier commit 11 years ago
  Blake Mizerany 3576907d47 transport: test responses unblock on conn error 11 years ago
  Brad Fitzpatrick 45702eac0f transport: cache and re-use client connections 11 years ago
  Brad Fitzpatrick e12a06aa74 server_test: don't crash in serverTesters.Close if using optOnlyServer 11 years ago
  Brad Fitzpatrick 8d1303c9de server_test: add serverTester option to not setup client 11 years ago
  Brad Fitzpatrick 7bb8b7cf75 transport: cleanups, CONTINUATION strictness, track active requests per conn 11 years ago
  Brad Fitzpatrick ddf20046ea transport: start of re-using client connections 11 years ago
  Blake Mizerany 8e4032f957 transport: set Response.TLS/Request 11 years ago
  Brad Fitzpatrick b4eaf1cb0a transport_test: more failures for Blake to fix 11 years ago
  Blake Mizerany 24c6636f43 transport: set Response.Status[Code] 11 years ago
  Brad Fitzpatrick 427b572fac transport: don't send empty paths; use implicit / 11 years ago
  Brad Fitzpatrick ebe9b94530 transport_test: failing test for Blake to work on 11 years ago
  Brad Fitzpatrick ebeaf0b0cd server_test: add --stderr_verbose flag to mirror logs to stderr, unbuffered 11 years ago
  Brad Fitzpatrick d3b6354db9 rename TestTransport to TestTransportExternal 11 years ago
  Brad Fitzpatrick d1a857d2d9 transport: add an -insecure flag to transport_test 11 years ago
  Brad Fitzpatrick 33237cf086 transport: send initial conn-level window update, don't send both Host and :authority 11 years ago
  Brad Fitzpatrick cd9fa581b5 server: more verbosity: show headers decodes 11 years ago
  Brad Fitzpatrick 07ee680c59 Add a flag for which host to hit in TestTransport 11 years ago
  Brad Fitzpatrick fcb18dbbcb Add the start of a (video-recorded) HTTP/2 Client implementation. 11 years ago
  Brad Fitzpatrick 7f51998e4e Add TestReadFrameHeader, rename TestReadWriteFrameHeader 11 years ago