1. 0028286 Internal QUICHE change by wub · 3 years, 4 months ago
  2. 9f5ac0f Do not use std::string::append(absl::string_view) in QUICHE. by bnc · 3 years, 4 months ago
  3. bea13b8 Implement PRIORITY_UPDATE frame in HTTP/2 decoder. by bnc · 3 years, 4 months ago
  4. db7eb2b Renamed this macro. It's been annoying me for months. by QUICHE team · 3 years, 4 months ago
  5. 425c25a Add SETTINGS_DEPRECATE_HTTP2_PRIORITIES. by bnc · 3 years, 4 months ago
  6. e1c0321 Add supports to write NewConnectionId/RetireConnectionId via QuicControlFrameManager. by haoyuewang · 3 years, 4 months ago
  7. 941d3c9 Refactor TlsServerHandshaker to use ProofSourceHandle for cert selection and signature. by wub · 3 years, 4 months ago
  8. cebc59c In QUIC BBRv2, reset max_bytes_delivered_in_round when a new round starts. by wub · 3 years, 4 months ago
  9. efa451f Add new & retire ConnectionId interface to QuicSession::visitor and implement them in (Gfe)QuicDispatcher. by haoyuewang · 3 years, 4 months ago
  10. 2d355fe Add multiple CID per connection support to time_wait_list. by haoyuewang · 3 years, 4 months ago
  11. 1c10184 Rename gfe2_restart_flag_always_promote_chunk_if_coalesced_2 and remove "enabling_blocked_by". by QUICHE team · 3 years, 4 months ago
  12. 9eec216 Fix include paths for quiche/common/platform/impl. by vasilvv · 3 years, 4 months ago
  13. be9a85e Fix QUIC_BUG in FlushAckFrame to check whether frames is empty. by fayang · 3 years, 4 months ago
  14. 9cb85b7 Make QuicConnection count bytes sent/received in probing packets on alternative paths. by danzh · 3 years, 4 months ago
  15. 63bdfe5 Project import generated by Copybara. by QUICHE team · 3 years, 4 months ago
  16. 5be974e Project import generated by Copybara. by QUICHE team · 3 years, 4 months ago
  17. 528c36b Accept empty frame with no FIN in IETF QUIC. by fayang · 3 years, 5 months ago
  18. c1101d1 Replaces session_map_ with reference_counted_session_map_ in QuicDispatcher. This is to support multiple connection IDs mapping to the same session in follow-up CLs (CID and session is still 1-to-1 in this CL). by haoyuewang · 3 years, 5 months ago
  19. 68b06f2 Refactor QUICHE platform flag accessors. by bnc · 3 years, 5 months ago
  20. 8cbe7bf Reduce the exposure of session_map_ outside the QuicDispatcher base class. by haoyuewang · 3 years, 5 months ago
  21. 719bf0f Rename TlsServerConnection::SelectCertificate and TlsServerConnection::Delegate::SelectCertificate to TlsExtServernameCallback to reflect the fact that they will not be used to select certificate when --quic_tls_use_early_select_cert is enabled. by wub · 3 years, 5 months ago
  22. c42f71e Refactor QUICHE platform flag utilities. by bnc · 3 years, 5 months ago
  23. 8037466 Modifications to QuicPathValidator. by danzh · 3 years, 5 months ago
  24. edcc10d Refactor out sending address token logic into a stand alone method in QuicSession, and make it an interface in QuicConnectionVisitorInterface. by danzh · 3 years, 5 months ago
  25. 53a9623 Introduce QuicErrorCode::QUIC_INVALID_PRIORITY_UPDATE. by bnc · 3 years, 5 months ago
  26. a5a3013 Add SpdyFramerVisitorInterface::OnPriorityUpdate(). by bnc · 3 years, 5 months ago
  27. 05281d7 Fix argument names in http2_structures_test_util.cc. by bnc · 3 years, 5 months ago
  28. cfb206c Change the return value of CheckBandwidthGrowth to an enum from a bool. No functional change. by ianswett · 3 years, 5 months ago
  29. cb7b8f3 Change TlsServerHandshaker::SetTransportParameters to return a SetTransportParametersResult instead of a boolean. by wub · 3 years, 5 months ago
  30. 3899cd1 gfe-relnote: Change QUIC BBRv2 to reduce bandwidth_lo when the BBQ6, BBQ7, BBQ8, and BBQ9 connection options are present. by ianswett · 3 years, 5 months ago
  31. 4afe9ca Allow QUIC applications to access path validation context and explicitly cancel path validation. by renjietang · 3 years, 5 months ago
  32. 8ea5942 Move enforcement of single RETRY from QuicConnection to QuicFramer by dschinazi · 3 years, 5 months ago
  33. 981c707 Internal QUICHE change by bnc · 3 years, 5 months ago
  34. 75e301b Make QUIC interop runner print version by dschinazi · 3 years, 5 months ago
  35. 7f7a4c2 Internal QUICHE change by bnc · 3 years, 5 months ago
  36. 19423c7 Add PRIORITY_UPDATE frame and implement serialization. by bnc · 3 years, 5 months ago
  37. 8753341 Move CheckBandwidthGrowth in QUIC from Bbr2Startup to Bbr2NetworkModel. No functional change. by ianswett · 3 years, 5 months ago
  38. adaba2e Internal QUICHE change by mattm · 3 years, 5 months ago
  39. dcc6d0d Move the call to AdaptLowerBounds so it's called on every congestion event. It already exits early if it's not the end of the round, so this is not a functional change. In preparation for cr/305164640 by ianswett · 3 years, 5 months ago
  40. 9be5c21 Parse ACCEPT_CH frame in HttpDecoder. by bnc · 3 years, 5 months ago
  41. ef5deba Remove SpdyFrameType::MAX_FRAME_TYPE. by bnc · 3 years, 5 months ago
  42. fc51e43 Remove unused SpdyFrameType::EXTENSION. by bnc · 3 years, 5 months ago
  43. 0f6c269 Delete QuicheStrCat(). by vasilvv · 3 years, 5 months ago
  44. 483654d Add a QUIC protocol flag to enable or disable defer_send_in_response_to_packets in GFE and uStreamer. by ianswett · 3 years, 5 months ago
  45. 85577e0 Replace QuicStrAppend() with absl::StrAppend(). by vasilvv · 3 years, 5 months ago
  46. a9b70f0 Internal QUICHE change by wub · 3 years, 5 months ago
  47. d05824d Record the number of ping frames sent in QuicConnectionStats. by wub · 3 years, 5 months ago
  48. ac02283 In IETF QUIC, stop packet processing if PATH_RESPONSE frame triggers connection close. by renjietang · 3 years, 5 months ago
  49. 73455ed Close QUIC+TLS connection if decrypted a 0-RTT packet with higher packet number than 1-RTT packet number by mattm · 3 years, 5 months ago
  50. b6daf21 Close connection if trying to send GOAWAY before encryption gets established. by fayang · 3 years, 5 months ago
  51. 4278f4f Deprecate gfe2_reloadable_flag_quic_let_connection_handle_pings. by fayang · 3 years, 5 months ago
  52. 662ecf2 Enhance the error message when quic::BandwidthSampler's in-flight packet map exceeds the max number of tracked packets. by wub · 3 years, 5 months ago
  53. 133b868 Support token based address validation in IETF QUIC. by fayang · 3 years, 5 months ago
  54. e903c0f Deprecate gfe2_reloadable_flag_quic_fix_pto_pending_timer_count. by fayang · 3 years, 5 months ago
  55. bf256ae Deprecate gfe2_reloadable_flag_quic_fix_undecryptable_packets2. by fayang · 3 years, 5 months ago
  56. 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, 5 months ago
  57. f485ffb Deprecate gfe2_reloadable_flag_quic_fix_missing_initial_keys2. by fayang · 3 years, 5 months ago
  58. 701f99d Deprecate --gfe2_reloadable_flag_quic_process_undecryptable_packets_after_async_decrypt_callback. by wub · 3 years, 5 months ago
  59. ed74e47 Deprecate --gfe2_reloadable_flag_quic_bbr2_startup_loss_exit_use_max_delivered. by wub · 3 years, 5 months ago
  60. 08702cd Let QuicCryptoServerConfig::NewSourceAddressToken QuicCryptoServerConfig:: ParseSourceAddressToken take CryptoSecretBoxer instead of Config. Refactoring only. by fayang · 3 years, 5 months ago
  61. f4c4bdd Refactor QuicDispatcher to not pass a session map iterator across functions. by vasilvv · 3 years, 5 months ago
  62. 1f6aca8 Clean up dead QUIC transport parameter code by dschinazi · 3 years, 5 months ago
  63. 330a1ee Fix QuicOneBlockArena for Windows by dschinazi · 3 years, 5 months ago
  64. a163b38 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 5 months ago
  65. 4bc3aed Deprecate gfe2_reloadable_flag_quic_fix_out_of_order_sending2. by fayang · 3 years, 5 months ago
  66. 0a60408 Add QUIC connection option B2RC to disable reno coexistence for BBR2. by wub · 3 years, 5 months ago
  67. 9edb31e Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 5 months ago
  68. 1627f3d Deprecate --gfe2_reloadable_flag_quic_enable_aead_limits. by mattm · 3 years, 5 months ago
  69. ad5eb5d QUIC+TLS server should temporarily retain 0-RTT keys so that re-ordered packets can be decoded. by mattm · 3 years, 5 months ago
  70. 6950cd8 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 5 months ago
  71. 1ea0b54 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 5 months ago
  72. 59fb934 Deprecate --gfe2_reloadable_flag_quic_key_update_supported. by mattm · 3 years, 5 months ago
  73. bca9deb Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 5 months ago
  74. 1e0e142 Fix typo in QuicPathValidator. by renjietang · 3 years, 5 months ago
  75. 13aa6a0 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 5 months ago
  76. 9c07fd4 Replace QuicheStrCat() with absl::StrCat() by vasilvv · 3 years, 5 months ago
  77. e2d09b3 Add a flag count for --gfe2_reloadable_flag_quic_tls_use_early_select_cert. by wub · 3 years, 5 months ago
  78. 06d4c1f Deprecate gfe2_reloadable_flag_quic_fix_arm_pto_for_application_data. by fayang · 3 years, 5 months ago
  79. f99f693 Deprecate gfe2_reloadable_flag_quic_fix_address_validation. by fayang · 3 years, 5 months ago
  80. 5d7b084 Add HttpEncoder method to serialize ACCEPT_CH frame. by bnc · 3 years, 5 months ago
  81. cc7d40d Clean up QuicTransportVersion use by dschinazi · 3 years, 5 months ago
  82. de85cae Refactor Http2Dispatcher (et al.) to prepare for --shinkansen_trace_logging. by QUICHE team · 3 years, 5 months ago
  83. 386a2c9 Add ACCEPT_CH HTTP/3 frame type struct; add HttpFramesTest. by bnc · 3 years, 5 months ago
  84. d3c65d5 Enable QUIC Retransmittable-On-Wire-PING experiment on server side. by fayang · 3 years, 5 months ago
  85. d637672 Add a QUIC_BUG to detect double free of QuicStreamSequencer objects. by wub · 3 years, 5 months ago
  86. 5a99590 Internal QUICHE change by haoyuewang · 3 years, 5 months ago
  87. 27f2181 Deprecate QUIC versions T050 and Draft27 by dschinazi · 3 years, 5 months ago
  88. 79022dd Disable quic_allocate_stream_sequencer_buffer_blocks_on_demand on Chrome. by renjietang · 3 years, 5 months ago
  89. 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, 5 months ago
  90. 2f1037e Deprecate gfe2_reloadable_flag_quic_default_to_2_rttvar. by fayang · 3 years, 5 months ago
  91. d2b7cef Deprecate --gfe2_reloadable_flag_quic_reject_spdy_settings. by renjietang · 3 years, 5 months ago
  92. 90eb977 Deprecate --gfe2_reloadable_flag_quic_reject_spdy_frames. by renjietang · 3 years, 5 months ago
  93. 7cd97cd Revert the meaning of QUIC connection option 'B2SL': by wub · 3 years, 5 months ago
  94. 042cc3f Deprecate --gfe2_reloadable_flag_quic_record_received_min_ack_delay. by haoyuewang · 3 years, 5 months ago
  95. 5176f1e Internal QUICHE change by wub · 3 years, 5 months ago
  96. 064d196 Deprecate gfe2_reloadable_flag_quic_use_fast_huffman_encoder. by bnc · 3 years, 5 months ago
  97. 576b36b Deprecate --gfe2_reloadable_flag_quic_bbr2_support_max_bootstrap_cwnd. by wub · 3 years, 5 months ago
  98. 70ceb22 Deprecate --gfe2_reloadable_flag_quic_deallocate_message_right_after_sent. by haoyuewang · 3 years, 5 months ago
  99. d11aed4 Deprecate --gfe2_reloadable_flag_quic_connection_set_initial_self_address. by wub · 3 years, 5 months ago
  100. 41fad93 Deprecate --gfe2_reloadable_flag_quic_bbr2_no_exit_startup_on_loss_with_bw_growth. by wub · 3 years, 5 months ago