- 6458eb3 Introduce Legacy Version Encapsulation by dschinazi · 4 years, 9 months ago
- b86732a Turn on end_to_end tests on TLS 0-RTT reject. by renjietang · 4 years, 9 months ago
- 775ac2c Support 0-RTT TLS in QuicSpdySession by nharper · 4 years, 9 months ago
- 40975ad Deprecate quic_negotiate_ack_delay_time by dschinazi · 4 years, 9 months ago
- be634b7 For loss detection tuning, if user agent is available, save it into quicsession. protected by --gfe2_reloadable_flag_quic_save_user_agent_in_quic_session. by wub · 4 years, 9 months ago
- 5c36288 In quic, use transport params to announce the support of handshake_done frame. protected by gfe2_reloadable_flag_quic_support_handshake_done_in_t050. by fayang · 4 years, 9 months ago
- 2110bbd Create a SessionCache for TLS resumption in QUIC HTTP EndToEndTest by nharper · 4 years, 10 months ago
- 6cccce4 Deprecate gfe2_reloadable_flag_quic_notify_handshaker_on_connection_close. by fayang · 4 years, 10 months ago
- aa4f3f2 Default enable 5rto blackhole detection. protected by gfe2_reloadable_flag_quic_default_enable_5rto_blackhole_detection. by fayang · 4 years, 10 months ago
- db67222 Add WaitForHandshakeConfirmed. In those tests with large packet loss, wait for handshake confirmed before upping the loss rate. Also disable T050 for those tests, as there is T050 does not have HANDSHAKE_DONE frame. by fayang · 4 years, 10 months ago
- 7e396f5 Rename QuicClientBase::WaitForCryptoHandshakeConfirmed to WaitForOneRttKeysAvailable. by fayang · 4 years, 10 months ago
- 1241167 (n/a) deflake endtoendpacketreorderingtest.reorderedconnectivityprobing. test only. by wub · 4 years, 10 months ago
- fc56ce1 Deflake //third_party/quic/core/http:end_to_end_test. by fayang · 4 years, 10 months ago
- bd94f4c Deprecate gfe2_reloadable_flag_quic_stream_id_manager_handles_accounting. by fayang · 4 years, 10 months ago
- b8f8344 Deprecate gfe2_reloadable_flag_quic_break_session_stream_close_loop. by fayang · 4 years, 10 months ago
- e05b829 Simplify AckNotifierWithPacketLossAndBlockedSocket test. by bnc · 4 years, 10 months ago
- 631f160 Add transport parameters to QuicConnectionDebugVisitor by dschinazi · 4 years, 10 months ago
- 9d0a885 Change EndToEndTestServerPush::kNumMaxStreams type to unblock QUICHE merge. by bnc · 4 years, 10 months ago
- f67b5c5 Send correct max_ack_delay in QUIC+TLS by dschinazi · 4 years, 10 months ago
- a26a461 Reenable QUIC e2e more tests with TLS by dschinazi · 4 years, 10 months ago
- aec907a Fix AckNotifierWithPacketLossAndBlockedSocket by dschinazi · 4 years, 11 months ago
- 4254280 Deflake AckNotifierWithPacketLossAndBlockedSocket by dschinazi · 4 years, 11 months ago
- f6ba532 Disable AckNotifierWithPacketLossAndBlockedSocket in Chrome by dschinazi · 4 years, 11 months ago
- e30a343 Re-enable TLS for EndToEndTest.AckNotifierWithPacketLossAndBlockedSocket. by bnc · 4 years, 11 months ago
- 9f430a5 In quic, update ack timeout upon receiving a retransmittable frame, rather than waiting for the packet to be fully processed. protected by gfe2_reloadable_flag_quic_advance_ack_timeout_update. by fayang · 4 years, 11 months ago
- b761f4c Use WaitUntil in EndToEndTest.SimpleStopSendingTest to fix the flakiness. by fayang · 5 years ago
- fa20746 Use GetGuaranteedLargestMessagePayload in SendMessages to make it less flaky. GetCurrentLargestMessagePayload maybe 1-byte larger when there is pending frames, and this will be addressed in b/155761918. by fayang · 5 years ago
- a6a85a8 gfe-relnote: In QUIC with TLS, do not proceed in SetWriteSecret if connection has been closed. Protected by gfe2_reloadable_flag_quic_notify_handshaker_on_connection_close. by fayang · 5 years ago
- 569a0d0 Reenable some disabled e2e test for TLS. by fayang · 5 years ago
- 52ffb98 Internal QUICHE change by bnc · 5 years ago
- 533c4d9 gfe-relnote: n/a. Remove obsolete comment from test. by bnc · 5 years ago
- be284d1 Introduce single-parameter variant of QuicConfig::SetIdleNetworkTimeout by dschinazi · 5 years ago
- 0488c6f Double check version in e2e test by dschinazi · 5 years ago
- b5a07a1 Enable third_party/quic/core/http:end_to_end_test with all supported versions. by fayang · 5 years ago
- 241ba60 remove num_expected_unidirectional_static_streams_ from QuicSession. by renjietang · 5 years ago
- 260f2e4 gfe-relnote: Deprecate gfe2_reloadable_flag_spdy_enable_granular_decompress_errors. by bnc · 5 years ago
- 40a0b96 gfe-relnote: n/a, test-only change. by bnc · 5 years ago
- f738fbd Automated g4 rollback of changelist 307677297. by bnc · 5 years ago
- faa8554 Enable TLS for some tests in quic/core/http/end_to_end_tests.cc. by bnc · 5 years ago
- d62ea77 gfe-relnote: In QUIC, break QuicStream::CloseRWSide -> QuicSession::CloseStream -> QuicStream::OnClose -> CloseRWSide loop. Protected by gfe2_reloadable_flag_quic_break_session_stream_close_loop. by fayang · 5 years ago
- aaaf1a4 Make PSK handshake fail with QUIC+TLS by dschinazi · 5 years ago
- 60ba193 Do not allow push until MAX_PUSH_ID is received. by bnc · 5 years ago
- 7379c49 Stop running third_party/quic/core/http:end_to_end_test with PCC and different priority tags. by fayang · 5 years ago
- 361c496 gfe-relnote: Refactor SetMaxAllowedPushId() method, add DCHECKs. Not protected. by bnc · 5 years ago
- 1faf10c Remove unnecessary QuicSpdySession::SetMaxAllowedPushId() calls in tests that are not run with IETF QUIC versions. by bnc · 5 years ago
- 7bdef9f gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_check_handshake_timeout_before_idle_timeout. by wub · 5 years ago
- 38cc1ee Remove many uses of QUIC_VERSION_99 in tests by dschinazi · 5 years ago
- 2ccfbcf gfe-relnote: In QUIC, arm 1st PTO based on the earliest in flight packet sent time. Protected by gfe2_reloadable_flag_quic_arm_pto_with_earliest_sent_time. by fayang · 5 years ago
- c015e02 gfe-relnote: (n/a) Merge some functionality in quic_socket_utils to quic_linux_socket_utils. No behavior change. by wub · 5 years ago
- 77b4641 Add and use unique SpdyFramerErrors and QuicErrorCodes for each HpackDecodingError entry. by bnc · 5 years ago
- 23f4bb9 Remove use of GetNumSentClientHellos from //third_party/quic tests by nharper · 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
- 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
- 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
- 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
- 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
- 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
- 97da52b Refactor some QUIC version code by dschinazi · 5 years ago
- 961eaa0 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_enable_pto. by fayang · 5 years ago
- e6d9467 Remove "incoming" from QUIC stream limit config code. by renjietang · 5 years ago
- 3341640 gfe-relnote: Deprecate QUIC flag quic_send_max_push_id_with_settings which was added to facilitate QUIC merge. Protected by disabled QUIC version 99. by rch · 5 years ago
- ba2fb7e Use quiche string libraries in third_party/quic/core/http by dmcardle · 5 years ago
- 76881f0 Refactor quic_enable_version flags by dschinazi · 5 years ago
- 5debd13 Set quic_send_max_push_id_with_settings in some test cases by nharper · 5 years ago
- c576950 Use IsStreamError() and friends gMock matchers in quic/core/http. by bnc · 5 years ago
- 7e9155d Move NoopQpackStreamSenderDelegate to qpack_test_utils.h. by bnc · 5 years ago
- dcea9b8 Remove use of illegal ":version" HTTP pseudo-header in tests by dschinazi · 5 years ago
- 8b87195 Add comments on why an end_to_end test is disabled for IETF QUIC. by renjietang · 5 years ago
- 4057e64 Loose the expectation of EndToEndTestWithTls.SendAndReceiveCoalescedPackets by fayang · 5 years ago
- e5c1238 Cleanup unused code in QuicStream. by renjietang · 5 years ago
- 58f7107 gfe-relnote: In QUIC T049+, support sending coalesced packets. by fayang · 5 years ago
- 8a27b0f gfe-relnote: Deprecate gfe2_reloadable_flag_quic_simplify_stop_waiting. by fayang · 5 years ago
- e42f7ad Move QPACK test utilities to test_tools/qpack/. by bnc · 5 years ago
- 07a2b07 Fix 26 ClangTidy - Readability findings in //depot/google3/third_party/quic/. by wub · 5 years ago
- cff885a gfe-relnote: In QUIC, clean up !session_decides_what_to_write code path. by fayang · 5 years ago
- 8b1c45a Deprecate and remove v47 by dschinazi · 5 years ago
- 6317221 Change QuicSpdySession::SendMaxPushId() to use max_allowed_push_id_ by rch · 5 years ago
- 5e9191e Disable EndToEndTestServerPush.ServerPushOverLimitNonBlocking when http/3 is used by rch · 5 years ago
- a29a96a Merge different HTTP/3 QUIC version label into one called VersionUsesHttp3. by renjietang · 5 years ago
- 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
- 18cdf13 Support local vs remote flow control with TLS, and fix initial limits by dschinazi · 5 years ago
- bf0413d Deprecate quic_use_parse_public_header by dschinazi · 5 years ago
- d141453 Shorten names of UberQuicStreamIdManager methods. by ianswett · 6 years ago
- 142051a Fix QUIC core test display by dschinazi · 6 years ago
- 7d0f3c8 Fix flaky EndToEndTestWithTls.NoUndecryptablePackets by dschinazi · 6 years ago
- a2ef301 Enable getting and setting custom QUIC transport parameters. by vasilvv · 6 years ago
- b0c7b4b gfe-relnote: In QUIC, enable IETF style loss detection. Protected by by fayang · 6 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 · 6 years ago
- 609c24e Include encoder stream bytes in written header size. by bnc · 6 years ago
- 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
- a702be2 Change the version label for QUIC v99 + TLS from T099 by rch · 6 years ago
- a366010 Have framer store frame type currently being processed by fkastenholz · 6 years ago
- edeeb47 Wait for data to arrive in EndToEndTest.FlowControlsSynced. by bnc · 6 years ago
- 216dc01 Remove notion of static stream in QuicStreamIdManager. by renjietang · 6 years ago
- 8c8f74f Enable simplify stop waiting in quic http EndToEndTests by nharper · 6 years ago
- 13cfcae Allow QUIC end_to_end and quic_server tests to pass if the by rch · 6 years ago
- 8c01622 Make QpackEncoder::EncodeHeaderList() and FirstPassEncode() take header_list by const ref. by bnc · 6 years ago
- e01b3eb Do not check config() when sending HTTP/3 SETTINGS frame. by renjietang · 6 years ago
- 87cd7de Add QpackStreams into QuicSpdySession. by renjietang · 6 years ago