1. 9946bc0 Move handling of STOP_SENDING frame from QuicSession to QuicStream. by renjietang · 4 years, 8 months ago
  2. 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, 10 months ago
  3. 713afae gfe-relnote: Update MOCK_METHODn to MOCK_METHOD in //third_party/quic/. Test only change. by wub · 4 years, 11 months ago
  4. 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 · 5 years ago
  5. 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 · 5 years ago
  6. 41a1b41 Allow QuicSession::WritevData() to write data at a specified encryption level. by renjietang · 5 years ago
  7. 7c23917 Remove stream pointer from QuicSession::WritevData. by renjietang · 5 years ago
  8. e6d9467 Remove "incoming" from QUIC stream limit config code. by renjietang · 5 years ago
  9. 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
  10. 5015e2e Use quiche string libraries in third_party/quic/tools by QUICHE team · 5 years ago
  11. 6f18a82 Send Stream Cancellation QPACK instruction. by bnc · 5 years ago
  12. dcea9b8 Remove use of illegal ":version" HTTP pseudo-header in tests by dschinazi · 5 years ago
  13. 4694272 Make HttpEncoder methods static. by bnc · 5 years ago
  14. a29a96a Merge different HTTP/3 QUIC version label into one called VersionUsesHttp3. by renjietang · 5 years ago
  15. 88bd5b0 Improve debug logging and test display by dschinazi · 5 years ago
  16. 18cdf13 Support local vs remote flow control with TLS, and fix initial limits by dschinazi · 5 years ago
  17. bb2e22a Re-enable tests that were blocked by TLS not setting initial connection flow control window. by renjietang · 6 years ago
  18. 87cd7de Add QpackStreams into QuicSpdySession. by renjietang · 6 years ago
  19. 8513ffe Initialize session in quic_simple_server_stream_test. by renjietang · 6 years ago
  20. 9a42376 gfe-relnote: Replace SpdyPriority priority with const spdy::SpdyStreamPrecedence& precedence in GfeQuicServerSession::CreateServerPushStream. No functional change expected. Not protected. by fayang · 6 years ago
  21. c04c85f Create HTTP/3 unidirectional stream only when stream limit allows. by renjietang · 6 years ago
  22. 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 · 6 years ago
  23. 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 6 years ago
  24. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  25. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
  26. 6ebe83b Refactor TlsHandshaker classes by nharper · 6 years ago
  27. f5e6845 Refactor how TLS versions get enabled by nharper · 6 years ago
  28. d3a1de9 Have separate uni- and bi-directional stream limits for IETF QUIC by fkastenholz · 6 years ago
  29. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  30. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago