- 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
- 9d05f4a Support IETF QUIC reset error codes. by vasilvv · 3 years, 3 months ago
- fef8b49 Run clang-format on some of the QUIC files. by vasilvv · 3 years, 4 months ago
- e402302 Deprecate gfe2_reloadable_flag_quic_use_write_or_buffer_data_at_level. by fayang · 3 years, 5 months ago
- 17ca6b0 Fix more -Wc++11-narrowing issues by vasilvv · 3 years, 7 months ago
- 53387f7 Make HttpEncoder::SerializeDataFrameHeader() return a QuicBuffer by vasilvv · 3 years, 7 months ago
- a49eefd Remove QUIC server push from QuicSimpleServerSession. by bnc · 3 years, 8 months ago
- 38b5aed Remove QuicWrapUnique. by bnc · 3 years, 9 months ago
- b0aaa82 Add QuicMemoryCacheBackend::AddResponseWithEarlyHints() by QUICHE team · 3 years, 10 months ago
- eb2046f Prevent QuicSimpleServerStream from sending two responses by dschinazi · 3 years, 10 months ago
- 8d63c92 Allow CONNECT requests without :path in QuicSimpleServerStream by dschinazi · 3 years, 10 months ago
- 861766b deprecate gfe2_reloadable_flag_quic_split_up_send_rst_2. by renjietang · 4 years ago
- f803516 Replace (D)CHECK with QUICHE_(D)CHECK. by vasilvv · 4 years ago
- 5be974e Project import generated by Copybara. by QUICHE team · 4 years ago
- 9a630bf Allow QuicSimpleServerStream to send CONNECT response by dschinazi · 4 years, 1 month ago
- 9c41f8b Use WriteOrBufferDataAtLevel to send crypto data. Such that existing WriteOrBufferData is used to send application data. by fayang · 4 years, 2 months ago
- 8210352 Rename SpdyHeaderBlock to Http2HeaderBlock. by QUICHE team · 4 years, 2 months ago
- 035fe3d Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. Delete QUICHE_ARRAYSIZE. by vasilvv · 4 years, 2 months ago
- 052df7c Introduce the concept of STOP_SENDING in gQUIC. by renjietang · 4 years, 3 months ago
- 7df418b Replace QuicheOptional with absl::optional. by vasilvv · 4 years, 3 months ago
- 6c9e9c3 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 3 months ago
- 9946bc0 Move handling of STOP_SENDING frame from QuicSession to QuicStream. by renjietang · 4 years, 6 months ago
- 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
- 713afae gfe-relnote: Update MOCK_METHODn to MOCK_METHOD in //third_party/quic/. Test only change. by wub · 4 years, 8 months ago
- 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
- 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
- 41a1b41 Allow QuicSession::WritevData() to write data at a specified encryption level. by renjietang · 4 years, 10 months ago
- 7c23917 Remove stream pointer from QuicSession::WritevData. by renjietang · 4 years, 10 months ago
- e6d9467 Remove "incoming" from QUIC stream limit config code. by renjietang · 5 years ago
- 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
- 5015e2e Use quiche string libraries in third_party/quic/tools by QUICHE team · 5 years ago
- 6f18a82 Send Stream Cancellation QPACK instruction. by bnc · 5 years ago
- dcea9b8 Remove use of illegal ":version" HTTP pseudo-header in tests by dschinazi · 5 years ago
- 4694272 Make HttpEncoder methods static. by bnc · 5 years ago
- a29a96a Merge different HTTP/3 QUIC version label into one called VersionUsesHttp3. by renjietang · 5 years ago
- 88bd5b0 Improve debug logging and test display by dschinazi · 5 years ago
- 18cdf13 Support local vs remote flow control with TLS, and fix initial limits by dschinazi · 5 years ago
- bb2e22a Re-enable tests that were blocked by TLS not setting initial connection flow control window. by renjietang · 5 years ago
- 87cd7de Add QpackStreams into QuicSpdySession. by renjietang · 5 years ago
- 8513ffe Initialize session in quic_simple_server_stream_test. by renjietang · 5 years ago
- 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
- c04c85f Create HTTP/3 unidirectional stream only when stream limit allows. by renjietang · 5 years ago
- 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
- 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 6 years ago
- 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
- 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
- 6ebe83b Refactor TlsHandshaker classes by nharper · 6 years ago
- f5e6845 Refactor how TLS versions get enabled by nharper · 6 years ago
- d3a1de9 Have separate uni- and bi-directional stream limits for IETF QUIC by fkastenholz · 6 years ago
- c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
- a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago