1. 5508e3e Do not call GetQuicReloadableFlag() from QuicVersionManager constructor. by bnc · 2 years, 9 months ago
  2. bc1e902 In QUIC TlsServerHandshaker, ensure DecryptCallback runs at most once. by wub · 2 years, 9 months ago
  3. 22e2812 Fix more signed-unsigned comparisons in QUICHE. by bnc · 2 years, 9 months ago
  4. 095aafa Deprecate --gfe2_reloadable_flag_quic_connection_support_multiple_cids_v4 by haoyuewang · 2 years, 9 months ago
  5. f170cad Remove QuicMemSliceSpan and TestQuicMemSliceVector. by vasilvv · 2 years, 9 months ago
  6. c91e76e Deflake QuicIdleNetworkDetectorTest by always enabling --quic_idle_network_detector_no_alarm_after_stopped, which is being rolled out this week. by wub · 2 years, 9 months ago
  7. baa2cfb Use int64_t instead of ssize_t in third_party/http2/adapter. by bnc · 2 years, 9 months ago
  8. 7c58a6a Consult self_issued_connection_id_manager instead of default_path_ for connection ID to look up session in session map. by haoyuewang · 2 years, 9 months ago
  9. 2f54a55 Deprecate --gfe2_reloadable_flag_quic_tls_allow_ignore_ticket_open. by wub · 2 years, 9 months ago
  10. e46e266 Deprecate --gfe2_reloadable_flag_quic_include_port_in_alps_origin. by bnc · 2 years, 9 months ago
  11. 5258041 Deprecate --gfe2_reloadable_flag_quic_run_default_signature_callback_once. by wub · 2 years, 9 months ago
  12. be05fc0 Adds a return value to Http2VisitorInterface::OnMetadataForStream(). by QUICHE team · 2 years, 9 months ago
  13. 2ee23ae Add two missing includes in http2/adapter. by bnc · 2 years, 9 months ago
  14. db4a2f7 Do not use inline constexpr variables in http2/adapter/http2_protocol.h. by bnc · 2 years, 9 months ago
  15. 21013e6 Add QuicConnectionAlarmDelegate and change all QuicConnection's alarms to inherit from it. by wub · 2 years, 9 months ago
  16. 29fb6fc In QuicAlarm, change a QUIC_LOG_EVERY_N_SEC(ERROR) to a code count plus a QUIC_LOG(ERROR) that happens on every power of 2 times. by wub · 2 years, 9 months ago
  17. d548f02 Change FLAGS_max_inbound_header_list_size type to int32_t. by bnc · 2 years, 9 months ago
  18. c39a40b Adds Http2DecoderAdapter::StopProcessing(), which can be used to short-circuit the decoding process if the visitor no longer wants to receive events for the connection. by QUICHE team · 2 years, 9 months ago
  19. 0f80d16 Adds metadata decoding support in the oghttp2 stack. by QUICHE team · 2 years, 9 months ago
  20. 420c3f0 In QuicToyClient, set max_inbound_header_list_size to 128K by default. by wub · 2 years, 9 months ago
  21. 21dbb1c Fixes a bug with stream resumption when a DataFrameSource indicates an empty DATA frame with fin. by QUICHE team · 2 years, 9 months ago
  22. f988125 More minor OgHttp2Adapter changes for Chromium. by bnc · 2 years, 9 months ago
  23. ccb7c6b Simplifies and refactors TestDataFrameSource. by QUICHE team · 2 years, 9 months ago
  24. d8034f4 Update README.md and CONTRIBUTING.md with GitHub link. by bnc · 2 years, 9 months ago
  25. 752bc18 Cancel cleanup_alarm_ in QuicClientPromisedInfo's destructor. by wub · 2 years, 9 months ago
  26. 5cadb6a Protect the error log in QuicAlarm::~QuicAlarm with --gfe2_restart_flag_quic_alarm_add_permanent_cancel. by wub · 2 years, 9 months ago
  27. 2682b51 Flip --gfe2_restart_flag_quic_alarm_add_permanent_cancel to false in Chromium. by bnc · 2 years, 9 months ago
  28. 53951e7 Improve gfe_quic_fuzzer: by danzh · 2 years, 9 months ago
  29. de91952 Add a GFE_BUG that logs pending frames to write and current/previous frame types in read. by haoyuewang · 2 years, 9 months ago
  30. d9036e4 Internal change by wub · 2 years, 9 months ago
  31. d44ad7c Ensure some QuicAlarms are properly cancelled to prevent use-after-free issues when alarm fires. by wub · 2 years, 9 months ago
  32. aad8d61 Deprecate quic_reject_large_max_push_id by dschinazi · 2 years, 9 months ago
  33. 3a9a246 Internal change by wub · 2 years, 9 months ago
  34. 2ebd1e0 Adds a MetadataSource abstraction and metadata write implementation for the oghttp2 stack. by QUICHE team · 2 years, 9 months ago
  35. 127c5e3 Adds functionality to TestFrameSequence to serialize CONTINUATION frames. by QUICHE team · 2 years, 9 months ago
  36. c78af51 Passes information about CONTINUATION frames through CallbackVisitor. by QUICHE team · 2 years, 9 months ago
  37. 0fb2d17 Depointerizes a member of SpdyContinuationIR. by QUICHE team · 2 years, 9 months ago
  38. accb415 Factors out a CreateStream method within OgHttp2Session. by QUICHE team · 2 years, 9 months ago
  39. e39688a Close QUIC connection when QuicSpdySession receives server push stream. by renjietang · 2 years, 9 months ago
  40. f150f9d Remove unused QuicDispatcher.session_map_. by wub · 2 years, 9 months ago
  41. 727e5bf Deprecate gfe2_reloadable_flag_quic_donot_write_mid_packet_processing. by fayang · 2 years, 9 months ago
  42. b6d5411 Internal change by wub · 2 years, 9 months ago
  43. 31e4fbb Fix remaining Chromim compile issues. by bnc · 2 years, 9 months ago
  44. 9b173dd Internal change by QUICHE team · 2 years, 9 months ago
  45. 64d2bf7 Put QUICHE_EXPORT_PRIVATE after class/struct keyword by vasilvv · 2 years, 9 months ago
  46. e3bb3cc Fix -Wrange-loop-construct and -Winconsistent-missing-override warnings in third_party/http2/adapter. by bnc · 2 years, 9 months ago
  47. 6e95ce9 Deprecate gfe2_reloadable_flag_quic_donot_pto_half_rtt_data. by fayang · 2 years, 9 months ago
  48. 8a4bbff Adds a return value to Http2VisitorInterface::OnBeginHeadersForStream(). by QUICHE team · 2 years, 9 months ago
  49. bb45e50 Clarifies the return values for Http2VisitorInterface::OnReadyToSend(), and fixes the CallbackVisitor implementation. by QUICHE team · 2 years, 9 months ago
  50. 6769439 Fix -Wunused-parameter warnings in third_party/http2. by bnc · 2 years, 9 months ago
  51. 5dc4486 Fix -Wsign-compare warnings in third_party/http2. by bnc · 2 years, 9 months ago
  52. 07188a5 Deprecate gfe2_reloadable_flag_quic_use_encryption_level_context. by fayang · 2 years, 9 months ago
  53. 3080551 Internal change by ianswett · 2 years, 9 months ago
  54. e402302 Deprecate gfe2_reloadable_flag_quic_use_write_or_buffer_data_at_level. by fayang · 2 years, 9 months ago
  55. 6e106a5 Add QUICHE_EXPORT macros in third_party/http2/adapter. by bnc · 2 years, 9 months ago
  56. ce06ef5 Fix some instances of -Wunused-but-set-variable. by QUICHE team · 2 years, 9 months ago
  57. 3df755e Internal change by haoyuewang · 2 years, 9 months ago
  58. 19e4d47 Downgrade QUIC_BUG to QUIC_DLOG while client sends stream data while 0-RTT gets rejected and 1-RTT keys are not yet available. Also, removed QUIC_BUG while trying to send control frames before encryption gets established. by fayang · 2 years, 9 months ago
  59. 5ee94be Flip --gfe2_reloadable_flag_quic_ack_cid_frames in Chrome as the broken tests are fixed by https://chromium-review.googlesource.com/c/chromium/src/+/3043202 by haoyuewang · 2 years, 9 months ago
  60. bba9a18 Initialize SimpleRandom::buffer_offset_ in quic_test_utils by QUICHE team · 2 years, 9 months ago
  61. 2a62911 Fixes the nghttp2_data_provider adapter to return an accurate status value when a DataFrameSource indicates fin with no data. by QUICHE team · 2 years, 9 months ago
  62. 5b32a9f Adds tests for the conversion from DataFrameSource to nghttp2_data_provider. by QUICHE team · 2 years, 9 months ago
  63. 926813b Removes unused DataSource interface and implementation. by QUICHE team · 2 years, 9 months ago
  64. 2a0026f Adds nullptr guards to invocations of nghttp2 callbacks within CallbackVisitor. by QUICHE team · 2 years, 9 months ago
  65. 8351f8f Internal change by haoyuewang · 2 years, 9 months ago
  66. cf0f085 Fix QUIC insecure randomness on Windows 7 by dschinazi · 2 years, 9 months ago
  67. d51c217 Splits nghttp2-specific test utilities into nghttp2_test_utils.{h,cc}. by QUICHE team · 2 years, 9 months ago
  68. 98c2f69 Automated g4 rollback of changelist 384571235. by fayang · 2 years, 9 months ago
  69. 523bfb3 Add HttpDecoder::IsBufferedFrame(). by bnc · 2 years, 9 months ago
  70. b2a9134 Internal change by wub · 2 years, 9 months ago
  71. 3460166 Add pointers embedding QUICHE in README.md. by bnc · 2 years, 9 months ago
  72. eb6dec7 Introduce QUIC connection dapper tracing in GFE2. by wub · 2 years, 9 months ago
  73. 7c92f7e Default enable --gfe2_reloadable_flag_quic_run_default_signature_callback_once. by wub · 2 years, 9 months ago
  74. d127d19 Add regression test for b/194177024. by wub · 2 years, 9 months ago
  75. c80753e Remove and rename HttpDecoder methods. by bnc · 2 years, 9 months ago
  76. b69b653 Disable QuicConnectionTest.IetfStatelessReset and QuicFramerTest.BuildIetfStatelessResetPacket in Chrome. by fayang · 2 years, 9 months ago
  77. 80f9381 Disable --gfe2_reloadable_flag_quic_ack_cid_frames in Chromium. by haoyuewang · 2 years, 9 months ago
  78. d153424 Fix error: unknown type name 'uint' in Chromium merge. by haoyuewang · 2 years, 9 months ago
  79. 5dd7a03 Fix tests broken by --gfe2_reloadable_flag_quic_ack_cid_frames by haoyuewang · 2 years, 10 months ago
  80. 5b5e51b Disallow invalid MAX_PUSH_ID frame by dschinazi · 2 years, 10 months ago
  81. 7a1635c Deprecate gfe2_reloadable_flag_quic_encrypted_control_frames. by fayang · 2 years, 10 months ago
  82. 095051f Update ACK timeout for NEW_CONNECTION_ID and RETIRE_CONNECTION_ID frames. by haoyuewang · 2 years, 10 months ago
  83. e8d313e In QUIC TlsServerHandshaker, only run DefaultSignatureCallback at most once. by wub · 2 years, 10 months ago
  84. 9772ae3 Internal change by QUICHE team · 2 years, 10 months ago
  85. b9456ef Initialize data_buffer in PathChallenge and PathResponse frames to all 0s. by fayang · 2 years, 10 months ago
  86. bf2d194 Fix missing default value of stream_id and max_data in QuicWindowUpdateFrame. by fayang · 2 years, 10 months ago
  87. 9bfd181 Not update ACK timeout for NEW_CONNECTION_ID and RETIRE_CONNECTION_ID frames. by fayang · 2 years, 10 months ago
  88. 29acc48 Fix issues identified by Cross. by bnc · 2 years, 10 months ago
  89. fb75f7e Add missing MaybeUpdateAckTimeout for ack-eliciting frames. by fayang · 2 years, 10 months ago
  90. f1c2094 Remove unused CancelPushFrame and PushPromiseFrame structs and some more unused methods. by bnc · 2 years, 10 months ago
  91. 2c82ff7 Use absl::Span<QuicMemSlice> for QUIC datagrams. by vasilvv · 2 years, 10 months ago
  92. 6f99b68 Introduce QUIC client connection option BPTE to randomize TLS extensions by dschinazi · 2 years, 10 months ago
  93. 18ac5c9 Remove unused methods for PUSH_PROMISE and CANCEL_PUSH frames. by bnc · 2 years, 10 months ago
  94. 664d69f YT config update for finch experiment around ACCEPT_CH over TLS by QUICHE team · 2 years, 10 months ago
  95. e4ed83c Do not set alarm in QuicIdleNetworkDetector if StopDetection() has been called. by wub · 2 years, 10 months ago
  96. 5107775 Deprecate --gfe2_reloadable_flag_quic_error_on_http3_push. by bnc · 2 years, 10 months ago
  97. 0392273 Internal change by bnc · 2 years, 10 months ago
  98. 54c1d90 Deprecate gfe2_reloadable_flag_quic_bbr2_fix_bw_lo_mode2. by ianswett · 2 years, 10 months ago
  99. 569acbf Remove some unused includes and dependencies. by bnc · 2 years, 10 months ago
  100. 51f584d Deprecate --gfe2_reloadable_flag_quic_deprecate_incoming_connection_ids. by haoyuewang · 2 years, 10 months ago