- 5e0ef2b Deprecate gfe2_reloadable_flag_quic_enable_token_based_address_validation. by fayang · 3 years, 11 months ago
- 4fc226f Export flag description when generating quiche flags list. by renjietang · 3 years, 11 months ago
- 21f4d21 Flip restart flags for staging and gfe-dev-co production locations. by danzh · 3 years, 11 months ago
- b89f9cc Internal change by wub · 3 years, 11 months ago
- cf9a81a Deprecate gfe2_reloadable_flag_quic_fix_willing_and_able_to_write2. by fayang · 3 years, 11 months ago
- 15093ba Deprecate gfe2_reloadable_flag_quic_encrypted_goaway. by fayang · 3 years, 11 months ago
- 30f5801 Deprecate gfe2_reloadable_flag_quic_accept_empty_stream_frame_with_no_fin. by fayang · 3 years, 11 months ago
- 96753c6 Internal change by fayang · 3 years, 11 months ago
- 979e188 Deprecate gfe2_reloadable_flag_quic_delay_initial_ack by ianswett · 3 years, 11 months ago
- f2ae1b2 Internal change by haoyuewang · 4 years ago
- b9d6475 Use circular deque in QpackDecoderHeaderTable. by bnc · 4 years ago
- a685322 deprecate --gfe2_reloadable_flag_quic_start_peer_migration_earlier. by danzh · 4 years ago
- d2873fc Rollback gfe2_reloadable_flag_quic_fix_stateless_reset which causes b/184053898. by fayang · 4 years ago
- 06d5fd3 std::deque cleanup in quic_unacked_packet_map.h by bnc · 4 years ago
- 4a35cf3 Fix tsan failure in //third_party/quic/core/http:end_to_end_test as by haoyuewang · 4 years ago
- a887175 Internal QUICHE change by haoyuewang · 4 years ago
- 3e76478 Modify a test comment. by bnc · 4 years ago
- a4a457d Explicitly instantiate all possible non-inline member functions of templated class QpackHeaderTableBase. by haoyuewang · 4 years ago
- 4351dbc Templetize QpackHeaderTableBase with dynamic entry table type. by bnc · 4 years ago
- b25dd21 Use new connection IDs in IETF quic connection migration. by haoyuewang · 4 years ago
- e3b514c NEW_CONNECTION_ID_FRAME is a control frame and should be retransmittable. by haoyuewang · 4 years ago
- 3179592 Internal QUICHE change by QUICHE team · 4 years ago
- 75bb6bb Deprecate --gfe2_reloadable_flag_quic_alps_include_scheme_in_origin. by bnc · 4 years ago
- 5c2f346 Internal QUICHE change by fayang · 4 years ago
- 72a5bcf Internal QUICHE change by fayang · 4 years ago
- 87f922e Add code count on connection ID change other than initial connection ID replacement on the server side. by haoyuewang · 4 years ago
- 50e5516 QuicDispatcher discards packets with known version but invalid destination connection ID. by haoyuewang · 4 years ago
- 1db5f23 Deprecate gfe2_reloadable_flag_quic_ack_delay_alarm_granularity. by ianswett · 4 years ago
- 7f31d06 Internal QUICHE change by ianswett · 4 years ago
- 48b1681 In TlsHandshaker::AdvanceHandshake, retry SSL_do_handshake once if it "succeeded" when entering early data. by wub · 4 years ago
- aa1ac08 For TLS QUIC handshakes, reduce the GFE<=>Alia round trip down to 1 using BoringSSL's handshake hints. This change includes the following pieces: by wub · 4 years ago
- 3dbf3a5 add code count to verify reverse path validation successful rate by danzh · 4 years ago
- ffae80c Fix ReplacePeerIssuedConnectionIdOnBothPathsTriggeredByNewConnectionIdFrame failure with random flags in //third_party/quic/core:quic_connection_test by haoyuewang · 4 years ago
- 23d20ac Use new connection ID in connection migration on the server side. by haoyuewang · 4 years ago
- 93e8918 Use absl::flat_hash_map instead of QuicSmallMap and SpdySmallMap, and remove QuicSmallMap and SpdySmallMap. by bnc · 4 years ago
- 92afc09 Internal QUICHE change by wub · 4 years ago
- ae8f91f Group sever connection ID validation into a common function. by haoyuewang · 4 years ago
- 1063e45 Set last_packet_destination_connection_id_ to replacement CID chosen by server when last packet destination CID is the original CID chosen by client. by haoyuewang · 4 years ago
- cb6b510 Introduce Chaos Protection by dschinazi · 4 years ago
- 9f23586 Add two missing includes to unblock QUICHE roll to Chromium. by bnc · 4 years ago
- 9de6abe Move QuicheTextUtils out of platform. by bnc · 4 years ago
- 08fc2ae Move quic::QuicCircularDeque to quiche::QuicheCircularDeque. by bnc · 4 years ago
- 92df092 Signal error on PUSH_PROMISE and CANCEL_PUSH frames. by bnc · 4 years ago
- 0142a09 Remove QuicSpdySession::server_push_enabled() and deprecate QNSP connection tag. by bnc · 4 years ago
- a49eefd Remove QUIC server push from QuicSimpleServerSession. by bnc · 4 years ago
- 9c0948f Mark gfe2_reloadable_flag_quic_and_tls_allow_sni_without_dots verified by QUICHE team · 4 years ago
- 7ce6d49 Deprecate --gfe2_reloadable_flag_quic_do_not_synthesize_source_cid_for_short_header. by haoyuewang · 4 years ago
- d696329 Deprecate --gfe2_reloadable_flag_quic_reject_unexpected_ietf_frame_types. by haoyuewang · 4 years ago
- d67914c Deprecate --gfe2_reloadable_flag_quic_crypto_postpone_cert_validate_for_server. by wub · 4 years ago
- 6400bea Deprecate quic_fix_key_update_on_first_packet by dschinazi · 4 years ago
- 5da491c Use valid stream data in in QuicSimpleServerSessionTest() and QuicServerSessionBaseTest(). by bnc · 4 years ago
- 1d49612 Cleanup version helper functions in QuicSimpleServerSessionTest() and QuicServerSessionBaseTest(). by bnc · 4 years ago
- 425527f Make some tests more robust by dschinazi · 4 years ago
- b5f772a Treat old (pre-draft02) PRIORITY_UPDATE frame as unknown frame. by bnc · 4 years ago
- fcb3da7 Revert the meaning of QUIC connection option 'B2NE': by wub · 4 years ago
- bef266f Internal QUICHE change by wub · 4 years ago
- 16c78b3 Deprecate --gfe2_restart_flag_quic_use_reference_counted_sesssion_map. by haoyuewang · 4 years ago
- 6460972 Deprecate --gfe2_reloadable_flag_quic_tls_use_normalized_sni_for_cert_selectioon. by wub · 4 years ago
- 4035307 Deprecate --gfe2_restart_flag_quic_session_tickets_always_enabled. by wub · 4 years ago
- 4a08a8e Deprecate --gfe2_reloadable_flag_quic_close_connection_with_too_many_outstanding_packets. by wub · 4 years ago
- 0de9093 Deprecate --gfe2_reloadable_flag_quic_enable_alps_server. by bnc · 4 years ago
- 126f68e Deprecate --gfe2_reloadable_flag_quic_enable_alps_client. by bnc · 4 years ago
- 2a62c51 Deprecate --gfe2_reloadable_flag_quic_tls_use_per_handshaker_proof_source. by wub · 4 years ago
- dc60baf Use new connection ID in connection migration on the client side. by haoyuewang · 4 years ago
- b88225f Do not crash if time wait list tries to send or queue null packets. by fayang · 4 years ago
- 1e4f564 Internal QUICHE change by fayang · 4 years ago
- 640536f Improve logging in QuicPacketCreator by dschinazi · 4 years ago
- fa47a6d Internal QUICHE change by wub · 4 years ago
- 94d1500 Make sure that a low QuicPacketCreator soft limit does not cause issues by dschinazi · 4 years ago
- d8aa40a QuicConnection::ShouldGeneratePacket returns false when peer connection ID is required but unavailable. by haoyuewang · 4 years ago
- bfba46b s/std::optional/absl::optional/ in QuicConnectionIdManager. by wub · 4 years ago
- 4b5b4e6 Internal QUICHE change by fayang · 4 years ago
- c8eb63a Improve QpackHeaderTableTests. by bnc · 4 years ago
- b36e356 Move static_entries_ to QpackDecoderHeaderTable, make dynamic_entries_ private. by bnc · 4 years ago
- 9b24331 Move MaxInsertSizeWithoutEvictingGivenEntry() and draining_index() to QpackEncoderHeaderTable. by bnc · 4 years ago
- 4b7e3b0 Add QpackHeaderTableBase accessors, remove QpackHeaderTablePeer. by bnc · 4 years ago
- 53cbf3f Group sending path response and reverse path challenge closer on the server side. by haoyuewang · 4 years ago
- 1ad3f06 Move index and name_index members into QpackEncoderHeaderTable. by bnc · 4 years ago
- 8075994 Move FindHeaderField() to QpackEncoderHeaderTable. by bnc · 4 years ago
- b9142bc Patch missing connection ID on paths after new connection ID frame is received. by haoyuewang · 4 years ago
- a1ffa16 Do not queue unsent PATH_RESPONSE and rely on peer's retry. by fayang · 4 years ago
- a7927b1 Refactor EvictDownToCapacity(). by bnc · 4 years ago
- 34c6602 deprecate gfe2_reloadable_flag_quic_unify_stop_sending. by renjietang · 4 years ago
- 9a219a8 Move LookupEntry() into QpackDecoderHeaderTable. by bnc · 4 years ago
- 61f24de Move observers to QpackDecoderHeaderTable. by bnc · 4 years ago
- ed3587f Split QpackHeaderTable. by bnc · 4 years ago
- 98ba149 Mark QuicBatchWriterBase as write blocked when the write status is WRITE_STATUS_BLOCKED_DATA_BUFFERED. by wub · 4 years ago
- 8490896 Add more APIs to Quic.*ConnectionIdManager for later connection migration with new connection ID change. by haoyuewang · 4 years ago
- f8e24a7 Replace the incoming_connection_ids check with original_destination_connection_id check. by haoyuewang · 4 years ago
- 1837126 Moves WriteScheduler, PriorityWriteScheduler and Http2PriorityWriteScheduler to //third_party/http2/core. by QUICHE team · 4 years ago
- 5c49d3e Move connection ID & stateless reset token from QuicConnection to QuicConnection::PathState. by haoyuewang · 4 years ago
- 2c1ecfd Minor changes to make WebTransport over HTTP/3 integration work. by vasilvv · 4 years ago
- 88c8d59 Fix compilation error under GCC. by danzh · 4 years ago
- 6532214 Include quic_error_code.h in a few files where needed. by bnc · 4 years ago
- 56c8644 Fix QuicConnectionTest.LostDataThenGetAcknowledged. by fayang · 4 years ago
- 8fbe1bd Fix quiche build error in GCC. No behavior change. by danzh · 4 years ago
- 1ccd0bc Use std::array<char, 16> instead of uint128 for StatelessResetToken. by bnc · 4 years ago
- d49f7a8 Handle the case when SETTINGS_ENABLE_WEBTRANSPORT = 0 correctly. by vasilvv · 4 years ago
- 8101e02 Implement HTTP/3 datagrams within WebTransport by vasilvv · 4 years ago
- 20d73c4 Support and test server-initiated bidirectional streams in WebTransport. by vasilvv · 4 years ago