1. 96bd860 N/a(test only) override OnConnectionClosed() in MockQuicCryptoStream. by danzh · 4 years, 8 months ago
  2. e3f04c3 In QUIC, add TimeWaitConnectionInfo to record necessary information of connections which are going to be added to time wait list. Refactor only, no functional change expected, not protected. by fayang · 4 years, 8 months ago
  3. 8bff33c In QUIC, add error code QUIC_SILENT_IDLE_TIMEOUT. Used when server silently close connection due to no network activity. The connection close packets would be serialized and will be sent by time wait list upon receiving client packets. Protected by gfe2_reloadable_flag_quic_add_silent_idle_timeout. by fayang · 4 years, 8 months ago
  4. 39a9886 Disable sending min_ack_delay in transport parameters on the client side. It is a no-op for google service and not flag protected. by haoyuewang · 4 years, 8 months ago
  5. d4383ad (n/a) remove final specifier from QuicBatchWriterBase::Flush() interface. by danzh · 4 years, 8 months ago
  6. d1b6cc1 Move lengthy inline functions from headers file to the .cc file. by renjietang · 4 years, 8 months ago
  7. 2253f4c Move kDefaultMaxUncompressedHeaderSize to http_constants. by renjietang · 4 years, 8 months ago
  8. f238f60 Use trampoline for TicketCrypterGoogle3::Decrypt by nharper · 4 years, 8 months ago
  9. 5b44b00 Add build option to third_party/http2. No functional change. by QUICHE team · 4 years, 8 months ago
  10. 1b6221e Don't set default encryption level to ENCRYPTION_HANDSHAKE by nharper · 4 years, 8 months ago
  11. dc33976 Demotes noisy QUIC_LOGs to QUIC_DLOG. by QUICHE team · 4 years, 8 months ago
  12. 3e1f516 Use std::vector instead of QuicSmallMap in various places as map is an overkill. by renjietang · 4 years, 8 months ago
  13. e40a342 Consult only stream map for gQUIC in QuicSession::GetNumActiveStreams(). by renjietang · 4 years, 8 months ago
  14. 647b3cf Remove zombie stream map in QuicSession. by renjietang · 4 years, 8 months ago
  15. b7abebb Refactor out the logic which responds to connectivity probing and connection migration from QuicConnection::OnPacketComplete(). No behavior change, not protected. by danzh · 4 years, 8 months ago
  16. dd5382a Change return type of QuicSession::stream_map_size() to fix Chrome build. by renjietang · 4 years, 8 months ago
  17. 9c5bf37 Refactor QuicConnection::UpdatePacketContent() to take a different enum to reflect frame type. No behavior change, not protected. by danzh · 4 years, 8 months ago
  18. 651ae81 N/a add new interface to quic::CertificatePrivateKey. Not protected. by danzh · 4 years, 8 months ago
  19. d86fdba Neuter CRYPTO data in HANDSHAKE level when discarding handshake keys. Protected by gfe2_reloadable_flag_quic_fix_neuter_handshake_data. by fayang · 4 years, 8 months ago
  20. bab731c Prevent QUIC subclasses from accessing stream_map_.size(). by renjietang · 4 years, 8 months ago
  21. 9320ca7 In QUIC, when creator is consuming data in fast path, close connection if stream data is sent in the wrong encryption level. Protected by gfe2_reloadable_flag_quic_check_encryption_level_in_fast_path. by fayang · 4 years, 8 months ago
  22. c27771b Deprecate gfe2_reloadable_flag_quic_fix_gquic_stream_type by renjietang · 4 years, 8 months ago
  23. 62b5955 Deprecate gfe2_reloadable_flag_quic_stop_sending_duplicate_max_streams. by fayang · 4 years, 8 months ago
  24. 4bf78e2 Deprecate gfe2_reloadable_flag_quic_fix_undecryptable_packets. by fayang · 4 years, 8 months ago
  25. 95d85af Do not busy loop waiting to process MAX_STREAMS if liveness testing is in progress. by fayang · 4 years, 8 months ago
  26. 2146ce8 Stop tracking http response size and latency from QuicConnectionStats. Not protected. by wub · 4 years, 8 months ago
  27. b7cc89d Internal QUICHE change by fayang · 4 years, 8 months ago
  28. 4769220 Introduce QUIC version T051 by dschinazi · 4 years, 8 months ago
  29. 178e644 Rename retransmission in QuicTransmissionInfo to first_sent_after_loss. by renjietang · 4 years, 8 months ago
  30. 74ee664 Internal QUICHE change by fayang · 4 years, 8 months ago
  31. 254e321 Fix QUIC ALPN tests when BoringSSL encforces ALPN policy checks by nharper · 4 years, 8 months ago
  32. d782fd9 Fix a typo in CertificateView that prevented P-256 from working. by vasilvv · 4 years, 8 months ago
  33. 5c1d7d8 Cleanup uses of QUIC version by dschinazi · 4 years, 8 months ago
  34. eccd8cc Replace gfe2_reloadable_flag_quic_enable_zero_rtt_for_tls with gfe2_restart_flag_quic_enable_zero_rtt_for_tls_v2 by renjietang · 4 years, 8 months ago
  35. ac5f49d Add support for legacy ECDSA private keys to certificate_view.h by vasilvv · 4 years, 8 months ago
  36. 001c828 QUIC client do not send new request if now is close to idle timeout. Only affecting client, not protected. by fayang · 4 years, 8 months ago
  37. 60317d2 In QUIC, add a copt to enable overshooting detection. Protected by gfe2_reloadable_flag_quic_enable_overshooting_detection. by fayang · 4 years, 8 months ago
  38. dceb9a3 Make sure MaybeCoalescePacketOfHigherSpace is not re-entrant to avoid infinite loop. Protected by gfe2_reloadable_flag_quic_coalesced_packet_of_higher_space2 which replaces gfe2_reloadable_flag_quic_coalesced_packet_of_higher_space. by fayang · 4 years, 8 months ago
  39. 23206ea In quic, respect enable_half_rtt_tail_loss_probe_ when using pto. protected by gfe2_reloadable_flag_quic_use_half_rtt_as_first_pto. by fayang · 4 years, 8 months ago
  40. e5c11c0 Make QuicPacketCreator::ExpansionOnNewFrameWithLastFrame() static. by bnc · 4 years, 8 months ago
  41. f68be2c Add a getstringifcomplete function to hpackdecoderstringbuffer to return string only when state is complete. used in error details, not protected. by fayang · 4 years, 8 months ago
  42. 8402546 Internal QUICHE change by haoyuewang · 4 years, 8 months ago
  43. 3032641 Deprecate quic_enable_version_draft_29 by dschinazi · 4 years, 8 months ago
  44. 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
  45. 8add68a In quicconnection, revert to a previously validated mtu after a delay equivalent to the duration of three ptos. protected by --gfe2_reloadable_flag_quic_revert_mtu_after_two_ptos. by wub · 4 years, 8 months ago
  46. 00e7ec6 Deprecate gfe2_reloadable_flag_quic_always_send_earliest_ack. by fayang · 4 years, 8 months ago
  47. af8e330 Update goaway behavior. protected by gfe2_reloadable_flag_quic_http3_goaway_new_behavior. by bnc · 4 years, 8 months ago
  48. 1c0d411 Replace reloadable quic_enable_tls_resumption flag with restart flag by nharper · 4 years, 8 months ago
  49. a46376e Do not enforce push promise arrive in order in http3. client side only, not protected. by fayang · 4 years, 8 months ago
  50. 8036668 Surface hpack decoder detailed error for header value too long, and put detailed error to quic connection close error details. only change connection close error detail, not protected. by fayang · 4 years, 8 months ago
  51. b39ee27 Reserve a few connection options for using gfe measured bandwidth data in cwnd bootstrapping. no behavior change and not flag protected. by haoyuewang · 4 years, 8 months ago
  52. eede82b Add more code_count macros to debug enabling tls resumption by nharper · 4 years, 9 months ago
  53. c621aea Introduce QuicSession::PerformActionsOnActiveStreams(). by renjietang · 4 years, 9 months ago
  54. 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, 9 months ago
  55. 4903eab Deflake e2e test because of spurious loss detected. by fayang · 4 years, 9 months ago
  56. c2f3058 In QUIC, prevent applications from looking up stream_map_ directly. by renjietang · 4 years, 9 months ago
  57. 8b6881b Update goaway frame field name and type. not protected. by bnc · 4 years, 9 months ago
  58. 260ba76 Deprercate gfe2_reloadable_flag_quic_enable_ack_decimation. by haoyuewang · 4 years, 9 months ago
  59. 1f157cb Disable server blackhole detection. protected by gfe2_reloadable_flag_quic_disable_server_blackhole_detection. by fayang · 4 years, 9 months ago
  60. ae33375 Rename uberlossalgorithm.tuning_enabled_ to uberlossalgorithm.tuning_configured_. not protected. by wub · 4 years, 9 months ago
  61. 635dbbd For quic loss detection tuning: return response_size from quicacklistenerinterface::onpacketacked in addition to the response_time, then use it to normalize the average http latency used for reward. stats not protected; lossdetectiontuner change protected by existing --gfe2_reloadable_flag_quic_enable_loss_detection_experiment_at_gfe. by wub · 4 years, 9 months ago
  62. c9c6d58 Deprecate --gfe2_reloadable_flag_quic_avoid_leak_writer_buffer. by wub · 4 years, 9 months ago
  63. b3359b0 Internal QUICHE change by fayang · 4 years, 9 months ago
  64. 971d7c3 Internal QUICHE change by haoyuewang · 4 years, 9 months ago
  65. 40c9345 Remove obsolete TODO. by renjietang · 4 years, 9 months ago
  66. df2240d Remove streams_waiting_for_acks_ in QuicSession because it stores duplicate information and only reduces minimal time complexity. by renjietang · 4 years, 9 months ago
  67. 7669075 Remove obsolete TODO by dschinazi · 4 years, 9 months ago
  68. 315d288 Add missing using declaration or qualification for names in the testing namespace. by QUICHE team · 4 years, 9 months ago
  69. 9946bc0 Move handling of STOP_SENDING frame from QuicSession to QuicStream. by renjietang · 4 years, 9 months ago
  70. a0d2a57 In uStreamer, add a quic_enable_bandwidth_overestimate_avoidance experiment flag and use it to enable bandwidth overestimate avoidance(connection option BSAO) for BBR and BBRv2. by wub · 4 years, 9 months ago
  71. 53ddf44 In quic, do not arm pto timer with no packets in flight if handshake packet gets received by peer. affecting client only. not protected. by fayang · 4 years, 9 months ago
  72. 26b1595 Add flag to remove common certs by QUICHE team · 4 years, 9 months ago
  73. cb0886d Fix formatting of QUIC IETF draft version by dschinazi · 4 years, 9 months ago
  74. 4de1687 Fix use-after-free in QuicConnectionTest by nharper · 4 years, 9 months ago
  75. fe963c5 In quic, coalesce packet of higher encryption level with initial or handshake retransmission. protected by gfe2_reloadable_flag_quic_coalesced_packet_of_higher_space. by fayang · 4 years, 9 months ago
  76. 7cffa54 Support sender control of ack frequency step2: (1) add min_ack_delay transport parameters. (2) client send min_ack_delay by default. protected by gfe2_reloadable_flag_quic_record_received_min_ack_delay. by haoyuewang · 4 years, 9 months ago
  77. 8ccbf79 Make QuicControlFrameManager talk to QuicSession via a delegate. by renjietang · 4 years, 9 months ago
  78. 4e3fb90 Internal QUICHE change by wub · 4 years, 9 months ago
  79. dd72077 Add flag count macro for quic_enable_zero_rtt_for_tls by nharper · 4 years, 9 months ago
  80. ad56e3f Consolidates bool members of quicspdysession to reduce wasted padding. by QUICHE team · 4 years, 9 months ago
  81. e4949fb In bbr2sender::adjustnetworkparameters, 1) do not inject a bandwidth sample to max bandwidth filter, and 2) update pacing rate after cwnd is updated. protected by --gfe2_reloadable_flag_quic_bbr2_improve_adjust_network_parameters. by wub · 4 years, 9 months ago
  82. 1abc180 Minor improvements to quic/core/http:end_to_end_test by bnc · 4 years, 9 months ago
  83. ceed866 Deprecate Q048 and Q049 by dschinazi · 4 years, 9 months ago
  84. 0cc85ef Fix hpack error code mapping to quicerrorcode. not protected. by bnc · 4 years, 9 months ago
  85. a5812a0 Deprecate --gfe2_reloadable_flag_quic_bbr_mitigate_overly_large_bandwidth_sample. by wub · 4 years, 9 months ago
  86. 9eed670 Internal QUICHE change by QUICHE team · 4 years, 9 months ago
  87. f1317e8 Deprecate --gfe2_reloadable_flag_quic_bbr_donot_inject_bandwidth. by wub · 4 years, 9 months ago
  88. fc8abc4 Delay the start of loss detection tuner to the time when the first reordering happens. protected by existing --gfe2_reloadable_flag_quic_enable_loss_detection_tuner. by wub · 4 years, 9 months ago
  89. eb14ccd Add more quic client tls tests (test-only change) by nharper · 4 years, 9 months ago
  90. 4bdb3fa Deprecate --gfe2_reloadable_flag_quic_fix_bbr_cwnd_in_bandwidth_resumption. by wub · 4 years, 9 months ago
  91. a5604d3 Deprecate --gfe2_reloadable_flag_quic_bbr_fix_pacing_rate. by wub · 4 years, 9 months ago
  92. 4d08e81 Deprecate gfe2_reloadable_flag_quic_fix_server_pto_timeout. by fayang · 4 years, 9 months ago
  93. f627e01 Deprecate gfe2_reloadable_flag_quic_fix_min_crypto_frame_size. by fayang · 4 years, 9 months ago
  94. 319fb62 Deprecate gfe2_reloadable_flag_quic_fix_pto_timeout. by fayang · 4 years, 9 months ago
  95. aa55b0f In quicpacketcreator::createandserializestreamframe, set packet_buffer.buffer to nullptr before function returns. no behavior change, not protected. by wub · 4 years, 9 months ago
  96. 786a4ab Only set QUIC TLS 0-RTT client state if a 0-RTT handshake was attempted by nharper · 4 years, 9 months ago
  97. 8203127 Enable TLS in EndToEndTest.ZeroRttProtectedConnectionClose by nharper · 4 years, 9 months ago
  98. 08e1960 Internal QUICHE change by fayang · 4 years, 9 months ago
  99. 5c2c7b5 In quic, let server retransmit handshake data before pto expiry to further speed up handshake. protected by gfe2_reloadable_flag_quic_retransmit_crypto_data_early. by fayang · 4 years, 9 months ago
  100. ca254ed In quicpacketcreator::serializepacket, set encrypted_buffer.buffer to nullptr before function returns. no behavior change, not protected. by wub · 4 years, 9 months ago