1. 8eea919 Internal QUICHE change by wub · 4 years, 8 months ago
  2. 6a25841 Apply the amplification limit for all packets, not just handshake packets in ietf quic. also fixes an issue where shouldgeneratepacket doesn't check if the connection is connected. protected by gfe2_reloadable_flag_quic_move_amplification_limit. by fayang · 4 years, 10 months ago
  3. 09c1eda gfe-relnote: Close connection with H3_CLOSED_CRITICAL_STREAM if peer closes a critical stream. Protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27. by bnc · 5 years ago
  4. 41a1b41 Allow QuicSession::WritevData() to write data at a specified encryption level. by renjietang · 5 years ago
  5. 7c23917 Remove stream pointer from QuicSession::WritevData. by renjietang · 5 years ago
  6. e6d9467 Remove "incoming" from QUIC stream limit config code. by renjietang · 5 years ago
  7. 11f55d4 Use quiche string libraries in third_party/quic/core/qpack by QUICHE team · 5 years ago
  8. a29a96a Merge different HTTP/3 QUIC version label into one called VersionUsesHttp3. by renjietang · 5 years ago
  9. 88bd5b0 Improve debug logging and test display by dschinazi · 5 years ago
  10. 18cdf13 Support local vs remote flow control with TLS, and fix initial limits by dschinazi · 5 years ago
  11. bb2e22a Re-enable tests that were blocked by TLS not setting initial connection flow control window. by renjietang · 6 years ago
  12. 578cf9f Use real QPACK streams in QPACK stream tests instead of creating artificial ones. by renjietang · 6 years ago
  13. c8c02a5 Make sure QPACK stream types are sent along with SETTINGS in one packet. by renjietang · 6 years ago
  14. d6f5afa Do not send stream type twice in QPACK streams. by renjietang · 6 years ago
  15. 77dd824 Update tests on HTTP/3 unidirectional streams. by renjietang · 6 years ago
  16. 3fc60df Add http3_constants.h for HTTP/3 and QPACK unidirectional stream types and settings identifiers. by bnc · 6 years ago
  17. 8464f31 Clean up includes and build dependencies in QPACK tests. by bnc · 6 years ago
  18. d21094b Add Qpack stream classes. by renjietang · 6 years ago