1. ff4b2b6 Rename QuicStreamIdManager delegate's OnError() to OnStreamIdManagerError() to differentiate itself from errors generated from other QuicSession components. by renjietang · 5 years ago
  2. 315428e Remove using_default_max_streams_ from QuicStreamIdManager because the manager now has initial stream limit 0. by renjietang · 5 years ago
  3. cf0bfcf Use quiche string libraries in third_party/quic/core by dmcardle · 5 years ago
  4. 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
  5. 07a2b07 Fix 26 ClangTidy - Readability findings in //depot/google3/third_party/quic/. by wub · 5 years ago
  6. 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
  7. 9301d3c Clean up QuicStreamIdManagerTests by rch · 6 years ago
  8. 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
  9. 142051a Fix QUIC core test display by dschinazi · 6 years ago
  10. 56055be Prevent IETF QUIC Frame transmission prior to config by fkastenholz · 6 years ago
  11. 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
  12. d1d0085 Use QuicSession::transport_version() instead of QuicConnection::transport_version() to make code cleaner. by renjietang · 6 years ago
  13. 216dc01 Remove notion of static stream in QuicStreamIdManager. by renjietang · 6 years ago
  14. 7fc869e Update StreamIdManagerTest. by renjietang · 6 years ago
  15. 48cc825 Allow creation of HTTP/3 static stream after MAX_STREAM frame is received. by renjietang · 6 years ago
  16. 5b3c3be Add ClearControlFrame() to quic_test_utils. by bnc · 6 years ago
  17. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
  18. 3a1bb80 Add support for HTTP/3 control stream. by renjietang · 6 years ago
  19. 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
  20. d035fc3 Remove files that should have been deleted by fkastenholz · 6 years ago
  21. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  22. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  23. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  24. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago