1. 190477e Support Http3 extended CONNECT. When QuicSpdySession::allow_extended_connect_ is true, ENABLE_CONNECT_PROTOCOL will be 1 in SETTINGS frame. The client sets allow_extended_connect_ to true once the received SETTINGS frame has ENABLE_CONNECT_PROTOCOL = 1. QuicSpdySession::allow_extended_connect_ is behind --gfe2_reloadable_flag_quic_verify_request_headers. by danzh · 3 years, 3 months ago
  2. 9d05f4a Support IETF QUIC reset error codes. by vasilvv · 3 years, 3 months ago
  3. fef8b49 Run clang-format on some of the QUIC files. by vasilvv · 3 years, 4 months ago
  4. e402302 Deprecate gfe2_reloadable_flag_quic_use_write_or_buffer_data_at_level. by fayang · 3 years, 5 months ago
  5. 17ca6b0 Fix more -Wc++11-narrowing issues by vasilvv · 3 years, 7 months ago
  6. 53387f7 Make HttpEncoder::SerializeDataFrameHeader() return a QuicBuffer by vasilvv · 3 years, 7 months ago
  7. a49eefd Remove QUIC server push from QuicSimpleServerSession. by bnc · 3 years, 8 months ago
  8. 38b5aed Remove QuicWrapUnique. by bnc · 3 years, 9 months ago
  9. b0aaa82 Add QuicMemoryCacheBackend::AddResponseWithEarlyHints() by QUICHE team · 3 years, 10 months ago
  10. eb2046f Prevent QuicSimpleServerStream from sending two responses by dschinazi · 3 years, 10 months ago
  11. 8d63c92 Allow CONNECT requests without :path in QuicSimpleServerStream by dschinazi · 3 years, 10 months ago
  12. 861766b deprecate gfe2_reloadable_flag_quic_split_up_send_rst_2. by renjietang · 4 years ago
  13. f803516 Replace (D)CHECK with QUICHE_(D)CHECK. by vasilvv · 4 years ago
  14. 5be974e Project import generated by Copybara. by QUICHE team · 4 years ago
  15. 9a630bf Allow QuicSimpleServerStream to send CONNECT response by dschinazi · 4 years, 1 month ago
  16. 9c41f8b Use WriteOrBufferDataAtLevel to send crypto data. Such that existing WriteOrBufferData is used to send application data. by fayang · 4 years, 2 months ago
  17. 8210352 Rename SpdyHeaderBlock to Http2HeaderBlock. by QUICHE team · 4 years, 2 months ago
  18. 035fe3d Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. Delete QUICHE_ARRAYSIZE. by vasilvv · 4 years, 2 months ago
  19. 052df7c Introduce the concept of STOP_SENDING in gQUIC. by renjietang · 4 years, 3 months ago
  20. 7df418b Replace QuicheOptional with absl::optional. by vasilvv · 4 years, 3 months ago
  21. 6c9e9c3 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 3 months ago
  22. 9946bc0 Move handling of STOP_SENDING frame from QuicSession to QuicStream. by renjietang · 4 years, 6 months ago
  23. 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, 7 months ago
  24. 713afae gfe-relnote: Update MOCK_METHODn to MOCK_METHOD in //third_party/quic/. Test only change. by wub · 4 years, 8 months ago
  25. 3a51d1a gfe-relnote: In QUIC, remove QuicStream::set_fin_received while move QuicStream::set_fin_sent to protected (renamed to SetFinSent and this should only be used by Google QUIC). No functional change expected, not protected. by fayang · 4 years, 9 months ago
  26. 4d992bf Let session methods that write data take argument of TransmissionType so that it's clear at which transmission type the data is written. by renjietang · 4 years, 10 months ago
  27. 41a1b41 Allow QuicSession::WritevData() to write data at a specified encryption level. by renjietang · 4 years, 10 months ago
  28. 7c23917 Remove stream pointer from QuicSession::WritevData. by renjietang · 4 years, 10 months ago
  29. e6d9467 Remove "incoming" from QUIC stream limit config code. by renjietang · 5 years ago
  30. 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
  31. 5015e2e Use quiche string libraries in third_party/quic/tools by QUICHE team · 5 years ago
  32. 6f18a82 Send Stream Cancellation QPACK instruction. by bnc · 5 years ago
  33. dcea9b8 Remove use of illegal ":version" HTTP pseudo-header in tests by dschinazi · 5 years ago
  34. 4694272 Make HttpEncoder methods static. by bnc · 5 years ago
  35. a29a96a Merge different HTTP/3 QUIC version label into one called VersionUsesHttp3. by renjietang · 5 years ago
  36. 88bd5b0 Improve debug logging and test display by dschinazi · 5 years ago
  37. 18cdf13 Support local vs remote flow control with TLS, and fix initial limits by dschinazi · 5 years ago
  38. bb2e22a Re-enable tests that were blocked by TLS not setting initial connection flow control window. by renjietang · 5 years ago
  39. 87cd7de Add QpackStreams into QuicSpdySession. by renjietang · 5 years ago
  40. 8513ffe Initialize session in quic_simple_server_stream_test. by renjietang · 5 years ago
  41. 9a42376 gfe-relnote: Replace SpdyPriority priority with const spdy::SpdyStreamPrecedence& precedence in GfeQuicServerSession::CreateServerPushStream. No functional change expected. Not protected. by fayang · 5 years ago
  42. c04c85f Create HTTP/3 unidirectional stream only when stream limit allows. by renjietang · 5 years ago
  43. 476683a gfe-relnote: In QUIC, replaces QuicStream::priority_ with QuicStream::precedence_ and pluming it to write_blocked_list. No functional change expected. Not protected. by fayang · 5 years ago
  44. 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 6 years ago
  45. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  46. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
  47. 6ebe83b Refactor TlsHandshaker classes by nharper · 6 years ago
  48. f5e6845 Refactor how TLS versions get enabled by nharper · 6 years ago
  49. d3a1de9 Have separate uni- and bi-directional stream limits for IETF QUIC by fkastenholz · 6 years ago
  50. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  51. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago