1. 1ff8681 Do not preallocate memory in HttpDecoder for frame payload. by bnc · 2 years, 7 months ago
  2. 62caa6c Let QuicTestBackend respond with headers. by QUICHE team · 2 years, 7 months ago
  3. 4c1d482 Internal change by ianswett · 2 years, 7 months ago
  4. 8ea3fa8 In QuicSession, check if the visitor_ is not nullptr before calling it. by vasilvv · 2 years, 7 months ago
  5. 36d9a1f Internal change by haoyuewang · 2 years, 7 months ago
  6. 5b5c7f5 Notify WebTransport stream visitors about the change in the stream state. by vasilvv · 2 years, 7 months ago
  7. 699309e Separate (1) feeding frame to pending stream & (2) processing pending stream in QuicSession::PendingStreamOnStream to different functions controlled by different knobs (ShouldProcessFrameByPendingStream & ShouldProcessPendingStreamImmediately). by haoyuewang · 2 years, 7 months ago
  8. 08ca146 Internal change by ianswett · 2 years, 7 months ago
  9. 710385f Simplify BBR2 by inlining Bbr2NetworkModel::IsCongestionWindowLimited. by ianswett · 2 years, 7 months ago
  10. 9cf7551 Makes the Http2Adapter destructor public. by QUICHE team · 2 years, 7 months ago
  11. dcf1d4b Let client-side OgHttp2Session obey the peer's advertised SETTINGS_MAX_CONCURRENT_STREAMS. by QUICHE team · 2 years, 7 months ago
  12. d0e7117 In MaxAckHeightTracker, always starts a new ack aggregation epoch if a full round has passed since the start of the current epoch. Enabled by the BBRA connection option. by wub · 2 years, 7 months ago
  13. c12ceea Remove connection option "RVCM" after ietf quic connection migration launch. by haoyuewang · 2 years, 7 months ago
  14. 518a853 Remove stream state from OgHttp2Session once a stream is closed. by QUICHE team · 2 years, 7 months ago
  15. f305114 Refactor part of OgHttp2Session request stream creation and HEADERS frame-sending into their own methods. by QUICHE team · 2 years, 7 months ago
  16. fc78852 Add testing for SETTINGS_MAX_CONCURRENT_STREAMS to the nghttp2 and oghttp2 stacks. by QUICHE team · 2 years, 7 months ago
  17. 3ba85b1 Configure gateway for QBONE routes when adding/updating routes. by dallasmccall · 2 years, 7 months ago
  18. d6b44e1 Plumb error code from QpackDecoder to QuicSpdyStream. by bnc · 2 years, 7 months ago
  19. fd8653e If connection option 'B201' is set, when attempting to grow inflight_hi in PROBE_UP, check whether Bbr2Sender is cwnd limited before the current aggregation epoch, instead of before the current ack event. by wub · 2 years, 7 months ago
  20. 3ca4720 Support sending custom settings in the TestFrameSequence initial SETTINGS frames. by QUICHE team · 2 years, 7 months ago
  21. 9d05f4a Support IETF QUIC reset error codes. by vasilvv · 2 years, 7 months ago
  22. 324419a Fix slowstart_count and slowstart_duration in QuicConnectionStats if QuicConnection switched send algorithm from BBRv1 to v2. by wub · 2 years, 7 months ago
  23. 8b6befc Move OnCoalescedPacketSent right after a coalesced packet gets serialized (and before it is sent to the writer). by fayang · 2 years, 7 months ago
  24. 11c9123 gfe-relnote: Rename the max_age field of spdy::AlternativeService to max_age_seconds. by rch · 2 years, 7 months ago
  25. 99189b1 Provide an option to use a TAP interface for QBONE clients. by dallasmccall · 2 years, 7 months ago
  26. 475f254 Remove a DCHECK that is no longer relevant about sending HTTP/3 GOAWAYs from client to server. by ianswett · 2 years, 7 months ago
  27. 8724f0f Add IW03, IW10, IW20, and IW50 experiments to Chrome Canary and add flag counts. by ianswett · 2 years, 7 months ago
  28. cde4090 Add missing include by dschinazi · 2 years, 7 months ago
  29. 30ed8cd Deprecate --gfe2_reloadable_flag_quic_flush_pending_frame_before_updating_default_path by haoyuewang · 2 years, 7 months ago
  30. 6639a7e Internal change by wub · 2 years, 7 months ago
  31. 6557dc7 Deprecate --gfe2_restart_flag_quic_alarm_add_permanent_cancel. by wub · 2 years, 7 months ago
  32. 289de94 Deprecate --gfe2_reloadable_flag_quic_use_active_cid_for_session_lookup. by haoyuewang · 2 years, 7 months ago
  33. 0696fe0 Deprecate --gfe2_reloadable_flag_quic_ack_cid_frames. by haoyuewang · 2 years, 7 months ago
  34. cf42b23 Deprecate gfe2_restart_flag_dont_fetch_quic_private_keys_from_leto by QUICHE team · 2 years, 7 months ago
  35. 513e1c0 Plumbs GetCurrentHeaderTableSize() through spdy::HpackDecoderAdapter and http2::HpackDecoderState. by QUICHE team · 2 years, 7 months ago
  36. c9d2eba Use the id of PendingStream & perspective of Session to set the type of QuicStream. This change will make it easier to support bidirectional PendingStream later. by haoyuewang · 2 years, 7 months ago
  37. af56f92 Let QuicTestBackend accept generic "echo.*" pass by QUICHE team · 2 years, 7 months ago
  38. b27e523 Internal change by fayang · 2 years, 7 months ago
  39. a1a01dc Deprecate --quic_allocate_stream_sequencer_buffer_blocks_on_demand given the corresponding Quiche change (cr/390671172) has been merged into Chromium. by haoyuewang · 2 years, 7 months ago
  40. 64589ee Internal change by haoyuewang · 2 years, 7 months ago
  41. 72e176d Disable some tests in QuicMemoryCacheBackendTest on iOS by QUICHE team · 2 years, 7 months ago
  42. d544de7 Log more info on any pending frames/bytes right before address update in connection migration. by haoyuewang · 2 years, 7 months ago
  43. 645afc7 Prevent quiche::PrintElements from crashing when the given container is empty. by wub · 2 years, 7 months ago
  44. ed4abcf Add debug logging to QuicUnackedPacketMap for debugging b/199872240 by danzh · 2 years, 7 months ago
  45. 744a8d6 Modify ToDebuggingValue for 1s, 1ms output by bnc · 2 years, 7 months ago
  46. 34188bf Deprecate gfe2_reloadable_flag_quic_decline_server_push_stream by renjietang · 2 years, 7 months ago
  47. d378dad Refer to CONTRIBUTING.md in quiche/README.md. by bnc · 2 years, 7 months ago
  48. 9293015 Add client address to the error log when cert lookup fails in QUIC. by wub · 2 years, 7 months ago
  49. 59acaa6 Remove unused deprecated connection_options by dschinazi · 2 years, 7 months ago
  50. 905fd2e Remove unused ACKD connection_option by dschinazi · 2 years, 7 months ago
  51. fef8b49 Run clang-format on some of the QUIC files. by vasilvv · 2 years, 7 months ago
  52. f82d0f2 Handle closing WebTransport sessions. by vasilvv · 2 years, 7 months ago
  53. b2363e7 Enable HTTP/3 by default for L7XLBs that don't explicitly specify a quicOverride. by wub · 2 years, 7 months ago
  54. 25d5db3 Internal change by bnc · 2 years, 7 months ago
  55. 855b397 Fix an ASAN failure in //third_party/quic/core:tls_server_handshaker_test by always setting *cert_matched_sni in GetCertChain(). by QUICHE team · 2 years, 7 months ago
  56. e8ddc38 Add quic_enable_chaos_protection flag by dschinazi · 2 years, 7 months ago
  57. 9505e6e Internal change by dschinazi · 2 years, 7 months ago
  58. f65d8af Internal change by QUICHE team · 2 years, 7 months ago
  59. 7d7c534 Add test flag --quic_use_lower_server_response_mtu_for_test that cap server side response packet size. by haoyuewang · 2 years, 7 months ago
  60. f78146e Restore connection context in various callbacks in TlsServerHandshaker. by wub · 2 years, 7 months ago
  61. 7711cc8 Internal change by haoyuewang · 2 years, 8 months ago
  62. c6aaae8 Add flag count for gfe2_restart_flag_quic_lazy_quic_version_manager. by bnc · 2 years, 8 months ago
  63. ee781a5 Moves Http2TraceLogger to QUICHE for reuse in open source. by QUICHE team · 2 years, 8 months ago
  64. 7462d1f Clear queued undecryptable packets on handshake complete rather than check encryption_level. by fayang · 2 years, 8 months ago
  65. 9272543 Remove unused QuicVersionManager::disable_version_q050(). by bnc · 2 years, 8 months ago
  66. 2d58c8c Pass response headers to WebTransportVisitor::OnSessionReady() by QUICHE team · 2 years, 8 months ago
  67. 98dfe9d Fixed a data race quic_alarm.cc. by wub · 2 years, 8 months ago
  68. 1133795 Remove extra semi in quic_protocol_flags_list.h by fayang · 2 years, 8 months ago
  69. 4883fe5 Reduce the high/low MTU discovery targets to 1400 & 1380 bytes. by wub · 2 years, 8 months ago
  70. e3fd180 Rate limit QUIC reset sent to the clients. by fayang · 2 years, 8 months ago
  71. aa5149c Deprecate gfe2_restart_flag_quic_fix_stateless_reset2. by fayang · 2 years, 8 months ago
  72. 56d50f6 Internal change by fayang · 2 years, 8 months ago
  73. f9e025b If a QuicAlarm belongs to a single QuicConnection, make sure the alarm fires under the corresponding QuicConnectionContext. by wub · 2 years, 8 months ago
  74. 8d5eb27 Internal change by dschinazi · 2 years, 8 months ago
  75. 900bb57 Implement mapping WebTransport error codes to HTTP/3 ones. by vasilvv · 2 years, 8 months ago
  76. 4529471 Deprecate --gfe2_reloadable_flag_quic_tls_fix_ticket_decrypt. by wub · 2 years, 8 months ago
  77. 56d7b02 Deprecate --gfe2_reloadable_flag_quic_idle_network_detector_no_alarm_after_stopped. by wub · 2 years, 8 months ago
  78. 2d6d0be Prepare to deprecate gfe2_restart_flag_dont_fetch_quic_private_keys_from_leto by QUICHE team · 2 years, 8 months ago
  79. 91cc6ca Interprets the value returned by on_frame_recv_callback() within OnMetadataEndForStream(). by QUICHE team · 2 years, 8 months ago
  80. 5758928 Removes an unnecessary and spammy log line. by QUICHE team · 2 years, 8 months ago
  81. 98ec265 Returns an error from OnPackExtensionCallback if the extension frame |payload| pointer is nullptr. by QUICHE team · 2 years, 8 months ago
  82. 01fb16f Transforms the output parameter of HpackEncoder::EncodeHeaderSet into a return value. This replaces the preexisting bool return value, which is never checked outside of tests. by QUICHE team · 2 years, 8 months ago
  83. 6d4ba6d Fix failed quic_connection_test while canary flags get flipped. by fayang · 2 years, 8 months ago
  84. 6f554ba Suppress sending in the middle of packet processing while the connection still has initial keys. by fayang · 2 years, 8 months ago
  85. 9c6a5ad Internal change by wub · 2 years, 8 months ago
  86. 380b997 Deflake KeyUpdateInitiatedByConfidentialityLimit in //third_party/quic/core/http:end_to_end_test. by wub · 2 years, 8 months ago
  87. e7fdc86 Add a QUIC protocol flag to control minimum bandwidth to allow bursting. by QUICHE team · 2 years, 8 months ago
  88. 767bc80 Allow all 2xx codes in WebTransport instead of just 200. by vasilvv · 2 years, 8 months ago
  89. 9997e8e Include quic_flag_utils.h from transport_parameters.cc, to make QUIC_RELOADABLE_FLAG_COUNT compile in Chromium. by wub · 2 years, 8 months ago
  90. 9772a64 Internal change by wub · 2 years, 8 months ago
  91. 1a00d53 Remove BbrSender::IsAtFullBandwidth and BbrSender::ShouldExtendMinRttExpiry, both are declared but not implemented. by wub · 2 years, 8 months ago
  92. 5ba6bd0 Internal change by dschinazi · 2 years, 8 months ago
  93. 8aa4785 Adds a boolean return value to Http2VisitorInterface::OnDataForStream(). by QUICHE team · 2 years, 8 months ago
  94. 3c36b7a Adds DCHECKs to invocations of on_frame_recv_callback(), verifying that these callbacks always return success. by QUICHE team · 2 years, 8 months ago
  95. 1713e42 Adds a boolean return value to Http2VisitorInterface::OnBeginDataForStream. by QUICHE team · 2 years, 8 months ago
  96. 1b541cb Deprecate --gfe2_reloadable_flag_quic_discard_packets_with_invalid_cid by haoyuewang · 2 years, 8 months ago
  97. 9bc1568 Deprecate gfe2_reloadable_flag_quic_queue_until_handshake_complete. by ianswett · 2 years, 8 months ago
  98. 93878f7 Internal change by wub · 2 years, 8 months ago
  99. 7e32f0b Adds a boolean return value to Http2VisitorInterface::OnGoAway. by QUICHE team · 2 years, 8 months ago
  100. 17861e8 Adds a boolean return value to Http2VisitorInterface::OnFrameHeader. by QUICHE team · 2 years, 8 months ago