1. 0504cda Verify gfe2_reloadable_flag_quic_send_goaway_with_connection_close. by bnc · 3 years, 8 months ago
  2. 64099f3 Add a QuicMemSlice constructor that takes a heap allocated buffer. Advantage: by haoyuewang · 3 years, 8 months ago
  3. 22ad33d Change QuicUnackedPacketMap::DebugString() to use QuicheStrCat instead of QuicheStringPrintf, and reenable its test in Chromium. by wub · 3 years, 8 months ago
  4. 0a62bcc Project import generated by Copybara. by QUICHE team · 3 years, 8 months ago
  5. bfead1c Internal QUICHE change by dschinazi · 3 years, 8 months ago
  6. 2228002 Disable QuicUnackedPacketMapTest.DebugString() in chromium. by danzh · 3 years, 8 months ago
  7. 35d4bd0 Remove unused QuicVersionManager::GetSupportedTransportVersions by nharper · 3 years, 8 months ago
  8. 282a01b Remove old TODO(nharper) that is out of date by nharper · 3 years, 8 months ago
  9. 33552bc Remove QUIC priority experiments. by bnc · 3 years, 8 months ago
  10. b92e4df Remove SpdyDeframerVisitor. by bnc · 3 years, 8 months ago
  11. 25f4314 Removed unused variable by dschinazi · 3 years, 8 months ago
  12. 28ba472 Pass PATH_CHALLENGE payload to QuicPacketCreator::SendPathChallenge() instead of getting it populated by this interface. by danzh · 3 years, 8 months ago
  13. 4d8139b Enhance the error message of QUIC_BUG in QUIC BandwidthSampler. by wub · 3 years, 8 months ago
  14. 54fc9ab Add out_alert to ProofVerifier::VerifyCertChain by nharper · 3 years, 8 months ago
  15. 4e4fa10 Fix QuicSpdySessionTestServer.SendHttp3GoAway. by bnc · 3 years, 8 months ago
  16. 442f894 Move const declarations into quic_stream_sequencer_buffer.cc by danzh · 3 years, 8 months ago
  17. 58b3af3 In QUIC, use using for alias declaration. by renjietang · 3 years, 8 months ago
  18. 1f8c1a1 Internal QUICHE change by wub · 3 years, 8 months ago
  19. 3913be7 Send QUIC GOAWAY after given time even if connection not idle. by bnc · 3 years, 8 months ago
  20. fe84635 Change --quic_bbr2_default_inflight_hi_headroom from 0.01 to 0.15. by wub · 3 years, 8 months ago
  21. 01aa36e Use maximum stream ID in GOAWAY frame for graceful shutdown. by bnc · 3 years, 8 months ago
  22. 06dcecc Prevent QUIC handshake messages from flooding GFE logs by QUICHE team · 3 years, 8 months ago
  23. ef7bcc9 Implement new PRIORITY_UPDATE frame. by bnc · 3 years, 8 months ago
  24. b2f576d Fix QUICHE build issue in Chromium. by danzh · 3 years, 8 months ago
  25. 6169e49 Unify gfe2::RecordingHeadersHandler and spdy::TestHeadersHandler to spdy::RecordingHeadersHandler. by QUICHE team · 3 years, 8 months ago
  26. 219292a Include prefix in SSL_early_data_reason_string. by QUICHE team · 3 years, 8 months ago
  27. ecc28c0 Replace absl::variant constructor call with emplace to fix clang10 compilation error. by haoyuewang · 3 years, 8 months ago
  28. e24afae Internal QUICHE change by nharper · 3 years, 8 months ago
  29. 21843db Allocate the size of stream sequencer buffer block pointer container on demand. This should save 16K bytes memory per stream on the server side, as currently blocks_ in QuicStreamSequencerBuffer starts with 2048 nullptr as soon as there is any data to read. by haoyuewang · 3 years, 8 months ago
  30. 8f16679 Replace gfe2_reloadable_flag_quic_split_up_send_rst with gfe2_reloadable_flag_quic_split_up_send_rst_2. by renjietang · 3 years, 8 months ago
  31. a1662b3 Let QuicBandwidth::FromBytesAndTimeDelta return 1 bit per second if the result is less than that but not zero. by wub · 3 years, 8 months ago
  32. 9e7c08c Deprecate gfe2_reloadable_flag_quic_http3_new_default_urgency_value. by bnc · 3 years, 8 months ago
  33. f72dab0 export --gfe2_reloadable_flag_http2_use_fast_huffman_encoder to QUICHE by danzh · 3 years, 8 months ago
  34. 7a74e09 Add big red button to disable QUIC TLS resumption. by wub · 3 years, 8 months ago
  35. be4dc1d Fix compilation issues on gcc and windows. by danzh · 3 years, 8 months ago
  36. cf7ea55 Deflaky Bbr2DefaultTopologyTest.SimpleTransfer2RTTAggregationBytes by increase the margin on smoothed rtt. by wub · 3 years, 8 months ago
  37. 8f917e8 Internal QUICHE change by wub · 3 years, 8 months ago
  38. e0acd51 Internal QUICHE change by haoyuewang · 3 years, 8 months ago
  39. fbfb045 Mark gfe2_reloadable_flag_quic_split_up_send_rst chrome_value false. by fayang · 3 years, 8 months ago
  40. e62aab7 Move cert verification from TlsClientHandshaker to TlsHandshaker by nharper · 3 years, 8 months ago
  41. 72cb576 False deprecate --gfe2_reloadable_flag_quic_bbr2_limit_inflight_hi and connection option B2HI. by wub · 3 years, 8 months ago
  42. 2303dcd Internal QUICHE change by renjietang · 3 years, 8 months ago
  43. d403f48 Always use bind-to-zero for port selection in QUIC tests. by vasilvv · 3 years, 8 months ago
  44. c5749f0 Internal QUICHE change by haoyuewang · 3 years, 8 months ago
  45. 30e3146 Internal QUICHE change by haoyuewang · 3 years, 8 months ago
  46. 67e5f47 Add QUIC_EXPORT_PRIVATE for X509NameAttributeToString. by fayang · 3 years, 8 months ago
  47. 2cd1d05 Remove unused one_rtt_keys_available_ from TlsServerHandshaker. by fayang · 3 years, 8 months ago
  48. 44df88b Add code count for quic_granular_qpack_error_codes. by bnc · 3 years, 8 months ago
  49. 2584df3 Temporarily disable BbrSenderTest.InFlightAwareGainCycling test in chromium tests. by haoyuewang · 3 years, 8 months ago
  50. 53c1f2d Add code count for quic_send_goaway_with_connection_close. by bnc · 3 years, 8 months ago
  51. 0ab1c66 Refactor QUIC TlsHandshaker classes by nharper · 3 years, 8 months ago
  52. 87d145b Fix flaky ReloadMappedListeners test by disabling blackhole detection as that code involves two interleaving QuicClients on the same thread and is thus unrealistically stringent. by haoyuewang · 3 years, 8 months ago
  53. d53ab61 Replace QuicheTextUtils::Split with absl::StrSplit. by vasilvv · 3 years, 8 months ago
  54. 3f4c9ec Re-enable tests in Chrome. by nharper · 3 years, 8 months ago
  55. 1c6bea7 Use SSL_early_data_reason_string in EarlyDataReasonToString. by QUICHE team · 3 years, 8 months ago
  56. 1e987b7 Use QUIC-internal subject parser instead of the platform one. by vasilvv · 3 years, 8 months ago
  57. 508a733 Verify gfe2_reloadable_flag_quic_disable_version_t050 by dschinazi · 3 years, 8 months ago
  58. 710342b Internal QUICHE change by renjietang · 3 years, 8 months ago
  59. 4af932c Implement Subject parsing in CertificateView. by vasilvv · 3 years, 8 months ago
  60. 5100e29 Use ScopedEncryptionLevelContext to send data from QuicConnection and QuicSession. by fayang · 3 years, 8 months ago
  61. 9c41f8b Use WriteOrBufferDataAtLevel to send crypto data. Such that existing WriteOrBufferData is used to send application data. by fayang · 3 years, 8 months ago
  62. 370ed1f Lazily initialize mapped varz counters before the first metric operation. by QUICHE team · 3 years, 8 months ago
  63. 29ce0bd Do not send control frames (by session) until encryption gets established. by fayang · 3 years, 8 months ago
  64. 571e31d Update s-maxage separately from max-age for CACHE_ALL_STATIC client_ttl by QUICHE team · 3 years, 8 months ago
  65. c63780b Project import generated by Copybara. by QUICHE team · 3 years, 8 months ago
  66. 4565d34 Internal QUICHE change by haoyuewang · 3 years, 8 months ago
  67. 72b789c Repalce QuicheTextUtils::HexEncode/Decode with Abseil equivalents. by vasilvv · 3 years, 8 months ago
  68. bb003dd Deprecate gfe2_reloadable_flag_quic_postpone_discarding_zero_rtt_keys. by fayang · 3 years, 8 months ago
  69. d55d832 Deprecate neuter_initial_packet_in_coalescer_with_initial_key_discarded. by fayang · 3 years, 8 months ago
  70. bf4b8ac Rename flag --quic_export_server_num_packets_per_write_histogram to --quic_export_write_path_stats_at_server. by wub · 3 years, 8 months ago
  71. 1d24cbb Deprecate gfe2_reloadable_flag_quic_fix_bytes_left_for_batch_write. by fayang · 3 years, 8 months ago
  72. 0ddf8a5 Deprecate gfe2_reloadable_flag_quic_cap_large_client_initial_rtt. by fayang · 3 years, 8 months ago
  73. 732883c Add non-determinism to TestTicketCrypter by nharper · 3 years, 8 months ago
  74. a61d1ce Fix QuicSession::WillingAndAbleToWrite to check write keys. by fayang · 3 years, 8 months ago
  75. 48e283b Deprecate gfe2_reloadable_flag_quic_close_connection_on_serialization_failure. by fayang · 3 years, 8 months ago
  76. 23846f3 Replace QuicheTextUtils methods with absl::SimpleAtoi. by vasilvv · 3 years, 8 months ago
  77. 677330c Remove dead code in BBR2 and BBR. flexible_app_limited was added for Quartc, which is not longer active. by wub · 3 years, 8 months ago
  78. f59e72c Deprecate gfe2_reloadable_flag_quic_add_missing_connected_checks. by fayang · 3 years, 8 months ago
  79. cb150c5 Deprecate --gfe2_reloadable_flag_quic_bbr2_flip_bbq2. by wub · 3 years, 8 months ago
  80. 232cf49 Rename SpdyHeaderBlock to Http2HeaderBlock. by QUICHE team · 3 years, 8 months ago
  81. 344e170 Reduce QuicTransmissionInfo from 72 bytes to 64 bytes by padding. by haoyuewang · 3 years, 8 months ago
  82. f903e60 Replace quic_aligned.h with Abseil and C++11 features. by vasilvv · 3 years, 8 months ago
  83. 8f9591b Replace quic_macros.h with Abseil equivalents. by vasilvv · 3 years, 8 months ago
  84. 89fe24d Use absl::StartsWith/EndsWith in QUIC directly. by vasilvv · 3 years, 9 months ago
  85. 3277c2a If B2H2 option is set in QUIC BBR2, when PROBE_UP exits due to loss, it will set the inflight_hi to the max of (inflight_at_send, inflight_target, max_bytes_delivered_in_round). by wub · 3 years, 9 months ago
  86. 889cec9 Add code counts for gfe2_reloadable_flag_quic_do_not_clip_received_error_code. by bnc · 3 years, 9 months ago
  87. 813a66e Add code count for gfe2_reloadable_flag_http2_use_fast_huffman_encoder. by bnc · 3 years, 9 months ago
  88. d15ae2b Move protocol flags out of platform so that they are included in QUICHE. by bnc · 3 years, 9 months ago
  89. a2ae935 Move num_failed_authentication_packets_received to QuicConnectionStats and fix QuicConnectionTest.IntegrityLimitDoesNotApplyWithoutDecryptionKey by mattm · 3 years, 9 months ago
  90. 79100a3 Replace QUIC_FALLTHROUGH_INTENDED with ABSL_FALLTHROUGH_INTENDED. by vasilvv · 3 years, 9 months ago
  91. 35a68a3 If B2SL option is set in QUIC BBR2, when STARTUP exits due to loss, it will set the inflight_hi to the max of bdp and max_bytes_delivered_in_round. by wub · 3 years, 9 months ago
  92. f7f203a Add QuicConfig::KeyUpdateSupportedRemotely getter. by mattm · 3 years, 9 months ago
  93. a687b7c Add code counts for building version negotiation packets by dschinazi · 3 years, 9 months ago
  94. 9a05072 Remove unused QuicPacketCreator::SerializeVersionNegotiationPacket by dschinazi · 3 years, 9 months ago
  95. a9a49d3 Reduce quic::ConnectionId size from 24 bytes to 16 bytes on 64 bit system. This reduces some memory usage of connection & session on the server side. by haoyuewang · 3 years, 9 months ago
  96. d061ef1 Add QuicFramer::PotentialPeerKeyUpdateAttemptCount() method. by mattm · 3 years, 9 months ago
  97. 8a2b602 Downgrade a QUIC_BUG to a warning. by vasilvv · 3 years, 9 months ago
  98. d84ef00 Reduce QuicConfig size from 1432 bytes to 1160 bytes by better padding. by haoyuewang · 3 years, 9 months ago
  99. 948d689 Add QuicConnection::HaveSentPacketsInCurrentKeyPhaseButNoneAcked method. by mattm · 3 years, 9 months ago
  100. 4caf5fe Rename SpdyHeaderBlock to Http2HeaderBlock. by QUICHE team · 3 years, 9 months ago