1. bba9a18 Initialize SimpleRandom::buffer_offset_ in quic_test_utils by QUICHE team · 2 years, 10 months ago
  2. 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, 10 months ago
  3. 5b32a9f Adds tests for the conversion from DataFrameSource to nghttp2_data_provider. by QUICHE team · 2 years, 10 months ago
  4. 926813b Removes unused DataSource interface and implementation. by QUICHE team · 2 years, 10 months ago
  5. 2a0026f Adds nullptr guards to invocations of nghttp2 callbacks within CallbackVisitor. by QUICHE team · 2 years, 10 months ago
  6. 8351f8f Internal change by haoyuewang · 2 years, 10 months ago
  7. cf0f085 Fix QUIC insecure randomness on Windows 7 by dschinazi · 2 years, 10 months ago
  8. d51c217 Splits nghttp2-specific test utilities into nghttp2_test_utils.{h,cc}. by QUICHE team · 2 years, 10 months ago
  9. 98c2f69 Automated g4 rollback of changelist 384571235. by fayang · 2 years, 10 months ago
  10. 523bfb3 Add HttpDecoder::IsBufferedFrame(). by bnc · 2 years, 10 months ago
  11. b2a9134 Internal change by wub · 2 years, 10 months ago
  12. 3460166 Add pointers embedding QUICHE in README.md. by bnc · 2 years, 10 months ago
  13. eb6dec7 Introduce QUIC connection dapper tracing in GFE2. by wub · 2 years, 10 months ago
  14. 7c92f7e Default enable --gfe2_reloadable_flag_quic_run_default_signature_callback_once. by wub · 2 years, 10 months ago
  15. d127d19 Add regression test for b/194177024. by wub · 2 years, 10 months ago
  16. c80753e Remove and rename HttpDecoder methods. by bnc · 2 years, 10 months ago
  17. b69b653 Disable QuicConnectionTest.IetfStatelessReset and QuicFramerTest.BuildIetfStatelessResetPacket in Chrome. by fayang · 2 years, 10 months ago
  18. 80f9381 Disable --gfe2_reloadable_flag_quic_ack_cid_frames in Chromium. by haoyuewang · 2 years, 10 months ago
  19. d153424 Fix error: unknown type name 'uint' in Chromium merge. by haoyuewang · 2 years, 10 months ago
  20. 5dd7a03 Fix tests broken by --gfe2_reloadable_flag_quic_ack_cid_frames by haoyuewang · 2 years, 10 months ago
  21. 5b5e51b Disallow invalid MAX_PUSH_ID frame by dschinazi · 2 years, 10 months ago
  22. 7a1635c Deprecate gfe2_reloadable_flag_quic_encrypted_control_frames. by fayang · 2 years, 10 months ago
  23. 095051f Update ACK timeout for NEW_CONNECTION_ID and RETIRE_CONNECTION_ID frames. by haoyuewang · 2 years, 10 months ago
  24. e8d313e In QUIC TlsServerHandshaker, only run DefaultSignatureCallback at most once. by wub · 2 years, 10 months ago
  25. 9772ae3 Internal change by QUICHE team · 2 years, 10 months ago
  26. b9456ef Initialize data_buffer in PathChallenge and PathResponse frames to all 0s. by fayang · 2 years, 10 months ago
  27. bf2d194 Fix missing default value of stream_id and max_data in QuicWindowUpdateFrame. by fayang · 2 years, 10 months ago
  28. 9bfd181 Not update ACK timeout for NEW_CONNECTION_ID and RETIRE_CONNECTION_ID frames. by fayang · 2 years, 10 months ago
  29. 29acc48 Fix issues identified by Cross. by bnc · 2 years, 10 months ago
  30. fb75f7e Add missing MaybeUpdateAckTimeout for ack-eliciting frames. by fayang · 2 years, 10 months ago
  31. f1c2094 Remove unused CancelPushFrame and PushPromiseFrame structs and some more unused methods. by bnc · 2 years, 10 months ago
  32. 2c82ff7 Use absl::Span<QuicMemSlice> for QUIC datagrams. by vasilvv · 2 years, 10 months ago
  33. 6f99b68 Introduce QUIC client connection option BPTE to randomize TLS extensions by dschinazi · 2 years, 10 months ago
  34. 18ac5c9 Remove unused methods for PUSH_PROMISE and CANCEL_PUSH frames. by bnc · 2 years, 10 months ago
  35. 664d69f YT config update for finch experiment around ACCEPT_CH over TLS by QUICHE team · 2 years, 10 months ago
  36. e4ed83c Do not set alarm in QuicIdleNetworkDetector if StopDetection() has been called. by wub · 2 years, 10 months ago
  37. 5107775 Deprecate --gfe2_reloadable_flag_quic_error_on_http3_push. by bnc · 2 years, 10 months ago
  38. 0392273 Internal change by bnc · 2 years, 10 months ago
  39. 54c1d90 Deprecate gfe2_reloadable_flag_quic_bbr2_fix_bw_lo_mode2. by ianswett · 2 years, 10 months ago
  40. 569acbf Remove some unused includes and dependencies. by bnc · 2 years, 10 months ago
  41. 51f584d Deprecate --gfe2_reloadable_flag_quic_deprecate_incoming_connection_ids. by haoyuewang · 2 years, 10 months ago
  42. 80ce324 Remove QuicInlinedVector from platform. by bnc · 2 years, 10 months ago
  43. 20c3086 Refactor HTTP/3 Datagram by dschinazi · 2 years, 10 months ago
  44. 99ed36c Internal change by wub · 2 years, 10 months ago
  45. 4d6f745 Replace quic_enable_version_rfcv1 with quic_disable_version_rfcv1 by dschinazi · 2 years, 10 months ago
  46. 29ca02c Fix another instance of -Wdeprecated-copy. by QUICHE team · 2 years, 10 months ago
  47. 3290ea5 Check IsHandshakeComplete() rather than encryption_level_ == ENCRYPTION_FORWARD_SECURE in QuicConnection::ShouldEnqueueUnDecryptablePacket. This allows IETF QUIC handshakes to queue 1-RTT packets when the server has 1-RTT send keys, but not 1-RTT receive keys. Discovered during cr/382276435 by ianswett · 2 years, 10 months ago
  48. 81f5d44 Internal change by danzh · 2 years, 10 months ago
  49. a1363dc Add CurrentSupportHttp3Versions() to return all IETF QUIC versions. by danzh · 2 years, 10 months ago
  50. 90615e3 Provide a default implementation of quiche_file_utils. by vasilvv · 2 years, 10 months ago
  51. 046933d LSC: Move expensive variables on their last use to avoid copies. by QUICHE team · 2 years, 10 months ago
  52. 00f114e Internal change by fayang · 2 years, 10 months ago
  53. cdda1d3 Fix -Wunreachable-code-aggressive. by QUICHE team · 2 years, 10 months ago
  54. 16ef03b Deprecate --gfe2_reloadable_flag_quic_use_connection_id_on_default_path_v2 by haoyuewang · 2 years, 10 months ago
  55. bf28bd8 Simplify QuicConnection::ShouldEnqueueUnDecryptablePacket. by ianswett · 2 years, 10 months ago
  56. f4f6448 Align OnRetransmissionTimeout more closely with RFC9002. by ianswett · 2 years, 10 months ago
  57. 7962ecc Add flag count for --quic_tls_allow_ignore_ticket_open. by wub · 2 years, 10 months ago
  58. 29e35dd Expands Http2VisitorInterface::OnHeaderForStream() to return an enum representing either OK, invalid or RST_STREAM. by QUICHE team · 2 years, 10 months ago
  59. 8bda14e Fixes nghttp2 unique_ptr types to use a copyable/movable deleter type. by QUICHE team · 2 years, 10 months ago
  60. 356938e Adds ENABLE_CONNECT_PROTOCOL to the list of known SETTINGS ids. by QUICHE team · 2 years, 10 months ago
  61. bebae4a Deprecate --gfe2_reloadable_flag_quic_tls_retry_handshake_on_early_data. by wub · 2 years, 10 months ago
  62. b4cbc7f Deprecate --gfe2_reloadable_flag_quic_tls_close_proof_source_handle_promptly. by wub · 2 years, 10 months ago
  63. f07a61b Deprecate --gfe2_reloadable_flag_quic_tls_validity_check_on_full_chlo. by wub · 2 years, 10 months ago
  64. d6be660 Include non-default port in the origin field of the ACCEPT_CH frame in ALPS. by bnc · 2 years, 10 months ago
  65. 826e70b Fixes a couple of bugs discovered during integration. by QUICHE team · 2 years, 11 months ago
  66. f9866cc In QUIC, do not re-arm PTO timer on sending application data before handshake gets confirmed. by fayang · 2 years, 11 months ago
  67. ee76274 Moves MetadataVisitor and MetadataSerializer to //third_party/spdy/core for reuse in QUICHE. by QUICHE team · 2 years, 11 months ago
  68. c8a1ee0 Actually set SPDY_CONTROL_PAYLOAD_TOO_LARGE Http2DecoderAdapter::OnFrameSizeError by QUICHE team · 2 years, 11 months ago
  69. 6b3d390 Rename GetAcceptChValueForOrigin() to GetAcceptChValueForHostname(). by bnc · 2 years, 11 months ago
  70. 43d93a0 Internal change by QUICHE team · 2 years, 11 months ago
  71. 1280917 Add copy assignment operator to supress -Wdeprecated-copy warning. by bnc · 2 years, 11 months ago
  72. f422b22 Plumbs metadata events through CallbackVisitor and nghttp2_callbacks. by QUICHE team · 2 years, 11 months ago
  73. 27fe0d5 Adds support for METADATA frames to TestFrameSequence. by QUICHE team · 2 years, 11 months ago
  74. b3e520a Stop sending ICMP unreachable messages when rejecting TCP connections. by QUICHE team · 2 years, 11 months ago
  75. 7062486 Adds Http2VisitorInterface::OnInvalidFrame() and associate plumbing. This method notifies the visitor that the library has processed a frame that it considers invalid. by QUICHE team · 2 years, 11 months ago
  76. 0b33cbb Adds Http2VisitorInterface::OnErrorDebug(), a method that conveys error messages for debugging purposes. by QUICHE team · 2 years, 11 months ago
  77. 593dd71 Internal change by wub · 2 years, 11 months ago
  78. 06606d0 Adds "before frame send" and "after frame send" callback support to the Http2Adapter APIs. by QUICHE team · 2 years, 11 months ago
  79. 8a58984 Create a socket relay for connecting a socket on the qbone interface to by QUICHE team · 2 years, 11 months ago
  80. 509e7fa Updates Http2VisitorInterface::OnHeaderForStream() to return a boolean. This is necessary in order to communicate when header names or values are invalid. by QUICHE team · 2 years, 11 months ago
  81. b23b83c Removes unused OnReadyToReadDataForStream, and adds nullptr checks to nghttp2 callbacks. by QUICHE team · 2 years, 11 months ago
  82. 3e6cf91 Add a per-thread QuicConnectionContext for the upcoming QuicConnection tracing work. by wub · 2 years, 11 months ago
  83. 94acc60 Accepts nghttp2 options when constructing an NgHttp2Adapter. by QUICHE team · 2 years, 11 months ago
  84. d216ddb Modifies the Http2Adapter API to accept DataFrameSources as unique_ptrs. by QUICHE team · 2 years, 11 months ago
  85. 5ae10c8 Adds an integer return value to Http2Adapter::Send(), to indicate success or failure. by QUICHE team · 2 years, 11 months ago
  86. a97fbb7 Move QuicIntervalSet:Set allocator template argument to internal platform impl. by bnc · 2 years, 11 months ago
  87. 85e8667 Do not send PATH_CHALLENGE or PATH_RESPONSE when 1-RTT write key is not available. This does not have functional because: by fayang · 2 years, 11 months ago
  88. 17ca6b0 Fix more -Wc++11-narrowing issues by vasilvv · 2 years, 11 months ago
  89. 3196159 Remove unused HttpFrameType::PRIORITY_UPDATE. by bnc · 2 years, 11 months ago
  90. 2cc87b0 Use QuicheLinkedHashMap instead of platform-dependent implementation. by bnc · 2 years, 11 months ago
  91. ff91644 LSC: Replace uses of `int64` with `int64_t` and similar integer type aliases. by QUICHE team · 2 years, 11 months ago
  92. d838c33 Wait for settings in MASQUE by dschinazi · 2 years, 11 months ago
  93. 94a8847 Deprecate --gfe2_reloadable_flag_quic_ignore_old_priority_update_frame. by bnc · 2 years, 11 months ago
  94. 67d72ca Deprecate gfe2_reloadable_flag_quic_h3_datagram by dschinazi · 2 years, 11 months ago
  95. ec50b3b Deprecate gfe2_reloadable_flag_quic_and_tls_allow_sni_without_dots by QUICHE team · 2 years, 11 months ago
  96. 4f1e2f9 Support logging ssl_handshake_processing_time for QUIC as well. by QUICHE team · 2 years, 11 months ago
  97. 55923ec Fix a bug in WriteGfeMemSliceSpanToStream(). by vasilvv · 2 years, 11 months ago
  98. a631538 Update flag count and comment for --gfe2_reloadable_flag_quic_connection_migration_use_new_cid_v2 by haoyuewang · 2 years, 11 months ago
  99. 9d58b2e Set gfe2_reloadable_flag_quic_reset_per_packet_state_for_undecryptable_packets's chrome_value to be true. by fayang · 2 years, 11 months ago
  100. ca8e83b Fix misaligned-pointer-use in quic_batch_writer_test. by wub · 2 years, 11 months ago