- 225e91a Update fuzzer Packet/Proto Conversion to use 16B auth tags. by martinduke · 2 years, 4 months ago
- 24a2385 Internal change by QUICHE team · 2 years, 5 months ago
- ff3e960 Internal change by renjietang · 2 years, 5 months ago
- 08e3ff8 Deprecate gfe2_flags_reloadable_quic_connection_uses_abstract_connection_id_generator. by martinduke · 2 years, 6 months ago
- bc3c53f Deprecate --gfe2_restart_flag_quic_disable_legacy_version_encapsulation. by QUICHE team · 2 years, 6 months ago
- 44da7b6 Internal change by fayang · 2 years, 6 months ago
- bae2405 Update tests to check that 1-RTT packets are also buffered when the connection ID is different. by martinduke · 2 years, 6 months ago
- d439dc7 On the client side, donot send stream data when PTO fires before handshake gets confirmed. by fayang · 2 years, 6 months ago
- c2a3306 Allow client to buffer Handshake packets when the server Initial is delayed, even if the connection ID changes. by martinduke · 2 years, 6 months ago
- 95731fa Set alternative path as validated once multi-port probing succeeds. by renjietang · 2 years, 6 months ago
- e6444ef Deprecate gfe2_restart_flag_quic_map_original_connection_id2. by martinduke · 2 years, 6 months ago
- ddedfed Deprecate --gfe2_reloadable_flag_quic_not_bundle_ack_on_alternative_path by danzh · 2 years, 7 months ago
- ef68622 Makes the `FLAGS_` prefix implicit in calls to `GetQuicFlag()`. by birenroy · 2 years, 7 months ago
- 864fbda Populate stats needed for multi-port. by renjietang · 2 years, 7 months ago
- 1d87a3d Fix incorrect flag checks in quic_connection_test. by martinduke · 2 years, 7 months ago
- 96dc178 Add missing includes. by bnc · 2 years, 7 months ago
- 4e28383 Deprecate gfe2_reloadable_flag_quic_fix_bytes_accounting_for_buffered_coalesced_packets. by fayang · 2 years, 7 months ago
- 605dca2 Update QuicConnection to Use ConnectionIdGeneratorInterface. by martinduke · 2 years, 7 months ago
- cd4eb80 Deprecate --gfe2_reloadable_flag_quic_remove_blackhole_detection_experiments. by wub · 2 years, 7 months ago
- fca5c77 Add multi-port support to a QUIC connection. by renjietang · 2 years, 7 months ago
- 69c3f0a Deprecate --quic_packet_flusher_check_connected_after_flush_packets. by wub · 2 years, 7 months ago
- 35c0ff7 Move RFC 9000 variable length integer encoding from QUIC to QUICHE by dschinazi · 2 years, 8 months ago
- ffb583d Avoid creating session when server_connection_id matches, and send CONNECTION_CLOSE instead of delivering the packet if the original connection IDs don't match. by martinduke · 2 years, 8 months ago
- 130bde9 Pass path validation start time to QuicPathValidator::ResultDelegate::OnPathValidationSuccess. by wub · 2 years, 8 months ago
- 96840a0 Store original server connection IDs in the dispatcher's session map. Release them when the 0-RTT key discard timer fires. Include them in the list of active connection IDs to make sure they are destroyed if the timer never fires. by martinduke · 2 years, 9 months ago
- 161ce6e Enforce strict amplification limit: by fayang · 2 years, 9 months ago
- b225e17 Fix bytes accounting for buffered coalesced packets. by fayang · 2 years, 9 months ago
- ada6b82 Do not issue a new connection ID if it has been taken by another connection in the session map. by haoyuewang · 2 years, 9 months ago
- e2b0fce In QuicConnection::ScopedPacketFlusher::~ScopedPacketFlusher, early return if connection is disconnected after FlushPackets. by wub · 2 years, 10 months ago
- 47bb728 - Remove all experiments that tunes blackhole detection delay or path degrading delay, and by wub · 2 years, 10 months ago
- ac0a808 Fix QUIC connection retransmission stats by QUICHE team · 2 years, 10 months ago
- ac2e30d Fix QUICHE build on platforms using EXPECT_DEBUG_DEATH for EXPECT_QUIC_BUG by vasilvv · 2 years, 10 months ago
- f7e47e7 Internal change by QUICHE team · 2 years, 10 months ago
- 1a27108 Include offset information in BLOCKED frames by QUICHE team · 2 years, 11 months ago
- fea655c Deprecate gfe2_reloadable_flag_quic_update_ack_timeout_on_receipt_time. by fayang · 2 years, 11 months ago
- e975389 Deprecate gfe2_reloadable_flag_quic_flush_after_coalesce_higher_space_packets. by fayang · 2 years, 11 months ago
- 1902794 Internal change by fayang · 2 years, 11 months ago
- 327663d Move the increments of retransmittable-on-wire counters to when the alarm fires in retransmittable-on-wire mode. by fayang · 2 years, 11 months ago
- 08efde4 Deprecate --gfe2_reloadable_flag_quic_close_connection_if_fail_to_serialzie_coalesced_packet2. by wub · 2 years, 11 months ago
- 339f0c8 Remove TLP and RTO retransmissions by deprecating gfe2_restart_flag_quic_default_on_pto2. by fayang · 3 years ago
- f6607db Re-land cl/443493674 by fixing build error. by fayang · 3 years ago
- a6d2041 Internal change by QUICHE team · 3 years ago
- 226dee9 When retransmittable-on-wire timeout, re-send 1st 1-RTT packet or random bytes (which are behind client connection options ROWF and ROWR, respectively). by fayang · 3 years ago
- 4329441 Deprecate gfe2_restart_flag_quic_set_packet_state_if_all_data_retransmitted. by fayang · 3 years ago
- 7b43efb Send bandwidth estimate when the server network idles for half of idle_network_timeout for IETF QUIC guarded by connection option BWID. by haoyuewang · 3 years ago
- af2e52a Deprecate --gfe2_reloadable_flag_quic_count_bytes_on_alternative_path_seperately. by danzh · 3 years ago
- b37451f While sending PATH_CHALLENGE, make sure QuicConnection flushes probing packet on alternative path before bundling ACK. by danzh · 3 years ago
- 5d39333 In QuicConnection, rename ping_timeout_ to keep_alive_ping_timeout_. Remove two getters ping_timeout() and initial_retransmittable_on_wire_timeout(). by fayang · 3 years ago
- 3000cba Remove connection close-related QUIC_BUGs. by bnc · 3 years ago
- 8760571 Automated g4 rollback of changelist 437128224. by danzh · 3 years ago
- 30045be Remove connection_option RVCM such that IETF QUIC connection migration is default on. by haoyuewang · 3 years ago
- d0152ca Change QuicPathChallengeFrame and QuicPathResponseFrame to be inlined quic frame. by wub · 3 years ago
- bac0405 Relocate QUICHE files into quiche/ directory within the quiche repo, and change the relative include paths accordingly. by Bence Béky · 3 years ago