1. 4bc013a Send-side RESET_STREAM_AT frame. Nothing utilizes the API yet, so not protected. by martinduke · 4 months ago
  2. 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
  3. 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
  4. 93f3b29 Deliver STOP_SENDING to zombie streams. by fayang · 6 months ago
  5. 20dbb38 Update QuicStream::OnConnectionClosed() to take in full connection close frame so that error details can be extracted. by renjietang · 9 months ago
  6. ad0dbe6 Resolve the following 88 technical "build-missing-std-includes" debt issues: by QUICHE team · 10 months ago
  7. acbdda4 Add DNAT support for QUIC Server Preferred Address. by rch · 12 months ago
  8. 4b7fefa Do not send RETIRE_CONNECTION_ID frame when the connection is closed. by renjietang · 1 year, 2 months ago
  9. 87cb8c8 Deprecate --gfe2_reloadable_flag_quic_limit_sending_max_streams2. by rch · 1 year, 3 months ago
  10. 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
  11. 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
  12. 243b262 Replace absl::optional with std::optional in QUICHE. by vasilvv · 1 year, 5 months ago
  13. b28dc0c When quic_limit_sending_max_streams is enabled and MAX_STREAMS by rch · 1 year, 5 months ago
  14. 732cbb1 Restrict the rate at which MAX_STREAMS can be sent by rch · 1 year, 5 months ago
  15. 71a3c71 Split pending stream to full QuicStream conversion by stream type in ProcessPendingStream(). by danzh · 1 year, 6 months ago
  16. 9d3b73b Implement ShouldProcessPendingStreamImmediately() with IsEncryptionEstablished() in QuicSession and stop overriding it everywhere. by danzh · 1 year, 6 months ago
  17. 6515309 Internal change by danzh · 1 year, 9 months ago
  18. 7c0ef5f Deprecate flag --gfe2_reloadable_flag_quic_connection_migration_use_new_cid_v2. by danzh · 1 year, 10 months ago
  19. 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
  20. acfdb39 Refactor PerPacketOptions for QuicWriter. From the bug: by martinduke · 1 year, 10 months ago
  21. d718c7e Update QuicSessionTestServer.OnCanWrite. by bnc · 2 years ago
  22. 0a0c55c Allow QuicStreamPriority hold different types of priority. by vasilvv · 2 years ago
  23. 7e67f01 Disable batched write in QuicWriteBlockedList. by bnc · 2 years ago
  24. 0020a22 Respect incremental parameter in QuicWriteBlockedList. by bnc · 2 years, 1 month ago
  25. 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
  26. 4bdfa81 Deprecate gfe2_reloadable_flag_quic_donot_pto_stream_data_before_handshake_confirmed. by fayang · 2 years, 3 months ago
  27. bb8ac61 Plumb QuicStreamPriority through QuicStream and QuicSession. by bnc · 2 years, 4 months ago
  28. 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
  29. 09e2d9a Deprecate gfe2_reloadable_flag_quic_donot_mark_stream_write_blocked_if_write_side_closed. by fayang · 2 years, 4 months ago
  30. aea8bfa Add more information to loggings when the session tries to write data after connection disconnected. by fayang · 2 years, 4 months ago
  31. 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
  32. 1a61e92 In QuicSession::OnCanWrite, do not send stream data when PTO fires and handshake is not confirmed. by fayang · 2 years, 5 months ago
  33. af723ac In QuicConnection::OnCanWrite(), early return after writing buffered crypto frames if the connection gets closed. by danzh · 2 years, 7 months ago
  34. dcc80b3 Do not mark stream connection level blocked if the write side has been closed. by fayang · 2 years, 8 months ago
  35. 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
  36. 339f0c8 Remove TLP and RTO retransmissions by deprecating gfe2_restart_flag_quic_default_on_pto2. by fayang · 2 years, 11 months ago
  37. 3d173d5 Internal change by haoyuewang · 2 years, 11 months ago
  38. 862751f clang-format QUICHE by bnc · 3 years ago
  39. 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