1. 905fd2e Remove unused ACKD connection_option by dschinazi · 3 years, 6 months ago
  2. 979e188 Deprecate gfe2_reloadable_flag_quic_delay_initial_ack by ianswett · 3 years, 10 months ago
  3. f803516 Replace (D)CHECK with QUICHE_(D)CHECK. by vasilvv · 4 years, 1 month ago
  4. 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 2 months ago
  5. b39b6ab Delay the first Initial ACK sent by the server so it can be bundled with the server's first Initial packet. by ianswett · 4 years, 5 months ago
  6. 2d2fdd1 Add a kAFFE client option to enable the usage of AckFrequencyFrame, including by haoyuewang · 4 years, 6 months ago
  7. 0cc998a Deprecate gfe2_reloadable_flag_quic_simplify_received_packet_manager_ack & by haoyuewang · 4 years, 6 months ago
  8. e7415a5 Simplify the usage of ack_frequency and ack_delay in quic_received_packet_manager. flag protected by gfe2_reloadable_flag_quic_simplify_received_packet_manager_ack. by haoyuewang · 4 years, 8 months ago
  9. 4a9cde2 Remove ack_decimation_with_reordering mode, fast_ack_after_quiescence option, and related connection options in quic received packet manager. protected by gfe2_reloadable_flag_quic_remove_unused_ack_options. by haoyuewang · 4 years, 8 months ago
  10. 5d92c41 gfe-relnote: Add an IsAckFrameEmpty const method to received_packet_manager and make sure GetUpdatedAckFrame is only called to retrieve nonempty ACK frame. Refactoring only, not protected. by fayang · 5 years ago
  11. 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
  12. 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
  13. 309987e Move local_delayed_ack_time from QuicSentPacketManager to QuicReceivedPacketManager, set the delayed ack time to 1ms for Initial and Handshake packet number spaces when using v99, and use peer_delayed_ack_time instead of local_delayed_ack_time when with the MAD1 connection option. by ianswett · 6 years ago
  14. f477f73 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_rpm_decides_when_to_send_acks. by fayang · 6 years ago
  15. a4b37b2 Remove ack bundling mode. by fayang · 6 years ago
  16. 6dba490 gfe-relnote: Deprecate gfe2_restart_flag_quic_enable_accept_random_ipn. by fayang · 6 years ago
  17. 1dfa46b gfe-relnote: In QUIC, Enable multiple packet number support in uber_received_packet_manager. Not used yet, not protected. by QUICHE team · 6 years ago
  18. b23daa7 gfe-relnote: In QUIC, add uber_received_packet_manager which purely wraps a received_packet_manager. Using it is protected by gfe2_reloadable_flag_quic_use_uber_received_packet_manager. by QUICHE team · 6 years ago