- 9af8ded Fix -Wc++11-narrowing in quiche. by bnc · 3 years, 8 months ago
- 50e5516 QuicDispatcher discards packets with known version but invalid destination connection ID. by haoyuewang · 3 years, 9 months ago
- 16c78b3 Deprecate --gfe2_restart_flag_quic_use_reference_counted_sesssion_map. by haoyuewang · 3 years, 9 months ago
- 23ff983 Pass SNI extracted from CHLO to QuicDispatcher:: CreateQuicSession(). The new argument is not used. by danzh · 3 years, 10 months ago
- 11cdc52 Determine stateless reset packet length by received packet length. by fayang · 3 years, 10 months ago
- 869e434 Add support for IETF QUIC RFCv1 by dschinazi · 4 years ago
- f803516 Replace (D)CHECK with QUICHE_(D)CHECK. by vasilvv · 4 years ago
- a8307a8 Deprecate quic_send_version_negotiation_for_short_connection_ids by dschinazi · 4 years ago
- d529dde Remove connection_id added to connection_dispatcher_map_ via either OnConnectionIdRetired or OnConnectionAddedToTimeWaitList in gfe_quic_dispatcher when multiple CIDs are supported. by haoyuewang · 4 years ago
- efa451f Add new & retire ConnectionId interface to QuicSession::visitor and implement them in (Gfe)QuicDispatcher. by haoyuewang · 4 years, 1 month ago
- 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 1 month ago
- 8cbe7bf Reduce the exposure of session_map_ outside the QuicDispatcher base class. by haoyuewang · 4 years, 1 month ago
- 9edb31e Replace QuicheStrCat() with absl::StrCat() by vasilvv · 4 years, 2 months ago
- 27f2181 Deprecate QUIC versions T050 and Draft27 by dschinazi · 4 years, 2 months ago
- 3df6c15 Send version negotiation in response to short connection IDs by dschinazi · 4 years, 3 months ago
- bed67c6 Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. by vasilvv · 4 years, 3 months ago
- 2e8a3e6 Deprecate quic_prober_uses_length_prefixed_connection_ids by dschinazi · 4 years, 3 months ago
- a884be3 Update Android Conformance Test QUIC test by dschinazi · 4 years, 3 months ago
- c872ee4 Replace QuicheStringPiece with absl::string_view by vasilvv · 4 years, 4 months ago
- 9d3ba8d Fix NetSLO QUIC prober tests by dschinazi · 4 years, 4 months ago
- 1d63a00 Deprecate quic_dispatcher_legacy_version_encapsulation by dschinazi · 4 years, 5 months ago
- fddd4ee Deprecate QUIC version Draft25 by dschinazi · 4 years, 6 months ago
- aa51347 Deprecate quic_dont_pad_chlo by dschinazi · 4 years, 6 months ago
- e3f04c3 In QUIC, add TimeWaitConnectionInfo to record necessary information of connections which are going to be added to time wait list. Refactor only, no functional change expected, not protected. by fayang · 4 years, 6 months ago
- 4769220 Introduce QUIC version T051 by dschinazi · 4 years, 6 months ago
- 5c1d7d8 Cleanup uses of QUIC version by dschinazi · 4 years, 6 months ago
- 4e3fb90 Internal QUICHE change by wub · 4 years, 6 months ago
- ceed866 Deprecate Q048 and Q049 by dschinazi · 4 years, 6 months ago
- fe3d30a Deprecate gfe2_restart_flag_quic_replace_time_wait_list_encryption_level. by haoyuewang · 4 years, 7 months ago
- 6458eb3 Introduce Legacy Version Encapsulation by dschinazi · 4 years, 7 months ago
- 6ab4524 Remove QUIC draft-28 by dschinazi · 4 years, 7 months ago
- 942a9f8 Stop padding QUIC_CRYPTO CHLOs by dschinazi · 4 years, 7 months ago
- 5a50d93 Introduce QuicDisableVersion and QuicVersionIsEnabled by dschinazi · 4 years, 7 months ago
- b3fed9e Add support for IETF QUIC draft 29 by dschinazi · 4 years, 8 months ago
- 70cf135 Deprecate quic_remove_android_conformance_test_workaround by dschinazi · 4 years, 8 months ago
- 2c78aac Introduce QUIC version draft-28 by dschinazi · 4 years, 8 months ago
- 33340ca Remove unused kMaxReasonableInitialPacketNumber by dschinazi · 4 years, 8 months ago
- 713afae gfe-relnote: Update MOCK_METHODn to MOCK_METHOD in //third_party/quic/. Test only change. by wub · 4 years, 9 months ago
- 42fc2da Enable TLS in BufferedPacketStoreTest by dschinazi · 4 years, 9 months ago
- 0e3c348 Adopt TlsChloExtractor from QuicDispatcher by dschinazi · 4 years, 9 months ago
- 71116fd Make ALPN an array in QuicBufferedPacketStore by dschinazi · 4 years, 9 months ago
- 6b40b1d Refactor QuicDispatcher tests by dschinazi · 4 years, 9 months ago
- 5ad6e4c Remove QuicDispatcher workaround for Android Conformance Test by dschinazi · 4 years, 10 months ago
- 72e0dab gfe-relnote: move stop/start accepting new connection feature from GfeQuicDispatcher to QuicDispatcher. Protected by --gfe2_restart_flag_quic_should_accept_new_connection. by danzh · 4 years, 11 months ago
- c3316f3 Replace QUIC_VERSION_99 with QUIC_VERSION_IETF_DRAFT_27 by dschinazi · 4 years, 11 months ago
- cdc7361 Deprecate quic_drop_small_initial_packets by dschinazi · 5 years ago
- f6e95ea Update expected ALPN token in QuicDispatcherWriteBlockedListTest. by bnc · 5 years ago
- 5f23a2d Move QuicCryptoServerStream::Helper to QuicCryptoServerStreamBase by nharper · 5 years ago
- 40f0b3d Introduce QUIC_VERSION_IETF_DRAFT_25 by dschinazi · 5 years ago
- 8d1c9d4 Parameterize QuicDispatcherTest by version by dschinazi · 5 years ago
- 228602e Fix ODR violations in quic_versions.h by vasilvv · 5 years ago
- 161bb49 Deprecate quic_allow_very_long_connection_ids by dschinazi · 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
- 4161684 Remove QUIC version Q099 by dschinazi · 5 years ago
- 97da52b Refactor some QUIC version code by dschinazi · 5 years ago
- 8f7df53 Move quic::test::CompareCharArraysWithHexError to Quiche by dmcardle · 5 years ago
- e5e28f9 gfe-relnote: Replace QuicCryptoServerStream constructor with CreateCryptoServerStream. Refactor only - no behavior change, not flag protected by nharper · 5 years ago
- 9d76c2d gfe-relnote: Drop QUIC INITIAL packets which are less than 1200 bytes. Protected by --gfe2_reloadable_flag_quic_drop_small_initial_packets by rch · 5 years ago
- ffa8355 Allow long connection IDs for unknown QUIC versions by dschinazi · 5 years ago
- 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
- cf0bfcf Use quiche string libraries in third_party/quic/core by dmcardle · 5 years ago
- 89490e0 gfe-relnote: (n/a) Change the return type of QuicDispatcher::CreateQuicSession from raw to unique_ptr. No behavior change, not protected. by wub · 5 years ago
- 6aefa0b Stop using "delete connection()" in QuicSession classes and use DeleteConnection() instead, which prevents double deletion and sets connection_ to nullptr. by ianswett · 5 years ago
- 76881f0 Refactor quic_enable_version flags by dschinazi · 5 years ago
- e251509 gfe-relnote: deprecate gfe2_reloadable_flag_quic_enable_version_50 by nharper · 5 years ago
- 9d6231c gfe-relnote: Deprecate gfe2_reloadable_flag_quic_reject_unprocessable_packets_statelessly. by fayang · 5 years ago
- c9c1d1a Deprecate quic_enable_version_49 by dschinazi · 5 years ago
- 12512a8 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_donot_process_small_initial_packets. by fayang · 5 years ago
- 0b2ae54 Fix 2 clang-tidy findings in third_party/quic. by wub · 5 years ago
- cb08fe8 gfe-relnote: deprecate gfe2_reloadable_flag_quic_enable_version_48_2 by nharper · 5 years ago
- 036202d Deprecate quic_reply_to_old_android_conformance_test by dschinazi · 5 years ago
- 8b1c45a Deprecate and remove v47 by dschinazi · 5 years ago
- 8265a2a gfe-relnote: Remove QUIC v39. by fayang · 5 years ago
- 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
- c32d8ab gfe-relnote: Introduce QUIC_VERSION_50, protected by quic_enable_version_50 by nharper · 5 years ago
- bf6a783 Deprecate quic_use_length_prefix_from_packet_info by dschinazi · 5 years ago
- bf0413d Deprecate quic_use_parse_public_header by dschinazi · 5 years ago
- c73506e Introduce QUIC v49 by dschinazi · 5 years ago
- e3f2f7b relnote: On server side, do not process the first initial QUIC packet received from a client if the UDP datagram is < 1200 bytes. Instead, send a connection close with PROTOCOL_VIOLATION if the version is supported. Protected by quic_reloadable_flag_quic_donot_process_small_initial_packets. by fayang · 5 years ago
- 16df2a5 gfe-relnote: Switch the QUIC flag to support TLS from a protocol flag to a reloadable flag, with a chrome_value = true. Set chrome_value = true for the QUIC enable v99 flag. by rch · 5 years ago
- 4fd8cb1 Deprecate quic_dispatcher_hands_chlo_extractor_one_version by dschinazi · 5 years ago
- 95025bf Deprecate quic_drop_invalid_small_initial_connection_id by dschinazi · 5 years ago
- 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 5 years ago
- 36825da gfe-relnote: Remove QUIC version 44. by fayang · 5 years ago
- d0f4a16 gfe-relnote: Use new flag quic_enable_version_48_2 for QUIC_VERSION_48 by nharper · 5 years ago
- 5b236be Workaround for Android UDP network conformance test by dschinazi · 5 years ago
- 28c1bf3 Deprecate quic_deterministic_replacement_connection_ids by dschinazi · 5 years ago
- adc7507 Use deterministic replacement connection IDs by dschinazi · 5 years ago
- 662a3d6 gfe-relnote: Move QuicCryptoServerStream::Helper::GenerateConnectionIdForReject to QuicDispatcher::GenerateNewServerConnectionId. Refactor only. by wub · 5 years ago
- 0185ebb Add VersionNegotiationProbeEndToEnd test by dschinazi · 5 years ago
- 30ab6db Send correct version negotiation to prober by dschinazi · 5 years ago
- 5e1a7b2 Deprecate quic_do_not_override_connection_id by dschinazi · 5 years ago
- 48ac919 Support LengthPrefixedConnectionIds in v99 by dschinazi · 5 years ago
- d057e66 gfe-relnote: In QUIC, do not add connection ID of packets with unknown connection ID and no version to time wait list, instead, send appropriate reset depending on the packets' sizes and drop them. Protected by gfe2_reloadable_flag_quic_reject_unprocessable_packets_statelessly. by fayang · 6 years ago
- 107ba5f gfe-relnote: Move QUIC crypto frames to be gated behind new flag gfe2_reloadable_flag_quic_enable_version_48 by nharper · 6 years ago
- b54ac5b Add a test to ensure packets of deprecated QUIC versions are rejected by QuicDispatcher via version negotiation. by fayang · 6 years ago
- 1ed1f76 gfe-relnote: In QUIC, replace member variables current* with on stack struct ReceivedPacketInfo in QuicDispatcher. Refactor only, not protected. by fayang · 6 years ago
- 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 6 years ago
- ee07e47 Make QuicDispatcher drop packets that have an initial destination connection ID that is too short by dschinazi · 6 years ago
- 1eab645 Deprecate quic_allow_variable_length_connection_id_for_negotiation by dschinazi · 6 years ago