- a485aa9 Internal QUICHE change by nharper · 5 years ago
- 81c9b66 gfe-relnote: (n/a) Deprecate --quic_sanitize_ack_delay. by wub · 5 years ago
- 4e083db gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_bbr2_cut_inflight_hi_gradually. by wub · 5 years ago
- b91c214 Remove QuicStream::PeerAddressOfLatestPacket. It's only used in debug string, and isn't necessary. by renjietang · 5 years ago
- 23f4bb9 Remove use of GetNumSentClientHellos from //third_party/quic tests by nharper · 5 years ago
- ff3d3a3 Add perspective_ member for QuicStream. by renjietang · 5 years ago
- 372452f gfe-relnote: fix UBSAN failure in QuicCircularDeque. No protected. by danzh · 5 years ago
- 9abdfec gfe-relnote: Do not pad server initial connection close packet. Protected by blocked gfe2_reloadable_flag_quic_enable_version_t*. by fayang · 5 years ago
- 87df0d0 Change QuicStream::CloseConnectionWithDetails() to QuicStream::OnUnrecoverableError. by renjietang · 5 years ago
- 77e5c1f gfe-relnote: In QuicPacketReader, use QuicClock::Now() instead of kernel provided systime for receive time. Protected by --gfe2_reloadable_flag_quic_use_quic_time_for_received_timestamp2. by wub · 5 years ago
- 183ed52 Internal QUICHE change by wub · 5 years ago
- 79400d5 gfe-relnote: In QUIC, always bundle ACK with connection close with TLS handshake for debugging purpose. Protected by blocked gfe2_reloadable_flag_quic_enable_version_t*. by fayang · 5 years ago
- 084a860 gfe-relnote: (n/a) Remove unused kMinLossDelayMs and kDefaultAdaptiveLossDelayShift by wub · 5 years ago
- ff4b2b6 Rename QuicStreamIdManager delegate's OnError() to OnStreamIdManagerError() to differentiate itself from errors generated from other QuicSession components. by renjietang · 5 years ago
- bd33b62 Change name of TLS handshaker's delegate_ member to handshaker_delegate_. by renjietang · 5 years ago
- 796f366 Introduce basic X.509 parser into QUIC. by vasilvv · 5 years ago
- f196f6a Prevent QUIC streams from closing the connection directly. by renjietang · 5 years ago
- d286652 gfe-relnote: In QUIC, close connection if decryption key is available before encryption key when TLS handshaker is used. Protected by disabled v99 flag. by fayang · 5 years ago
- bf4836c gfe-relnote: remove undesired dependency from quic_containers_impl_lib to quic_circular_deque_lib. by danzh · 5 years ago
- 5d907b5 Send random payload of length [0, 4] for grease HTTP/3 frame. by renjietang · 5 years ago
- 89713d0 Move QuicClock to third_party/quic/core. by vasilvv · 5 years ago
- 3be090d gfe-relnote: In QUIC, remove LossDetectionType given IETF style loss detection is default enabled. by fayang · 5 years ago
- d9750d2 gfe-relnote: (n/a) Improve the logging in QuicConnection when failed to write a packet. Logging only. by wub · 5 years ago
- c303bfd gfe-relnote: In QUIC, send connection close for all available encryption levels with TLS handshake. Protected by blocked gfe2_reloadable_flag_quic_enable_version_t*. by fayang · 5 years ago
- b296fb8 gfe-relnote: In QUIC, actually remove encrypters when discarding old encryption keys with TLS handshake. Protected by blocked gfe2_reloadable_flag_quic_enable_version_t* flags. by fayang · 5 years ago
- 4084fc9 Add methods to QuicCryptoClientStreamBase to replace num_sent_client_hellos by nharper · 5 years ago
- db2507e gfe-relnote: In QUIC, add a connection option to set max cwnd to 100 when adjusting network parameters. Protected by existing gfe2_reloadable_flag_quic_use_ip_bandwidth_module. by fayang · 5 years ago
- 4c6fc50 gfe-relnote: (n/a) Remove QuicStreamSequencerBuffer::GapsDebugString(). No behavior change, not protected. by wub · 5 years ago
- eb1b8d7 gfe-relnote: Add more logging when write blocked stream is missing. Debugging only, no functional change expected, not protected. by fayang · 5 years ago
- 3f7bcbe gfe-relnote: In QUIC, split HandshakerDelegateInterface::OnNewKeysAvailable to OnNewDecryptionKeyAvailable and OnNewEncryptionKeyAvailable. Refactoring only, no behavior change, not protected. by fayang · 5 years ago
- 84259eb gfe-relnote: use GetMinRtt to calculate lower bound of pacing rate when overshoot detected to avoid divided by 0 problem. Protected by existing gfe2_reloadable_flag_quic_bbr_mitigate_overly_large_bandwidth_sample. by fayang · 5 years ago
- a750aab gfe-relnote: Change all QuicDeque to QuicCircularDeque. No behavior change because QuicDeque is a typedef of QuicCircularDeque. by wub · 5 years ago
- 6083a10 gfe-relnote: Add an EACK QUIC connection option to bundle a retransmittable frame with an ACK frame if the RTO or PTO timers have already fired. by ianswett · 5 years ago
- ad2f869 gfe-relnote: (n/a) Add some DLOGs in quic_connection.cc when a packet is detected to be a connectivity probing. Test only, not protected. by wub · 5 years ago
- 57cd22a gfe-relnote: (n/a) Increase the (handshake|idle) timeout values used in the "PreSharedKey" test in third_party/quic/core/http:end_to_end_test. Test only. by wub · 5 years ago
- 051660f gfe-relnote: Add a quic::test::ServerThread::WaitUntil method and use it in quic end_to_end_test. Test only. by wub · 5 years ago
- 228602e Fix ODR violations in quic_versions.h by vasilvv · 5 years ago
- 0a8ff62 gfe-relnote: No longer send a RESET_STREAM in response to a STOP_SENDING if the stream is write closed. Protected by disabled gfe2_reloadable_flag_quic_enable_version_99. by ianswett · 5 years ago
- 161bb49 Deprecate quic_allow_very_long_connection_ids by dschinazi · 5 years ago
- 0bf4c9d gfe-relnote: Initialize stream_count in default constructor of QuicMaxStreamsFrame. Protected by disabled v99 flag. by fayang · 5 years ago
- f75c2c6 gfe-relnote: (n/a) In QuicClientBase, mark version negotiated when the client reconnects. Test only. by wub · 5 years ago
- d08aac1 Add TLS to QuicIetfTransportErrorCodeString by dschinazi · 5 years ago
- d6e461b Insert a greased frame after a HTTP/3 SETTINGS frame is sent. by renjietang · 5 years ago
- d5c2ffb gfe-relnote: In QUIC, notify frame acked when discarding initial key. Protected by gfe2_reloadable_flag_quic_neuter_unencrypted_control_frames. by fayang · 5 years ago
- 374bd17 gfe-relnote: (n/a) Increase the time in some quic http end_to_end_tests to reduce flakiness. Test only, not protected. by wub · 5 years ago
- fb06b0c Remove IntervalItem from anonymous namespace. by bnc · 5 years ago
- 92fa63a Set max_outbound_header_list_size_ when receiving SETTINGS_MAX_HEADER_LIST_SIZE. by bnc · 5 years ago
- 75bbf98 Clarify QuicSession::CloseStreamInner() parameters. by renjietang · 5 years ago
- d518ca8 Add debugging logs for static stream QUIC bug. by renjietang · 5 years ago
- 0e3035e gfe-relnote: In QUIC, check connected_ when processing MaxStreamsFrame and StreamsBlockedFrame. Protected by disabled v99 flag. by fayang · 5 years ago
- 8a2c869 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_on_packet_numbers_skipped by fayang · 5 years ago
- d96ecda gfe-relnote: Deprecate gfe2_reloadable_flag_quic_use_handshaker_delegate2. by fayang · 5 years ago
- 5f20251 Change default QuicStream priority when using IETF QUIC. by bnc · 5 years ago
- f6ed10e gfe-relnote: In QUIC, check nonretransmittable_frames, instead of packet length, to determine if a serialized packet is a MTU probe or not. Protected by --gfe2_reloadable_flag_quic_better_mtu_packet_check. by wub · 5 years ago
- b442b86 gfe-relnote: If batch writer is used in a QuicConneciton, flush it right after a MTU probe is sent. Protected by --gfe2_reloadable_flag_quic_batch_writer_flush_after_mtu_probe. by wub · 5 years ago
- cf09f95 Sent PRIORITY_UPDATE frame when priority changes. by bnc · 5 years ago
- cd9aeb0 gfe-relnote: Check handshake timeout before idle timeout in QuicConnection. Protected by --gfe2_reloadable_flag_quic_check_handshake_timeout_before_idle_timeout. by wub · 5 years ago
- 4c93e8d gfe-relnote: Enhance the error_details of QUIC_NETWORK_IDLE_TIMEOUT and QUIC_HANDSHAKE_TIMEOUT errors. No behavior change except the error message. by wub · 5 years ago
- e11825e Instead of checking handshake done frame received, just check both endpoints' handshake state is HANDSHAKE_CONFIRMED. There is a possibility where HANDSHAKE_DONE frame is received before observer gets set. by fayang · 5 years ago
- b8abf38 Do not send PRIORITY_UPDATE frame if it does not change priority. by bnc · 5 years ago
- 80abd36 Refactor MaybeSendPriorityUpdateFrame(). by bnc · 5 years ago
- aa5248f gfe-relnote: Deprecate gfe2_reloadable_flag_quic_enable_lifo_write_scheduler. by fayang · 5 years ago
- d983808 Do not send PRIORITY_UPDATE from server. by bnc · 5 years ago
- a6bea93 Grease HTTP/3 settings. by renjietang · 5 years ago
- 2dd75ee Improve QuicFramer testing of retry by dschinazi · 5 years ago
- 5a09432 gfe-relnote: Inline QuicConnection::MaybeSetAckAlarmTo because it's only used in one place. No functional change, not flag protected. by ianswett · 5 years ago
- 278efae Add support for retry integrity tag by dschinazi · 5 years ago
- 18773d6 gfe-relnote: Change QuicSentPacketManager::SetSendAlgorithm(CongestionControlType) to a no-op if the current and the requested cc_type are the same. Protected by --gfe2_reloadable_flag_quic_set_send_algorithm_noop_if_cc_type_unchanged. by wub · 5 years ago
- 18ff23b gfe-relnote: In QUIC, make PTO per packet number space. This only affects QUIC versions with TLS handshake. Protected by disabled gfe2_reloadable_flag_quic_enable_version_t* flags. by fayang · 5 years ago
- a27a3c9 gfe-relnote: Introduce kDefaultUdpPacketControlBufferSize and use it in QuicPacketReader as the control buffer size. No behavior change, not protected. by wub · 5 years ago
- 533cb1b gfe-relnote: In QUIC, remove largest_sent_packets_ from unacked_packet_map. This only affects QUIC versions with TLS handshake. Protected by disabled gfe2_reloadable_flag_quic_enable_version_t* flags. by fayang · 5 years ago
- 937dd7c gfe-relnote: n/a - Remove the #if MMSG_MORE wrapper around kNumPacketsPerReadMmsgCall in quic_packet_reader.h by rch · 5 years ago
- d767863 Remove quic_bbr2_sender. by vasilvv · 5 years ago
- 1dc01cf gfe-relnote: In QuicPacketReader, change the use of QuicSocketUtils to QuicUdpSocketApi. Protected by --gfe2_restart_flag_quic_remove_quic_socket_utils_from_packet_reader. by wub · 5 years ago
- afa90ab Update IETF QUIC to draft 25 by dschinazi · 5 years ago
- facc4bc gfe-relnote: In QUIC move NeuterUnencryptedPackets and NeuterHandshakePackets from quic_sent_packet_manager to unacked_packet_map. Refactoring only, no functional change expected, not protected. by fayang · 5 years ago
- e4cf26e gfe-relnote: deprecate gfe2_reloadable_flag_quic_delete_send_rst_stream_inner by renjietang · 5 years ago
- 315428e Remove using_default_max_streams_ from QuicStreamIdManager because the manager now has initial stream limit 0. by renjietang · 5 years ago
- bea386e gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_version_negotiated_by_default_at_server by wub · 5 years ago
- 7fd0c6d gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_log_ack_aggregation_stats. by wub · 5 years ago
- 2dea139 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_bbr2_exit_probe_bw_down_after_one_rtt. by wub · 5 years ago
- 3dccd36 Deprecate gfe2_reloadable_flag_quic_use_common_stream_check by ianswett · 5 years ago
- f6b86b2 Buffer priority values in PRIORITY_UPDATE frames for not yet open streams. by bnc · 5 years ago
- 2d483ad Add a ProofSource to QuicCryptoClientConfig. by QUICHE team · 5 years ago
- 3a72e2f Add a ServerProofVerifier and ClientCertMode to QuicCryptoServerConfig. by QUICHE team · 5 years ago
- ea3b011 Add an enumeration of client certificate modes to quic_types.h. by QUICHE team · 5 years ago
- 83760d3 Add a ServerProofVerifier interface to QUIC. by QUICHE team · 5 years ago
- 2f2915d gfe-relnote: In QUIC, add OnOneRttPacketAckowledged to TLS handshaker, and this is used to allow client mark handshake confirmed when handshake done frame is not supported. Not affecting prod, not protected. by fayang · 5 years ago
- cbfb93e For IETF QUIC, Initialize bidirectional stream limit to 0, and unidirectional stream limit to the expected number of streams. by renjietang · 5 years ago
- 63a1984 gfe-relnote: In QUIC, let connection determine handshake complete by asking session. Protected by gfe2_reloadable_flag_quic_use_get_handshake_state. by fayang · 5 years ago
- 5014e92 gfe-relnote: In QUIC, let connection determine handshake confirmed by asking session and stop marking HANDSHAKE_CONFIRMED in sent packet manager. Not affecting prod, not protected. by fayang · 5 years ago
- 40d7796 gfe-relnote: (n/a) Fix truncated read tests in quic_udp_socket_test.cc under --config=android_arm64. Only affect android build, no behavior change in prod. by wub · 5 years ago
- c67c520 gfe-relnote: In QUIC, remove GetHandshakeState from SessionNotifierInterface and add GetHandshakeState to QuicConnectionVisitorInterface. Not used yet. Not protected. by fayang · 5 years ago
- 0106294 gfe-relnote: In QUIC version T099, implement HANDSHAKE_DONE frame to drive the handshake to confirmation on the client side. Not used in prod yet. by fayang · 5 years ago
- 41c19ca Close connection on incoming PRIORITY_UPDATE frame with invalid stream ID. by bnc · 5 years ago
- b4e7b99 Read and interpret PRIORITY_UPDATE frame. by bnc · 5 years ago
- 4161684 Remove QUIC version Q099 by dschinazi · 5 years ago
- f579b5e Refactor TlsServerHandshaker to implement QuicCryptoServerStreamBase directly by nharper · 5 years ago
- 77cd0a3 gfe-relnote: (n/a) Change the return value of QuicUdpSocketApi::ReadMultiplePackets from number of good packets to number of total packets read. Code not used yet. by wub · 5 years ago
- 95cf383 gfe-relnote: Add a connection option(1ACK) to send only one immediate ACK in QUIC after reordering, instead of 4. Protected by gfe2_reloadable_flag_quic_one_immediate_ack by ianswett · 5 years ago