- 5b5e51b Disallow invalid MAX_PUSH_ID frame by dschinazi · 3 years, 8 months ago
- 7a1635c Deprecate gfe2_reloadable_flag_quic_encrypted_control_frames. by fayang · 3 years, 8 months ago
- 095051f Update ACK timeout for NEW_CONNECTION_ID and RETIRE_CONNECTION_ID frames. by haoyuewang · 3 years, 8 months ago
- e8d313e In QUIC TlsServerHandshaker, only run DefaultSignatureCallback at most once. by wub · 3 years, 8 months ago
- 9772ae3 Internal change by QUICHE team · 3 years, 8 months ago
- b9456ef Initialize data_buffer in PathChallenge and PathResponse frames to all 0s. by fayang · 3 years, 8 months ago
- bf2d194 Fix missing default value of stream_id and max_data in QuicWindowUpdateFrame. by fayang · 3 years, 8 months ago
- 9bfd181 Not update ACK timeout for NEW_CONNECTION_ID and RETIRE_CONNECTION_ID frames. by fayang · 3 years, 8 months ago
- 29acc48 Fix issues identified by Cross. by bnc · 3 years, 8 months ago
- fb75f7e Add missing MaybeUpdateAckTimeout for ack-eliciting frames. by fayang · 3 years, 8 months ago
- f1c2094 Remove unused CancelPushFrame and PushPromiseFrame structs and some more unused methods. by bnc · 3 years, 8 months ago
- 2c82ff7 Use absl::Span<QuicMemSlice> for QUIC datagrams. by vasilvv · 3 years, 8 months ago
- 6f99b68 Introduce QUIC client connection option BPTE to randomize TLS extensions by dschinazi · 3 years, 8 months ago
- 18ac5c9 Remove unused methods for PUSH_PROMISE and CANCEL_PUSH frames. by bnc · 3 years, 8 months ago
- 664d69f YT config update for finch experiment around ACCEPT_CH over TLS by QUICHE team · 3 years, 8 months ago
- e4ed83c Do not set alarm in QuicIdleNetworkDetector if StopDetection() has been called. by wub · 3 years, 8 months ago
- 5107775 Deprecate --gfe2_reloadable_flag_quic_error_on_http3_push. by bnc · 3 years, 8 months ago
- 0392273 Internal change by bnc · 3 years, 8 months ago
- 54c1d90 Deprecate gfe2_reloadable_flag_quic_bbr2_fix_bw_lo_mode2. by ianswett · 3 years, 8 months ago
- 569acbf Remove some unused includes and dependencies. by bnc · 3 years, 8 months ago
- 51f584d Deprecate --gfe2_reloadable_flag_quic_deprecate_incoming_connection_ids. by haoyuewang · 3 years, 8 months ago
- 80ce324 Remove QuicInlinedVector from platform. by bnc · 3 years, 8 months ago
- 20c3086 Refactor HTTP/3 Datagram by dschinazi · 3 years, 8 months ago
- 99ed36c Internal change by wub · 3 years, 8 months ago
- 4d6f745 Replace quic_enable_version_rfcv1 with quic_disable_version_rfcv1 by dschinazi · 3 years, 8 months ago
- 29ca02c Fix another instance of -Wdeprecated-copy. by QUICHE team · 3 years, 9 months ago
- 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 · 3 years, 9 months ago
- 81f5d44 Internal change by danzh · 3 years, 9 months ago
- a1363dc Add CurrentSupportHttp3Versions() to return all IETF QUIC versions. by danzh · 3 years, 9 months ago
- 90615e3 Provide a default implementation of quiche_file_utils. by vasilvv · 3 years, 9 months ago
- 046933d LSC: Move expensive variables on their last use to avoid copies. by QUICHE team · 3 years, 9 months ago
- 00f114e Internal change by fayang · 3 years, 9 months ago
- cdda1d3 Fix -Wunreachable-code-aggressive. by QUICHE team · 3 years, 9 months ago
- 16ef03b Deprecate --gfe2_reloadable_flag_quic_use_connection_id_on_default_path_v2 by haoyuewang · 3 years, 9 months ago
- bf28bd8 Simplify QuicConnection::ShouldEnqueueUnDecryptablePacket. by ianswett · 3 years, 9 months ago
- f4f6448 Align OnRetransmissionTimeout more closely with RFC9002. by ianswett · 3 years, 9 months ago
- 7962ecc Add flag count for --quic_tls_allow_ignore_ticket_open. by wub · 3 years, 9 months ago
- 29e35dd Expands Http2VisitorInterface::OnHeaderForStream() to return an enum representing either OK, invalid or RST_STREAM. by QUICHE team · 3 years, 9 months ago
- 8bda14e Fixes nghttp2 unique_ptr types to use a copyable/movable deleter type. by QUICHE team · 3 years, 9 months ago
- 356938e Adds ENABLE_CONNECT_PROTOCOL to the list of known SETTINGS ids. by QUICHE team · 3 years, 9 months ago
- bebae4a Deprecate --gfe2_reloadable_flag_quic_tls_retry_handshake_on_early_data. by wub · 3 years, 9 months ago
- b4cbc7f Deprecate --gfe2_reloadable_flag_quic_tls_close_proof_source_handle_promptly. by wub · 3 years, 9 months ago
- f07a61b Deprecate --gfe2_reloadable_flag_quic_tls_validity_check_on_full_chlo. by wub · 3 years, 9 months ago
- d6be660 Include non-default port in the origin field of the ACCEPT_CH frame in ALPS. by bnc · 3 years, 9 months ago
- 826e70b Fixes a couple of bugs discovered during integration. by QUICHE team · 3 years, 9 months ago
- f9866cc In QUIC, do not re-arm PTO timer on sending application data before handshake gets confirmed. by fayang · 3 years, 9 months ago
- ee76274 Moves MetadataVisitor and MetadataSerializer to //third_party/spdy/core for reuse in QUICHE. by QUICHE team · 3 years, 9 months ago
- c8a1ee0 Actually set SPDY_CONTROL_PAYLOAD_TOO_LARGE Http2DecoderAdapter::OnFrameSizeError by QUICHE team · 3 years, 9 months ago
- 6b3d390 Rename GetAcceptChValueForOrigin() to GetAcceptChValueForHostname(). by bnc · 3 years, 9 months ago
- 43d93a0 Internal change by QUICHE team · 3 years, 9 months ago
- 1280917 Add copy assignment operator to supress -Wdeprecated-copy warning. by bnc · 3 years, 9 months ago
- f422b22 Plumbs metadata events through CallbackVisitor and nghttp2_callbacks. by QUICHE team · 3 years, 9 months ago
- 27fe0d5 Adds support for METADATA frames to TestFrameSequence. by QUICHE team · 3 years, 9 months ago
- b3e520a Stop sending ICMP unreachable messages when rejecting TCP connections. by QUICHE team · 3 years, 9 months ago
- 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 · 3 years, 9 months ago
- 0b33cbb Adds Http2VisitorInterface::OnErrorDebug(), a method that conveys error messages for debugging purposes. by QUICHE team · 3 years, 9 months ago
- 593dd71 Internal change by wub · 3 years, 9 months ago
- 06606d0 Adds "before frame send" and "after frame send" callback support to the Http2Adapter APIs. by QUICHE team · 3 years, 9 months ago
- 8a58984 Create a socket relay for connecting a socket on the qbone interface to by QUICHE team · 3 years, 9 months ago
- 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 · 3 years, 9 months ago
- b23b83c Removes unused OnReadyToReadDataForStream, and adds nullptr checks to nghttp2 callbacks. by QUICHE team · 3 years, 9 months ago
- 3e6cf91 Add a per-thread QuicConnectionContext for the upcoming QuicConnection tracing work. by wub · 3 years, 9 months ago
- 94acc60 Accepts nghttp2 options when constructing an NgHttp2Adapter. by QUICHE team · 3 years, 9 months ago
- d216ddb Modifies the Http2Adapter API to accept DataFrameSources as unique_ptrs. by QUICHE team · 3 years, 9 months ago
- 5ae10c8 Adds an integer return value to Http2Adapter::Send(), to indicate success or failure. by QUICHE team · 3 years, 9 months ago
- a97fbb7 Move QuicIntervalSet:Set allocator template argument to internal platform impl. by bnc · 3 years, 9 months ago
- 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 · 3 years, 9 months ago
- 17ca6b0 Fix more -Wc++11-narrowing issues by vasilvv · 3 years, 9 months ago
- 3196159 Remove unused HttpFrameType::PRIORITY_UPDATE. by bnc · 3 years, 9 months ago
- 2cc87b0 Use QuicheLinkedHashMap instead of platform-dependent implementation. by bnc · 3 years, 9 months ago
- ff91644 LSC: Replace uses of `int64` with `int64_t` and similar integer type aliases. by QUICHE team · 3 years, 9 months ago
- d838c33 Wait for settings in MASQUE by dschinazi · 3 years, 9 months ago
- 94a8847 Deprecate --gfe2_reloadable_flag_quic_ignore_old_priority_update_frame. by bnc · 3 years, 9 months ago
- 67d72ca Deprecate gfe2_reloadable_flag_quic_h3_datagram by dschinazi · 3 years, 9 months ago
- ec50b3b Deprecate gfe2_reloadable_flag_quic_and_tls_allow_sni_without_dots by QUICHE team · 3 years, 9 months ago
- 4f1e2f9 Support logging ssl_handshake_processing_time for QUIC as well. by QUICHE team · 3 years, 9 months ago
- 55923ec Fix a bug in WriteGfeMemSliceSpanToStream(). by vasilvv · 3 years, 9 months ago
- a631538 Update flag count and comment for --gfe2_reloadable_flag_quic_connection_migration_use_new_cid_v2 by haoyuewang · 3 years, 9 months ago
- 9d58b2e Set gfe2_reloadable_flag_quic_reset_per_packet_state_for_undecryptable_packets's chrome_value to be true. by fayang · 3 years, 9 months ago
- ca8e83b Fix misaligned-pointer-use in quic_batch_writer_test. by wub · 3 years, 9 months ago
- 0082b81 Fix android -Wshorten-64-to-32 error: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8844689770192651952/+/u/compile__with_patch_/raw_io.output_failure_summary_ by danzh · 3 years, 9 months ago
- e76ebc4 Reintroduce UpdateRoutesWithRetries in TunDeviceController. by QUICHE team · 3 years, 9 months ago
- 1820314 Add QuicCryptoClientConfigTest.MultipleCanonicalEntries. by bnc · 3 years, 9 months ago
- 75c7ea5 Define QuicServerId::operator!=(). by bnc · 3 years, 9 months ago
- 3b3c651 Adds a method to the Http2Adapter API to return the HPACK decompressor's dynamic table size. by QUICHE team · 3 years, 9 months ago
- a9ccd16 Remove unused Http2Deque and QuicheDequeImpl. by bnc · 3 years, 9 months ago
- bcab5cc Adds a method to the Http2Adapter API to retrieve the HPACK compressor's dynamic table size. by QUICHE team · 3 years, 9 months ago
- 575e1b2 Adds a method to get the current dynamic table size from HpackEncoder. by QUICHE team · 3 years, 9 months ago
- 93ceccc Deprecate --gfe2_reloadable_flag_quic_tls_server_use_handshake_hints. by wub · 3 years, 9 months ago
- c8da7f5 Adds a method to the Http2Adapter API to retrieve the send window size for a given stream. by QUICHE team · 3 years, 9 months ago
- 781f796 Adds a method to the Http2Adapter API to fetch the flow control receive window upper bound for a given stream. by QUICHE team · 3 years, 9 months ago
- 09e3c08 Explicitly set reloadable flag values in Chrome for enabling IETF QUIC connection migration. The feature is still guarded by "RVCM" connection option. by haoyuewang · 3 years, 9 months ago
- 6ef175d Make QuicCryptoClientConfig::PopulateFromCanonicalConfig() more efficient. by bnc · 3 years, 9 months ago
- 20e0970 Change GetServerConfig() to return const ref. by bnc · 3 years, 9 months ago
- a4a8782 Adds methods to retrieve the receive window size for the connection or a particular stream. by QUICHE team · 3 years, 9 months ago
- eb2fe33 Renames the constant representing the HTTP/2 initial flow control window size, and uses it more consistently. by QUICHE team · 3 years, 9 months ago
- d6c686f Adds a method to the Http2Adapter API to resume streams which were deferred due to being read-blocked. by QUICHE team · 3 years, 9 months ago
- e1b39bb Adds a return value to DataFrameSource::Send(), indicating whether the send operation would encounter a write block. by QUICHE team · 3 years, 9 months ago
- 20dcfc8 Remove QuicContainsKey() from platform. by bnc · 3 years, 9 months ago
- ea9e1cb Implements read block detection in OgHttp2Session, and fixes read block handling in Nghttp2DataFrameSource. by QUICHE team · 3 years, 9 months ago