- 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
- f372598 Remove unused containers from quic_containers. by bnc · 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
- 59de4b0 Move WebTransportEchoServer from test_tools to tools. by QUICHE team · 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
- 3dc0a57 When binding a quic client's socket, set the addrlen to the exact length of the sockaddr struct being passed in. by QUICHE team · 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
- cda67a5 The QBONE tunnel should not sleep in the epoll silo. Doing so causes alarms set on the epoll server to not be triggered in a timely manner. by QUICHE team · 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
- 6666989 Enable HTTP/3 datagram in the simple server when WebTransport is also enabled. by vasilvv · 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
- bf4d4e2 Remove Uint64ToString() and Hex() from QuicheTextUtils. by bnc · 4 years ago
- 6ed59d9 Replace QuicConnection's WriteAndBundleAcksIfNotBlocked with WriteIfNotBlocked because they're functionally equivalent. by ianswett · 4 years ago
- c7556a0 Remove QuicUint128 from platform. by bnc · 4 years ago
- b7b2d4f Implement client-initiated bidirectional streams in WebTransport over HTTP/3. by vasilvv · 4 years ago
- c2638cc In QUIC, do not try to write in the mid of packet processing. by fayang · 4 years ago
- 580712c Fix a bug in BBRv2 bw_lo experimental modes where the second ACK would cause the pacing rate to suddenly drop. Also limits reduction of bandwidth_lo to 30% in a single round at the end of a round. by ianswett · 4 years ago
- a2c960d Internal QUICHE change by fayang · 4 years ago
- c1ef8d3 Deprecate quic_stateless_reset_faster_random by dschinazi · 4 years ago
- e753434 In WebTransport, make FIN be a return of Read() method rather than a visitor call. by vasilvv · 4 years ago
- a3b50b4 Allow selecting QUIC version from command line in quic_client_interop_test by dschinazi · 4 years ago
- 754ddc5 Move B2LO to Bbr2Sender::ApplyConnectionOptions, this allows it to be set in uStreamer experiments. by wub · 4 years ago
- 91b48f5 Merge fix: std::string::data() is not mutable in C++14 by vasilvv · 4 years ago
- 23ff983 Pass SNI extracted from CHLO to QuicDispatcher:: CreateQuicSession(). The new argument is not used. by danzh · 4 years ago
- 38b5aed Remove QuicWrapUnique. by bnc · 4 years ago
- 46245aa Inline QuicConnection::WriteNewData. by ianswett · 4 years ago
- a62f052 Remove unused add_server_nonce(), has_server_nonce(), and GetNextServerNonce(). by bnc · 4 years ago
- 3c74ea4 Record the following STARTUP stats in QUIC BBRv2: by wub · 4 years ago
- abbc98a Use QuicCircularDeque instead of QuicQueue. by bnc · 4 years ago
- 856e0e0 Remove unused HTTP/3 server push related code. by bnc · 4 years ago
- 575bcd0 Name a few GFE_BUGs that showed up recently. by QUICHE team · 4 years ago
- 4da8554 Re-enable reverse path validation tests in quic_connection_test. by danzh · 4 years ago
- 6b34f7a Add flag to allow Qpack decoder to omit header overhead when counting header size against such upper limit. by danzh · 4 years ago
- 5fa05cd Remove FLAGS_quic_enable_http3_server_push, QuicSpdySession::EnableServerPush(), and SetMaxPushId(). by bnc · 4 years ago