1. 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 3 months ago
  2. d262e25 Add version guard to QuicUtil methods which are IETF QUIC only. by renjietang · 4 years, 9 months ago
  3. faf8b02 For IETF QUIC client: When 0-RTT is rejected, check the server-sent transport params and close connection if server's limit exceeds what the client has already used. by renjietang · 4 years, 10 months ago
  4. 40038f5 Remove QuicStreamIdManager::IsIncomingStream() as it's hard coded. Also QuicSession doesn't need the indirectness. by renjietang · 5 years ago
  5. 7133ea9 Remove QuicStreamIdManager::DelegateInterface::OnStreamIdManagerError(). by renjietang · 5 years ago
  6. ab9039a Remove QuicStreamIdManager::DelegateInterface::OnCanCreateNewOutgoingStream(). by renjietang · 5 years ago
  7. 769172b gfe-relnote: In QUIC, remove SendStreamsBlocked from QuicStreamIdManager::DelegateInterface . Refactoring only, no functional change expected, not protected. by fayang · 5 years ago
  8. fe8f9c1 gfe-relnote: In QUIC, remove is_config_negotiated_ from QuicStreamIdManager. No functional change expected, not protected. by fayang · 5 years ago
  9. c400416 Removed QuicStreamIdManager::set_largest_peer_created_stream_id(). by renjietang · 5 years ago
  10. 52e1338 Change various stream id manager parameter types to QuicStreamCount to improve readability. by renjietang · 5 years ago
  11. dde2a1e gfe-relnote: Remove num_expected_static_streams_ from QuicStreamIdManager. Protected by disabled flags quic_enable_version_q099 and quic_enable_version_t099. by ianswett · 5 years ago
  12. 686ce58 Support GOAWAY in HTTP/3. by renjietang · 5 years ago
  13. d40f903 Clean up UberQuicStreamIdManagerTest by using a Delegate instead of a full Session. Also change the UberQuicStreamIdManager constructor to take a Delegate, Perspective and Version instead of a session. by rch · 6 years ago
  14. a8b56e4 gfe-relnote: Decouple the QuicSession from the QuicStreamIdManager by introducing a QuicStreamIdManager::DelegateInterface which the session implements. Does not change behavior, merely adds a layer of abstraction which allows unit tests of QuicStreamIdManager to be simplified. by rch · 6 years ago
  15. d141453 Shorten names of UberQuicStreamIdManager methods. by ianswett · 6 years ago
  16. 56055be Prevent IETF QUIC Frame transmission prior to config by fkastenholz · 6 years ago
  17. 216dc01 Remove notion of static stream in QuicStreamIdManager. by renjietang · 6 years ago
  18. db6d8f0 Removed unused UberQuicStreamIdManager methods. by renjietang · 6 years ago
  19. 3a1bb80 Add support for HTTP/3 control stream. by renjietang · 6 years ago
  20. d3a1de9 Have separate uni- and bi-directional stream limits for IETF QUIC by fkastenholz · 6 years ago
  21. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  22. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago