1. 1de5819 Prevent buffer overflow in QuicSimpleServerSession::HandleRstOnValidNonexistentStream by dschinazi · 3 years, 5 months ago
  2. 9a630bf Allow QuicSimpleServerStream to send CONNECT response by dschinazi · 3 years, 5 months ago
  3. b65d0fb Internal QUICHE change by haoyuewang · 3 years, 5 months ago
  4. 93b4e4d In GFE, consider decrypted 0-RTT packets as full packet to relax the amplification factor. by fayang · 3 years, 5 months ago
  5. 65a4589 Move QboneTunnelSilo to third_party. by QUICHE team · 3 years, 5 months ago
  6. a5f7938 Remove stream_map() access from QuicSession. by renjietang · 3 years, 5 months ago
  7. c5186c2 don't clear out all the streams when QBONE shuts done. by renjietang · 3 years, 5 months ago
  8. 5dc3d59 Move QBONE's TunDeviceController to third_party. by QUICHE team · 3 years, 5 months ago
  9. ba7be05 Deprecate gfe2_reloadable_flag_quic_stop_sending_uses_ietf_error_code. by bnc · 3 years, 5 months ago
  10. cb7960c Internal QUICHE change by haoyuewang · 3 years, 5 months ago
  11. 554333c Deprecate gfe2_reloadable_flag_quic_close_connection_in_on_can_write_with_blocked_writer. by fayang · 3 years, 5 months ago
  12. 929bd0f Add comment about QUIC_CRYPTO deprecation. by dschinazi · 3 years, 5 months ago
  13. ace64fa Increase QUIC BBRv2 inflight_hi by bytes_delevered instead of inflight_at_send. Enabled by B2DL. by ianswett · 3 years, 5 months ago
  14. d125890 Deprecate gfe2_reloadable_flag_quic_check_keys_before_writing. by fayang · 3 years, 5 months ago
  15. a49d779 Deprecate --gfe2_reloadable_flag_quic_clean_up_spdy_session_destructor. by renjietang · 3 years, 5 months ago
  16. 08add43 Internal QUICHE change by haoyuewang · 3 years, 5 months ago
  17. 14100b9 Implement a flag-protected version of the QuicIntervalSet performance improvements. by QUICHE team · 3 years, 5 months ago
  18. a582cd5 Internal QUICHE change by renjietang · 3 years, 5 months ago
  19. 6e34711 Do not bundle ACK in connection close packet if there is an queued ACK. by fayang · 3 years, 5 months ago
  20. e0b2bb0 Do not use PING only packet for RTT measure or congestion control. Client only and behind IGNP config. by fayang · 3 years, 5 months ago
  21. 1278630 Deprecate gfe2_reloadable_flag_quic_fix_http3_goaway_stream_id. by bnc · 3 years, 5 months ago
  22. 17369d2 Deprecate gfe2_reloadable_flag_quic_abort_qpack_on_stream_close. by bnc · 3 years, 5 months ago
  23. bcfe5fc Move the QboneTunnelInterface to third_party. It has no dependencies by QUICHE team · 3 years, 5 months ago
  24. 3fcde8e Internal QUICHE change by ianswett · 3 years, 5 months ago
  25. e8f4615 Deprecate --gfe2_reloadable_flag_quic_bbr2_use_post_inflight_to_detect_queuing. by wub · 3 years, 5 months ago
  26. 123f5aa Deprecate --gfe2_reloadable_flag_quic_copy_bbr_cwnd_to_bbr2. by wub · 3 years, 5 months ago
  27. b034c21 Internal QUICHE change by vasilvv · 3 years, 5 months ago
  28. 0ddf978 Fail QUIC TLS handshake for mTLS domains. by fayang · 3 years, 5 months ago
  29. 9ea8526 Deprecate --gfe2_reloadable_flag_quic_bbr2_use_tcp_inflight_hi_headroom. by wub · 3 years, 5 months ago
  30. dbebb13 Deprecate --gfe2_reloadable_flag_quic_give_sent_packet_to_debug_visitor_after_sent. by wub · 3 years, 5 months ago
  31. 1581eb2 Internal QUICHE change by wub · 3 years, 5 months ago
  32. a07cf63 In TlsServerHandshaker, switch from BoringSSL's tlsext_servername_callback to select_cert_cb for cert selection. by wub · 3 years, 5 months ago
  33. e6fd1cf Add a TlsServerHandshaker::ValidateHostname method to validate SNI. by wub · 3 years, 5 months ago
  34. 89b32a6 Add connection options to experiment client path degrading alarms with PTOs. by renjietang · 3 years, 5 months ago
  35. 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, 5 months ago
  36. 0716829 Internal QUICHE change by bnc · 3 years, 5 months ago
  37. 20456ed Introduce QuicDatagramQueue::Observer by QUICHE team · 3 years, 5 months ago
  38. a1fb8be Abort QPACK decompression when stream is reset. by bnc · 3 years, 5 months ago
  39. 8a67cc8 Do not export gfe2_reloadable_flag_quic_max_age_send_goaway to QUICHE. by bnc · 3 years, 5 months ago
  40. e192c01 Verify gfe2_reloadable_flag_quic_do_not_clip_received_error_code. by bnc · 3 years, 5 months ago
  41. c5e1086 Verify gfe2_reloadable_flag_http2_use_fast_huffman_encoder. by bnc · 3 years, 5 months ago
  42. 0504cda Verify gfe2_reloadable_flag_quic_send_goaway_with_connection_close. by bnc · 3 years, 5 months ago
  43. 64099f3 Add a QuicMemSlice constructor that takes a heap allocated buffer. Advantage: by haoyuewang · 3 years, 5 months ago
  44. 22ad33d Change QuicUnackedPacketMap::DebugString() to use QuicheStrCat instead of QuicheStringPrintf, and reenable its test in Chromium. by wub · 3 years, 5 months ago
  45. 0a62bcc Project import generated by Copybara. by QUICHE team · 3 years, 5 months ago
  46. bfead1c Internal QUICHE change by dschinazi · 3 years, 5 months ago
  47. 2228002 Disable QuicUnackedPacketMapTest.DebugString() in chromium. by danzh · 3 years, 5 months ago
  48. 35d4bd0 Remove unused QuicVersionManager::GetSupportedTransportVersions by nharper · 3 years, 5 months ago
  49. 282a01b Remove old TODO(nharper) that is out of date by nharper · 3 years, 5 months ago
  50. 33552bc Remove QUIC priority experiments. by bnc · 3 years, 6 months ago
  51. b92e4df Remove SpdyDeframerVisitor. by bnc · 3 years, 6 months ago
  52. 25f4314 Removed unused variable by dschinazi · 3 years, 6 months ago
  53. 28ba472 Pass PATH_CHALLENGE payload to QuicPacketCreator::SendPathChallenge() instead of getting it populated by this interface. by danzh · 3 years, 6 months ago
  54. 4d8139b Enhance the error message of QUIC_BUG in QUIC BandwidthSampler. by wub · 3 years, 6 months ago
  55. 54fc9ab Add out_alert to ProofVerifier::VerifyCertChain by nharper · 3 years, 6 months ago
  56. 4e4fa10 Fix QuicSpdySessionTestServer.SendHttp3GoAway. by bnc · 3 years, 6 months ago
  57. 442f894 Move const declarations into quic_stream_sequencer_buffer.cc by danzh · 3 years, 6 months ago
  58. 58b3af3 In QUIC, use using for alias declaration. by renjietang · 3 years, 6 months ago
  59. 1f8c1a1 Internal QUICHE change by wub · 3 years, 6 months ago
  60. 3913be7 Send QUIC GOAWAY after given time even if connection not idle. by bnc · 3 years, 6 months ago
  61. fe84635 Change --quic_bbr2_default_inflight_hi_headroom from 0.01 to 0.15. by wub · 3 years, 6 months ago
  62. 01aa36e Use maximum stream ID in GOAWAY frame for graceful shutdown. by bnc · 3 years, 6 months ago
  63. 06dcecc Prevent QUIC handshake messages from flooding GFE logs by QUICHE team · 3 years, 6 months ago
  64. ef7bcc9 Implement new PRIORITY_UPDATE frame. by bnc · 3 years, 6 months ago
  65. b2f576d Fix QUICHE build issue in Chromium. by danzh · 3 years, 6 months ago
  66. 6169e49 Unify gfe2::RecordingHeadersHandler and spdy::TestHeadersHandler to spdy::RecordingHeadersHandler. by QUICHE team · 3 years, 6 months ago
  67. 219292a Include prefix in SSL_early_data_reason_string. by QUICHE team · 3 years, 6 months ago
  68. ecc28c0 Replace absl::variant constructor call with emplace to fix clang10 compilation error. by haoyuewang · 3 years, 6 months ago
  69. e24afae Internal QUICHE change by nharper · 3 years, 6 months ago
  70. 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, 6 months ago
  71. 8f16679 Replace gfe2_reloadable_flag_quic_split_up_send_rst with gfe2_reloadable_flag_quic_split_up_send_rst_2. by renjietang · 3 years, 6 months ago
  72. a1662b3 Let QuicBandwidth::FromBytesAndTimeDelta return 1 bit per second if the result is less than that but not zero. by wub · 3 years, 6 months ago
  73. 9e7c08c Deprecate gfe2_reloadable_flag_quic_http3_new_default_urgency_value. by bnc · 3 years, 6 months ago
  74. f72dab0 export --gfe2_reloadable_flag_http2_use_fast_huffman_encoder to QUICHE by danzh · 3 years, 6 months ago
  75. 7a74e09 Add big red button to disable QUIC TLS resumption. by wub · 3 years, 6 months ago
  76. be4dc1d Fix compilation issues on gcc and windows. by danzh · 3 years, 6 months ago
  77. cf7ea55 Deflaky Bbr2DefaultTopologyTest.SimpleTransfer2RTTAggregationBytes by increase the margin on smoothed rtt. by wub · 3 years, 6 months ago
  78. 8f917e8 Internal QUICHE change by wub · 3 years, 6 months ago
  79. e0acd51 Internal QUICHE change by haoyuewang · 3 years, 6 months ago
  80. fbfb045 Mark gfe2_reloadable_flag_quic_split_up_send_rst chrome_value false. by fayang · 3 years, 6 months ago
  81. e62aab7 Move cert verification from TlsClientHandshaker to TlsHandshaker by nharper · 3 years, 6 months ago
  82. 72cb576 False deprecate --gfe2_reloadable_flag_quic_bbr2_limit_inflight_hi and connection option B2HI. by wub · 3 years, 6 months ago
  83. 2303dcd Internal QUICHE change by renjietang · 3 years, 6 months ago
  84. d403f48 Always use bind-to-zero for port selection in QUIC tests. by vasilvv · 3 years, 6 months ago
  85. c5749f0 Internal QUICHE change by haoyuewang · 3 years, 6 months ago
  86. 30e3146 Internal QUICHE change by haoyuewang · 3 years, 6 months ago
  87. 67e5f47 Add QUIC_EXPORT_PRIVATE for X509NameAttributeToString. by fayang · 3 years, 6 months ago
  88. 2cd1d05 Remove unused one_rtt_keys_available_ from TlsServerHandshaker. by fayang · 3 years, 6 months ago
  89. 44df88b Add code count for quic_granular_qpack_error_codes. by bnc · 3 years, 6 months ago
  90. 2584df3 Temporarily disable BbrSenderTest.InFlightAwareGainCycling test in chromium tests. by haoyuewang · 3 years, 6 months ago
  91. 53c1f2d Add code count for quic_send_goaway_with_connection_close. by bnc · 3 years, 6 months ago
  92. 0ab1c66 Refactor QUIC TlsHandshaker classes by nharper · 3 years, 6 months ago
  93. 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, 6 months ago
  94. d53ab61 Replace QuicheTextUtils::Split with absl::StrSplit. by vasilvv · 3 years, 6 months ago
  95. 3f4c9ec Re-enable tests in Chrome. by nharper · 3 years, 6 months ago
  96. 1c6bea7 Use SSL_early_data_reason_string in EarlyDataReasonToString. by QUICHE team · 3 years, 6 months ago
  97. 1e987b7 Use QUIC-internal subject parser instead of the platform one. by vasilvv · 3 years, 6 months ago
  98. 508a733 Verify gfe2_reloadable_flag_quic_disable_version_t050 by dschinazi · 3 years, 6 months ago
  99. 710342b Internal QUICHE change by renjietang · 3 years, 6 months ago
  100. 4af932c Implement Subject parsing in CertificateView. by vasilvv · 3 years, 6 months ago