1. fc51e43 Remove unused SpdyFrameType::EXTENSION. by bnc · 3 years, 7 months ago
  2. 0f6c269 Delete QuicheStrCat(). by vasilvv · 3 years, 7 months ago
  3. 483654d Add a QUIC protocol flag to enable or disable defer_send_in_response_to_packets in GFE and uStreamer. by ianswett · 3 years, 7 months ago
  4. 85577e0 Replace QuicStrAppend() with absl::StrAppend(). by vasilvv · 3 years, 7 months ago
  5. a9b70f0 Internal QUICHE change by wub · 3 years, 7 months ago
  6. d05824d Record the number of ping frames sent in QuicConnectionStats. by wub · 3 years, 7 months ago
  7. ac02283 In IETF QUIC, stop packet processing if PATH_RESPONSE frame triggers connection close. by renjietang · 3 years, 7 months ago
  8. 73455ed Close QUIC+TLS connection if decrypted a 0-RTT packet with higher packet number than 1-RTT packet number by mattm · 3 years, 7 months ago
  9. b6daf21 Close connection if trying to send GOAWAY before encryption gets established. by fayang · 3 years, 7 months ago
  10. 4278f4f Deprecate gfe2_reloadable_flag_quic_let_connection_handle_pings. by fayang · 3 years, 7 months ago
  11. 662ecf2 Enhance the error message when quic::BandwidthSampler's in-flight packet map exceeds the max number of tracked packets. by wub · 3 years, 7 months ago
  12. 133b868 Support token based address validation in IETF QUIC. by fayang · 3 years, 7 months ago
  13. e903c0f Deprecate gfe2_reloadable_flag_quic_fix_pto_pending_timer_count. by fayang · 3 years, 7 months ago
  14. bf256ae Deprecate gfe2_reloadable_flag_quic_fix_undecryptable_packets2. by fayang · 3 years, 7 months ago
  15. f2bc296 Change a QUIC_LOG(INFO) about changing the packet number length to a QUIC_DVLOG(1) because it's typically not useful information. by ianswett · 3 years, 7 months ago
  16. f485ffb Deprecate gfe2_reloadable_flag_quic_fix_missing_initial_keys2. by fayang · 3 years, 7 months ago
  17. 701f99d Deprecate --gfe2_reloadable_flag_quic_process_undecryptable_packets_after_async_decrypt_callback. by wub · 3 years, 7 months ago
  18. ed74e47 Deprecate --gfe2_reloadable_flag_quic_bbr2_startup_loss_exit_use_max_delivered. by wub · 3 years, 7 months ago
  19. 08702cd Let QuicCryptoServerConfig::NewSourceAddressToken QuicCryptoServerConfig:: ParseSourceAddressToken take CryptoSecretBoxer instead of Config. Refactoring only. by fayang · 3 years, 7 months ago
  20. f4c4bdd Refactor QuicDispatcher to not pass a session map iterator across functions. by vasilvv · 3 years, 7 months ago
  21. 1f6aca8 Clean up dead QUIC transport parameter code by dschinazi · 3 years, 7 months ago
  22. 330a1ee Fix QuicOneBlockArena for Windows by dschinazi · 3 years, 7 months ago
  23. a163b38 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 7 months ago
  24. 4bc3aed Deprecate gfe2_reloadable_flag_quic_fix_out_of_order_sending2. by fayang · 3 years, 7 months ago
  25. 0a60408 Add QUIC connection option B2RC to disable reno coexistence for BBR2. by wub · 3 years, 7 months ago
  26. 9edb31e Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 7 months ago
  27. 1627f3d Deprecate --gfe2_reloadable_flag_quic_enable_aead_limits. by mattm · 3 years, 7 months ago
  28. ad5eb5d QUIC+TLS server should temporarily retain 0-RTT keys so that re-ordered packets can be decoded. by mattm · 3 years, 7 months ago
  29. 6950cd8 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 7 months ago
  30. 1ea0b54 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 7 months ago
  31. 59fb934 Deprecate --gfe2_reloadable_flag_quic_key_update_supported. by mattm · 3 years, 7 months ago
  32. bca9deb Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 7 months ago
  33. 1e0e142 Fix typo in QuicPathValidator. by renjietang · 3 years, 7 months ago
  34. 13aa6a0 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 7 months ago
  35. 9c07fd4 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 7 months ago
  36. e2d09b3 Add a flag count for --gfe2_reloadable_flag_quic_tls_use_early_select_cert. by wub · 3 years, 7 months ago
  37. 06d4c1f Deprecate gfe2_reloadable_flag_quic_fix_arm_pto_for_application_data. by fayang · 3 years, 7 months ago
  38. f99f693 Deprecate gfe2_reloadable_flag_quic_fix_address_validation. by fayang · 3 years, 7 months ago
  39. 5d7b084 Add HttpEncoder method to serialize ACCEPT_CH frame. by bnc · 3 years, 7 months ago
  40. cc7d40d Clean up QuicTransportVersion use by dschinazi · 3 years, 7 months ago
  41. de85cae Refactor Http2Dispatcher (et al.) to prepare for --shinkansen_trace_logging. by QUICHE team · 3 years, 7 months ago
  42. 386a2c9 Add ACCEPT_CH HTTP/3 frame type struct; add HttpFramesTest. by bnc · 3 years, 7 months ago
  43. d3c65d5 Enable QUIC Retransmittable-On-Wire-PING experiment on server side. by fayang · 3 years, 7 months ago
  44. d637672 Add a QUIC_BUG to detect double free of QuicStreamSequencer objects. by wub · 3 years, 7 months ago
  45. 5a99590 Internal QUICHE change by haoyuewang · 3 years, 7 months ago
  46. 27f2181 Deprecate QUIC versions T050 and Draft27 by dschinazi · 3 years, 7 months ago
  47. 79022dd Disable quic_allocate_stream_sequencer_buffer_blocks_on_demand on Chrome. by renjietang · 3 years, 7 months ago
  48. 5b9b033 Add a new BDP method on QUIC BBRv2 that doesn't take any arguments and always uses MaxBandwidth() and use it where MaxBandwidth() is being used. No functional change, not flag protected. by ianswett · 3 years, 7 months ago
  49. 2f1037e Deprecate gfe2_reloadable_flag_quic_default_to_2_rttvar. by fayang · 3 years, 7 months ago
  50. d2b7cef Deprecate --gfe2_reloadable_flag_quic_reject_spdy_settings. by renjietang · 3 years, 7 months ago
  51. 90eb977 Deprecate --gfe2_reloadable_flag_quic_reject_spdy_frames. by renjietang · 3 years, 7 months ago
  52. 7cd97cd Revert the meaning of QUIC connection option 'B2SL': by wub · 3 years, 7 months ago
  53. 042cc3f Deprecate --gfe2_reloadable_flag_quic_record_received_min_ack_delay. by haoyuewang · 3 years, 7 months ago
  54. 5176f1e Internal QUICHE change by wub · 3 years, 7 months ago
  55. 064d196 Deprecate gfe2_reloadable_flag_quic_use_fast_huffman_encoder. by bnc · 3 years, 7 months ago
  56. 576b36b Deprecate --gfe2_reloadable_flag_quic_bbr2_support_max_bootstrap_cwnd. by wub · 3 years, 7 months ago
  57. 70ceb22 Deprecate --gfe2_reloadable_flag_quic_deallocate_message_right_after_sent. by haoyuewang · 3 years, 7 months ago
  58. d11aed4 Deprecate --gfe2_reloadable_flag_quic_connection_set_initial_self_address. by wub · 3 years, 7 months ago
  59. 41fad93 Deprecate --gfe2_reloadable_flag_quic_bbr2_no_exit_startup_on_loss_with_bw_growth. by wub · 3 years, 7 months ago
  60. 1de5819 Prevent buffer overflow in QuicSimpleServerSession::HandleRstOnValidNonexistentStream by dschinazi · 3 years, 7 months ago
  61. 9a630bf Allow QuicSimpleServerStream to send CONNECT response by dschinazi · 3 years, 7 months ago
  62. b65d0fb Internal QUICHE change by haoyuewang · 3 years, 7 months ago
  63. 93b4e4d In GFE, consider decrypted 0-RTT packets as full packet to relax the amplification factor. by fayang · 3 years, 7 months ago
  64. 65a4589 Move QboneTunnelSilo to third_party. by QUICHE team · 3 years, 7 months ago
  65. a5f7938 Remove stream_map() access from QuicSession. by renjietang · 3 years, 7 months ago
  66. c5186c2 don't clear out all the streams when QBONE shuts done. by renjietang · 3 years, 7 months ago
  67. 5dc3d59 Move QBONE's TunDeviceController to third_party. by QUICHE team · 3 years, 7 months ago
  68. ba7be05 Deprecate gfe2_reloadable_flag_quic_stop_sending_uses_ietf_error_code. by bnc · 3 years, 7 months ago
  69. cb7960c Internal QUICHE change by haoyuewang · 3 years, 7 months ago
  70. 554333c Deprecate gfe2_reloadable_flag_quic_close_connection_in_on_can_write_with_blocked_writer. by fayang · 3 years, 7 months ago
  71. 929bd0f Add comment about QUIC_CRYPTO deprecation. by dschinazi · 3 years, 7 months ago
  72. ace64fa Increase QUIC BBRv2 inflight_hi by bytes_delevered instead of inflight_at_send. Enabled by B2DL. by ianswett · 3 years, 7 months ago
  73. d125890 Deprecate gfe2_reloadable_flag_quic_check_keys_before_writing. by fayang · 3 years, 7 months ago
  74. a49d779 Deprecate --gfe2_reloadable_flag_quic_clean_up_spdy_session_destructor. by renjietang · 3 years, 7 months ago
  75. 08add43 Internal QUICHE change by haoyuewang · 3 years, 7 months ago
  76. 14100b9 Implement a flag-protected version of the QuicIntervalSet performance improvements. by QUICHE team · 3 years, 7 months ago
  77. a582cd5 Internal QUICHE change by renjietang · 3 years, 7 months ago
  78. 6e34711 Do not bundle ACK in connection close packet if there is an queued ACK. by fayang · 3 years, 7 months ago
  79. e0b2bb0 Do not use PING only packet for RTT measure or congestion control. Client only and behind IGNP config. by fayang · 3 years, 7 months ago
  80. 1278630 Deprecate gfe2_reloadable_flag_quic_fix_http3_goaway_stream_id. by bnc · 3 years, 7 months ago
  81. 17369d2 Deprecate gfe2_reloadable_flag_quic_abort_qpack_on_stream_close. by bnc · 3 years, 7 months ago
  82. bcfe5fc Move the QboneTunnelInterface to third_party. It has no dependencies by QUICHE team · 3 years, 7 months ago
  83. 3fcde8e Internal QUICHE change by ianswett · 3 years, 7 months ago
  84. e8f4615 Deprecate --gfe2_reloadable_flag_quic_bbr2_use_post_inflight_to_detect_queuing. by wub · 3 years, 7 months ago
  85. 123f5aa Deprecate --gfe2_reloadable_flag_quic_copy_bbr_cwnd_to_bbr2. by wub · 3 years, 7 months ago
  86. b034c21 Internal QUICHE change by vasilvv · 3 years, 7 months ago
  87. 0ddf978 Fail QUIC TLS handshake for mTLS domains. by fayang · 3 years, 7 months ago
  88. 9ea8526 Deprecate --gfe2_reloadable_flag_quic_bbr2_use_tcp_inflight_hi_headroom. by wub · 3 years, 7 months ago
  89. dbebb13 Deprecate --gfe2_reloadable_flag_quic_give_sent_packet_to_debug_visitor_after_sent. by wub · 3 years, 8 months ago
  90. 1581eb2 Internal QUICHE change by wub · 3 years, 8 months ago
  91. a07cf63 In TlsServerHandshaker, switch from BoringSSL's tlsext_servername_callback to select_cert_cb for cert selection. by wub · 3 years, 8 months ago
  92. e6fd1cf Add a TlsServerHandshaker::ValidateHostname method to validate SNI. by wub · 3 years, 8 months ago
  93. 89b32a6 Add connection options to experiment client path degrading alarms with PTOs. by renjietang · 3 years, 8 months ago
  94. e6211dc Add unused QuicSession interfaces to initiating IETF connection migration: MigratePath(), ValidatePath(). These new interfaces are used by toy client in e2e tests. by danzh · 3 years, 8 months ago
  95. 0716829 Internal QUICHE change by bnc · 3 years, 8 months ago
  96. 20456ed Introduce QuicDatagramQueue::Observer by QUICHE team · 3 years, 8 months ago
  97. a1fb8be Abort QPACK decompression when stream is reset. by bnc · 3 years, 8 months ago
  98. 8a67cc8 Do not export gfe2_reloadable_flag_quic_max_age_send_goaway to QUICHE. by bnc · 3 years, 8 months ago
  99. e192c01 Verify gfe2_reloadable_flag_quic_do_not_clip_received_error_code. by bnc · 3 years, 8 months ago
  100. c5e1086 Verify gfe2_reloadable_flag_http2_use_fast_huffman_encoder. by bnc · 3 years, 8 months ago