- 4bc013a Send-side RESET_STREAM_AT frame. Nothing utilizes the API yet, so not protected. by martinduke · 4 months ago
- be28253 Notify a closed non-static stream once it is about to be destroyed via a new interface QuicStream::OnSoonToBeDestroyed() with no-op default implementation. by danzh · 4 months ago
- 15c43d0 Complete processing of RESET_STREAM_AT frames. Negotiate with transport parameters and pass the frame from QuicConnection to QuicStream. by martinduke · 6 months ago
- 93f3b29 Deliver STOP_SENDING to zombie streams. by fayang · 6 months ago
- 20dbb38 Update QuicStream::OnConnectionClosed() to take in full connection close frame so that error details can be extracted. by renjietang · 9 months ago
- ad0dbe6 Resolve the following 88 technical "build-missing-std-includes" debt issues: by QUICHE team · 10 months ago
- acbdda4 Add DNAT support for QUIC Server Preferred Address. by rch · 12 months ago
- 4b7fefa Do not send RETIRE_CONNECTION_ID frame when the connection is closed. by renjietang · 1 year, 2 months ago
- 87cb8c8 Deprecate --gfe2_reloadable_flag_quic_limit_sending_max_streams2. by rch · 1 year, 3 months ago
- f51e747 Each Quic server session only accepts up to certain number of new requests in each event loop. The rest will be postponed to the following event loop. by danzh · 1 year, 3 months ago
- e0068ed Record pending duration histogram for a Quic stream if it was pending for whatever reason. And count how many streams has been pended for a QuicSession. by danzh · 1 year, 4 months ago
- 243b262 Replace absl::optional with std::optional in QUICHE. by vasilvv · 1 year, 5 months ago
- b28dc0c When quic_limit_sending_max_streams is enabled and MAX_STREAMS by rch · 1 year, 5 months ago
- 732cbb1 Restrict the rate at which MAX_STREAMS can be sent by rch · 1 year, 5 months ago
- 71a3c71 Split pending stream to full QuicStream conversion by stream type in ProcessPendingStream(). by danzh · 1 year, 6 months ago
- 9d3b73b Implement ShouldProcessPendingStreamImmediately() with IsEncryptionEstablished() in QuicSession and stop overriding it everywhere. by danzh · 1 year, 6 months ago
- 6515309 Internal change by danzh · 1 year, 9 months ago
- 7c0ef5f Deprecate flag --gfe2_reloadable_flag_quic_connection_migration_use_new_cid_v2. by danzh · 1 year, 10 months ago
- c251e14 Remove quic connection option `RVCM` everywhere given IETF style connection migration is no longer guarded by it since cl/527045730. by danzh · 1 year, 10 months ago
- acfdb39 Refactor PerPacketOptions for QuicWriter. From the bug: by martinduke · 1 year, 10 months ago
- d718c7e Update QuicSessionTestServer.OnCanWrite. by bnc · 2 years ago
- 0a0c55c Allow QuicStreamPriority hold different types of priority. by vasilvv · 2 years ago
- 7e67f01 Disable batched write in QuicWriteBlockedList. by bnc · 2 years ago
- 0020a22 Respect incremental parameter in QuicWriteBlockedList. by bnc · 2 years, 1 month ago
- b159ab0 Implement QUIC server preferred address (SPA) on server side. Basically advertising SPA and handling clients migrating to using SPA. by danzh · 2 years, 2 months ago
- 4bdfa81 Deprecate gfe2_reloadable_flag_quic_donot_pto_stream_data_before_handshake_confirmed. by fayang · 2 years, 3 months ago
- bb8ac61 Plumb QuicStreamPriority through QuicStream and QuicSession. by bnc · 2 years, 4 months ago
- 89540a6 [QUIC] Do not send multi-port probing when there's no active stream. Limit the max number of multi-port path creations to 5. by renjietang · 2 years, 4 months ago
- 09e2d9a Deprecate gfe2_reloadable_flag_quic_donot_mark_stream_write_blocked_if_write_side_closed. by fayang · 2 years, 4 months ago
- aea8bfa Add more information to loggings when the session tries to write data after connection disconnected. by fayang · 2 years, 4 months ago
- db4dca8 Delay setting stateless reset token in config until session initialization. This avoids virtual function GetStatelessResetToken be called in QuicSession constructor. by fayang · 2 years, 5 months ago
- 1a61e92 In QuicSession::OnCanWrite, do not send stream data when PTO fires and handshake is not confirmed. by fayang · 2 years, 5 months ago
- af723ac In QuicConnection::OnCanWrite(), early return after writing buffered crypto frames if the connection gets closed. by danzh · 2 years, 7 months ago
- dcc80b3 Do not mark stream connection level blocked if the write side has been closed. by fayang · 2 years, 8 months ago
- cc449fc Change QuicCryptoStream to track crypto-substreams by packet number space instead of encryption level such that ZERO_RTT and FORWARD_SECURE crypto data are sent/received/re-transmitted on the same stream. by haoyuewang · 2 years, 11 months ago
- 339f0c8 Remove TLP and RTO retransmissions by deprecating gfe2_restart_flag_quic_default_on_pto2. by fayang · 2 years, 11 months ago
- 3d173d5 Internal change by haoyuewang · 2 years, 11 months ago
- 862751f clang-format QUICHE by bnc · 3 years ago
- bac0405 Relocate QUICHE files into quiche/ directory within the quiche repo, and change the relative include paths accordingly. by Bence Béky · 3 years ago