- 8747883 Close read side but not write side in QuicSpdyStream::OnStreamReset(). by bnc · 4 years, 1 month ago
- cb250b9 Replace QuicUnorderedSet and QuicHashSet with their direct Abseil counterparts. by vasilvv · 4 years, 1 month ago
- 5f2d7a3 Replace all implementations of EstimateMemoryUsage with a single QUICHE one. by vasilvv · 4 years, 1 month ago
- 98ad9db Remove unnecessary WriteScheduler-related includes. by bnc · 4 years, 1 month ago
- e4fbfde In TlsServerHandshaker, use normalized hostname to select cert and compute signature. by wub · 4 years, 1 month ago
- 0c73808 Internal QUICHE change by renjietang · 4 years, 1 month ago
- cbd1dd7 Deprecate --gfe2_reloadable_flag_quic_use_circular_deque_for_unacked_packets_v2 by haoyuewang · 4 years, 1 month ago
- cda4e97 Internal QUICHE change by ianswett · 4 years, 1 month ago
- 574f547 Deprecate --gfe2_reloadable_flag_quic_tls_use_early_select_cert. by wub · 4 years, 1 month ago
- 50465ab Replace spdy_macros.h with direct use of Abseil. by vasilvv · 4 years, 1 month ago
- f718c8e Move Http2Deque implementation into QUICHE. by vasilvv · 4 years, 1 month ago
- 8cfb52b Refactor OriginValuePair. by bnc · 4 years, 1 month ago
- a4b519c Rename QuicConnection member variable most_recent_alternative_path_ to alternative_path. by danzh · 4 years, 1 month ago
- 6ed6fbf Internal QUICHE change by danzh · 4 years, 1 month ago
- 5c194f3 Add ACCEPT_CH frame and implement serialization. by bnc · 4 years, 1 month ago
- 6e48654 Internal QUICHE change by ianswett · 4 years, 1 month ago
- 30536af Enable EndToEndTest.MultipleZeroRtt in Chrome. by renjietang · 4 years, 1 month ago
- 112eccd Replace QuicheUnorderedMap with absl::node_hash_map. by vasilvv · 4 years, 1 month ago
- 760dbed Replace QuicheStrCat with absl::StrCat and absl::StrFormat. by vasilvv · 4 years, 1 month ago
- c2fe7de Move Accept-CH value in TLS server handshaker to avoid one string copy. by bnc · 4 years, 1 month ago
- bc49a3d Remove unused process_single_input_frame functionality from Http2DecoderAdapter. by bnc · 4 years, 1 month ago
- 46d7229 Move SpdyNoOpVisitor out of test namespace. by bnc · 4 years, 1 month ago
- c18d1b1 Deprecate gfe2_reloadable_flag_quic_retransmit_after_receiving_retry. by renjietang · 4 years, 1 month ago
- d9064fc Move quiche_time_utils to platform/default. by vasilvv · 4 years, 1 month ago
- bd51c87 Provide a default implementation of QUICHE logging. by vasilvv · 4 years, 1 month ago
- 9e4ce27 Internal QUICHE change by haoyuewang · 4 years, 1 month ago
- 54c3145 Internal QUICHE change by haoyuewang · 4 years, 1 month ago
- b9d37de Internal QUICHE change by wub · 4 years, 1 month ago
- e9d9a9c Add a RemoteHandshakeService.TlsHandshakeV2 rpc to Alia, and implement it for IETF QUIC. by wub · 4 years, 1 month ago
- b38e023 Replace uses of CHECK/DCHECK with QUICHE_CHECK/QUICHE_DCHECK. by vasilvv · 4 years, 1 month ago
- 45a59fe Replace QuicUnorderedMap and QuicHashMap with the corresponding Abseil classes. by vasilvv · 4 years, 1 month ago
- afcc317 Make HTTP/2 logging use QUICHE logging by vasilvv · 4 years, 1 month ago
- 861766b deprecate gfe2_reloadable_flag_quic_split_up_send_rst_2. by renjietang · 4 years, 1 month ago
- 869e434 Add support for IETF QUIC RFCv1 by dschinazi · 4 years, 1 month ago
- f803516 Replace (D)CHECK with QUICHE_(D)CHECK. by vasilvv · 4 years, 1 month ago
- ed4f308 Make SPDY logging use QUICHE logging by vasilvv · 4 years, 1 month ago
- 14965e1 Deprecate 3 members of NetworkParams that were used for cwnd bootstrapping: by wub · 4 years, 1 month ago
- 3366808 Automated g4 rollback of changelist 354587392. by QUICHE team · 4 years, 2 months ago
- 5cef78e Platformize DCHECK and other macros. by vasilvv · 4 years, 2 months ago
- 17980fd Unify Keystore testing tools across GFE by QUICHE team · 4 years, 2 months ago
- 3c93a02 Relax QUIC connection migration restriction to allow peer address port change during handshake. by danzh · 4 years, 2 months ago
- cc0b669 Internal QUICHE change by mattm · 4 years, 2 months ago
- df2ec4a Add more detailed flag count for by haoyuewang · 4 years, 2 months ago
- 7a9048e Add more detailed flag count for by haoyuewang · 4 years, 2 months ago
- 4ea319b Make QUICHE export use new-style default impl. by vasilvv · 4 years, 2 months ago
- a17e148 Internal QUICHE change by wub · 4 years, 2 months ago
- 1673946 Move QUIC_EXPORT into QUICHE platform. by vasilvv · 4 years, 2 months ago
- e962f76 Add ReplaceConnectionId to QuicPeerIssuedConnectionId manager to support connection ID replacement via long packet header. by haoyuewang · 4 years, 2 months ago
- b32f8c2 Internal QUICHE change by danzh · 4 years, 2 months ago
- 1fe972f Deprecate gfe2_reloadable_flag_quic_granular_qpack_error_codes. by bnc · 4 years, 2 months ago
- 1d6dcd3 Remove unused HpackHuffmanTable. by bnc · 4 years, 2 months ago
- 3a01fb9 Deprecate gfe2_reloadable_flag_http2_use_fast_huffman_encoder. by bnc · 4 years, 2 months ago
- 219bd57 Deprecate gfe2_reloadable_flag_quic_deprecate_http2_priority_experiment. by bnc · 4 years, 2 months ago
- 28ff109 Restructure QUICHE platform by splitting it into "default" and "overrides". by vasilvv · 4 years, 2 months ago
- faba24c Close QUIC connection with QUIC_TOO_MANY_OUTSTANDING_SENT_PACKETS when unacked map exceeds a threshold. by wub · 4 years, 2 months ago
- 046212e Fix some errors in quic_connection_test and rename some class members. by danzh · 4 years, 2 months ago
- d0b353c Add QuicSelfIssuedConnectionIdManager that handles RetireConnectionId Frame. by haoyuewang · 4 years, 2 months ago
- ad76b0c Deprecate flag quic_extract_x509_subject_using_certificate_view, by vasilvv · 4 years, 2 months ago
- a8307a8 Deprecate quic_send_version_negotiation_for_short_connection_ids by dschinazi · 4 years, 2 months ago
- 33d194f Deprecate gfe2_reloadable_flag_quic_new_priority_update_frame. by bnc · 4 years, 2 months ago
- 2920fcf Deprecate gfe2_reloadable_flag_quic_do_not_clip_received_error_code. by bnc · 4 years, 2 months ago
- 443fa2d Add a missing QUIC_EXPORT in http_constants. by vasilvv · 4 years, 2 months ago
- 272fffe In QuicConnection, add DCHECKS before using path_validator_. by renjietang · 4 years, 2 months ago
- 7aef4da During QUIC handshake check IsHandshakeConfirmed() before mark address_validated_ as true. by danzh · 4 years, 2 months ago
- b7a3339 Deprecate --gfe2_reloadable_flag_quic_round_up_tiny_bandwidth. by wub · 4 years, 2 months ago
- a690650 QuicSentPacketManager::OnConnectionMigration() shouldn't mark packet for retransmission if the packet doesn't have transmittable frames. If such packet is still in flight, mark it not to contribute to congestion control. by danzh · 4 years, 2 months ago
- 1c9cb6b Enable ALPS in QUIC TLS client handshake and parse ACCEPT_CH frame. by bnc · 4 years, 2 months ago
- 7f1d9e1 Let QuicConnection::UpdatePacketContent() return connection state. by renjietang · 4 years, 2 months ago
- af54215 Enable ALPS in QUIC TLS server handshaker and send ACCEPT_CH data if any. by bnc · 4 years, 2 months ago
- 4f43a02 Fix use of DCHECK with std::unique_ptr by dschinazi · 4 years, 2 months ago
- 8063bfa Fix the following error when building iOS: by QUICHE team · 4 years, 2 months ago
- f33be61 Refactor to make :http_frames_lib build with --config=android_arm. by bnc · 4 years, 2 months ago
- 47d67c3 Add PeerIssuedConnectionIdManager that handles NewConnectionId Frame. by haoyuewang · 4 years, 2 months ago
- 0f1aa58 Add TlsServerHandShaker::GetAcceptChValueForOrigin() to configure ACCEPT_CH value. by bnc · 4 years, 2 months ago
- 4049461 Parse received ALPS data in QuicSpdySession. by bnc · 4 years, 2 months ago
- c96b04a Disable feature flags that broke Chromium unit tests in order to move the roll forward. by vasilvv · 4 years, 2 months ago
- 48b4668 Add debugging logging for b/177651625. by fayang · 4 years, 2 months ago
- 5c9a9ce In QuicConnection, log the most recent frame type in a packet. by renjietang · 4 years, 2 months ago
- ab0c7a3 Refactor QuicConnection::OnConnectionMigration() to use active_effective_peer_migration_type_ instead of passing in the address change type as a parameter. by danzh · 4 years, 2 months ago
- 557f263 Internal QUICHE change by bnc · 4 years, 2 months ago
- 2094848 Internal QUICHE change by fayang · 4 years, 2 months ago
- bc6041f Internal QUICHE change by wub · 4 years, 2 months ago
- a18cd98 Internal QUICHE change by fayang · 4 years, 2 months ago
- 6d177cf Internal QUICHE change by fayang · 4 years, 2 months ago
- 0f33bc6 Internal QUICHE change by fayang · 4 years, 2 months ago
- d4247e7 Internal QUICHE change by fayang · 4 years, 2 months ago
- defaac7 Internal QUICHE change by ianswett · 4 years, 2 months ago
- de51b0a Internal QUICHE change by ianswett · 4 years, 2 months ago
- 9aef115 Fixes test flakiness by forcing the test client to reconnect after fuzzed requests. by QUICHE team · 4 years, 2 months ago
- 1c18357 In QuicConnection, cancel the previous path validation request before starting a new one. by renjietang · 4 years, 2 months ago
- 55006b0 Send correct QUIC CRYPTO_ERROR connection error for TLS errors by mattm · 4 years, 2 months ago
- 86f7a36 In http/end_to_end_test, use live client address to send STATELESS_RESET. by renjietang · 4 years, 2 months ago
- dfd7415 Minor tweaks to TlsServerHandshaker: by wub · 4 years, 2 months ago
- d508ee1 In crypto_test_utils, move connection close frame between two test connections. This allows tests to check connection close errors on both ends. by wub · 4 years, 2 months ago
- ad1a969 Add a flag count for --gfe2_restart_flag_quic_tls_prefer_server_cipher_and_curve_list. by wub · 4 years, 2 months ago
- e84d833 Set SSL_OP_CIPHER_SERVER_PREFERENCE on QUIC TLS server's SSL_CTX. by wub · 4 years, 2 months ago
- 500825f Handle stateless reset that's received from path validation. by renjietang · 4 years, 2 months ago
- 403889f Internal QUICHE change by QUICHE team · 4 years, 2 months ago
- 353c9f0 Send PATH_RESPONSE using the alternative socket if the PATH_CHALLENGE is received on that socket. by danzh · 4 years, 2 months ago
- c872627 Internal QUICHE change by fayang · 4 years, 2 months ago