1. 93e8918 Use absl::flat_hash_map instead of QuicSmallMap and SpdySmallMap, and remove QuicSmallMap and SpdySmallMap. by bnc · 3 years, 11 months ago
  2. 08fc2ae Move quic::QuicCircularDeque to quiche::QuicheCircularDeque. by bnc · 3 years, 11 months ago
  3. 1ccd0bc Use std::array<char, 16> instead of uint128 for StatelessResetToken. by bnc · 4 years ago
  4. c7556a0 Remove QuicUint128 from platform. by bnc · 4 years ago
  5. 760dbed Replace QuicheStrCat with absl::StrCat and absl::StrFormat. by vasilvv · 4 years, 2 months ago
  6. e1c0321 Add supports to write NewConnectionId/RetireConnectionId via QuicControlFrameManager. by haoyuewang · 4 years, 3 months ago
  7. 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 3 months ago
  8. 4278f4f Deprecate gfe2_reloadable_flag_quic_let_connection_handle_pings. by fayang · 4 years, 4 months ago
  9. 133b868 Support token based address validation in IETF QUIC. by fayang · 4 years, 4 months ago
  10. c921f8d Internal QUICHE change by haoyuewang · 4 years, 5 months ago
  11. 5b0f14f Add a method that writes AckFrequencyFrame in QuicControlFrameManager and code for updating peer_max_ack_delay in QuicSentPacketManager. by haoyuewang · 4 years, 6 months ago
  12. 187eea3 Change STOP_SENDING frame related APIs to use QuicRstStreamError type. by bnc · 4 years, 7 months ago
  13. 8ccbf79 Make QuicControlFrameManager talk to QuicSession via a delegate. by renjietang · 4 years, 8 months ago
  14. 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
  15. bf4836c gfe-relnote: remove undesired dependency from quic_containers_impl_lib to quic_circular_deque_lib. by danzh · 5 years ago
  16. a750aab gfe-relnote: Change all QuicDeque to QuicCircularDeque. No behavior change because QuicDeque is a typedef of QuicCircularDeque. by wub · 5 years ago
  17. 0106294 gfe-relnote: In QUIC version T099, implement HANDSHAKE_DONE frame to drive the handshake to confirmation on the client side. Not used in prod yet. by fayang · 5 years ago
  18. cf0bfcf Use quiche string libraries in third_party/quic/core by dmcardle · 5 years ago
  19. b4f3bc0 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames3. by fayang · 5 years ago
  20. d85976f gfe-relnote: Use latched_session instead of session() in QuicFdWrapper::Readv testvalue. Protected by FLAGS_gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames3 which replaces FLAGS_gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames2. by fayang · 5 years ago
  21. 2de46de gfe-relnote: Check whether QuicFdWrapper is usable after Readv. Protected by gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames2 which replaces gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames. by fayang · 6 years ago
  22. 83d7e3e gfe-relnote: Close QUIC connection is there are too many (> 1000) buffered control frames in control frame manager. Protected by gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames. by fayang · 6 years ago
  23. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  24. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  25. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  26. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago