- 880d243 Merge GetOrCreateDynamicStream() into GetOrCreateStream(). by renjietang · 6 years ago
- 9818f8c Remove the previous headers_stream_ and Change unowned_headers_stream_ to header_stream_. by renjietang · 6 years ago
- 722bad4 gfe-relnote: Remove unused QUIC connection option '1CON'. Not protected. by wub · 6 years ago
- 55d182a Change names of static-related QuicSession methods. by renjietang · 6 years ago
- 0e9980b Remove static stream map as it's not used anymore. by renjietang · 6 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
- bdd303e Blocked decoding part 3: QpackDecodedHeadersAccumulator and QuicSpdyStream. by bnc · 6 years ago
- 30d610c QuicSpdySessionPeer::SetMaxInboundHeaderListSize() by bnc · 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
- 7498c8c In HTTP/3, write Priority on control stream before writing headers. by renjietang · 6 years ago
- c057c01 Support blocked decoding in QuicSpdyStream. by bnc · 6 years ago
- d43f1d6 Fix quic::GetPacketHeaderSize when QuicVersionHasLongHeaderLengths is false by nharper · 6 years ago
- 5b3c3be Add ClearControlFrame() to quic_test_utils. by bnc · 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
- 56fb53e Ignore C++ warnings in auto-generated proto headers by dschinazi · 6 years ago
- 8aba1ff Remove server in connection version negotiation code. by fayang · 6 years ago
- 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 6 years ago
- 5f46430 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_use_uber_received_packet_manager. by fayang · 6 years ago
- f477f73 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_rpm_decides_when_to_send_acks. by fayang · 6 years ago
- 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
- a4b37b2 Remove ack bundling mode. by fayang · 6 years ago
- 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
- 552accc Move headers stream from 0 to 60 in v99 by dschinazi · 6 years ago
- 1b2f783 gfe-relnote: only respect TLPR when there is pending non-crypto stream data. Flag protected by quic_ignore_tlpr_if_no_pending_stream_data and session_decides_what_to_write. by zhongyi · 6 years ago
- 6ebe83b Refactor TlsHandshaker classes by nharper · 6 years ago
- dd7d04d In QUIC simulator: by wub · 6 years ago
- 3a1bb80 Add support for HTTP/3 control stream. by renjietang · 6 years ago
- 3451f6e Enable more tests for multiple packet number spaces. by fayang · 6 years ago
- c31c995 Enable more QuicConnectionTest for multiple packet number spaces. by fayang · 6 years ago
- ecf9bd8 gfe-relnote: Cleanup stateless reject related stuff from QuicCryptoServerConfig::ProcessClientHello and QuicCryptoServerHandshaker::GenerateConnectionIdForReject. No behavior change, not protected. by wub · 6 years ago
- 346b7ce Support QUIC Client connection IDs by dschinazi · 6 years ago
- 0584915 gfe-relnote: (n/a) Deflake quic_endpoint_test. Test only. by wub · 6 years ago
- 9467db0 gfe-relnote: Pass receive_timestamp to OnMessageAcked(). by QUICHE team · 6 years ago
- f5e6845 Refactor how TLS versions get enabled by nharper · 6 years ago
- 334f023 Fix expected_server_connection_id_length on client by dschinazi · 6 years ago
- baea59c Make CreateIncomingStream() to take PendingStream* instead of PendingStream. PendingStream* will be passed to create QuicStream. by renjietang · 6 years ago
- b417d60 Add a client connection ID to version negotiation packet creation by dschinazi · 6 years ago
- 8ff7482 Rename QUIC connection ID to server connection ID, part 2 by dschinazi · 6 years ago
- 0a4b9c5 gfe-relnote: Remove stateless reject from QUIC. This deprecates two flags in the false position: --gfe2_reloadable_flag_enable_quic_stateless_reject_support and --gfe2_reloadable_flag_quic_use_cheap_stateless_rejects. by wub · 6 years ago
- 85f1890 QuicConnection methods call CloseConnection rather than by fkastenholz · 6 years ago
- e9dc7da gfe-relnote: (n/a) Remove stateless reject support from quic::test::CreateClientSessionForTest(). Test only. by wub · 6 years ago
- 9b9cc81 gfe-relnote: (n/a) Remove parameter "reject_is_stateless" from function quic::test::crypto_test_utils::FillInDummyReject. Test only. by wub · 6 years ago
- 7b9278c Rename connection_id to server_connection_id by dschinazi · 6 years ago
- cd820e0 Renumber QUIC streams when there is no crypto stream by nharper · 6 years ago
- 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
- d893df1 gfe-relnote: (n/a) Delete use_stateless_rejects_if_peer_supported from QuicCryptoServerStream's constructor. No behavior change, not protected. by wub · 6 years ago
- d3a1de9 Have separate uni- and bi-directional stream limits for IETF QUIC by fkastenholz · 6 years ago
- 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
- f1b99dc gfe-relnote: Allow GFE to perform initial cwnd up and down experiment. Protected by --gfe2_reloadable_flag_quic_gfe_selected_initial_cwnd_experiments. by fayang · 6 years ago
- ba5f32c gfe-relnote: Delete some dead Token Binding code in QUIC. Not flag protected by nharper · 6 years ago
- 6153bc7 gfe-relnote: Remove client-side support for Channel ID from QUIC. Not flag protected. by nharper · 6 years ago
- ff86db3 Replace all remaining instances of LOG in /third_party/quic/ with QUIC_LOG by nharper · 6 years ago
- 38c190b Add arguments to ProofVerifier::VerifyCertChain for stapled OCSP response and SignedCertificateTimestampList. by QUICHE team · 6 years ago
- 87c39c1 Replace all remaining instances of LOG in /third_party/quic/ with QUIC_LOG by dschinazi · 6 years ago
- 55fa613 Implement QUIC Header Protection by nharper · 6 years ago
- 244f6dc Support IETF RETRY from client by dschinazi · 6 years ago
- b023c7b gfe-relnote: n/a (Refactor) Move the only method in ConnectionCloseDelegateInterface into QuicPacketCreator::Delegate and delete ConnectionCloseDelegateInterface. No functional change, not flag protected. by ianswett · 6 years ago
- dc1e7ab gfe-relnote: Remove the SEND_CONNECTION_CLOSE_PACKET_WITH_NO_ACK enum value because it was only used by Quartc and PACKET_TOO_BIG. No functional GFE change, not flag protected. by ianswett · 6 years ago
- 5de8705 Internal QUICHE change by bnc · 6 years ago
- 9343d70 gfe-relnote: (n/a) Add a wrapper macro for quic::test::ExpectApproxEq for better error report in tests. Test only. by wub · 6 years ago
- dded3da Remove chromium unsupported flag from quic_framer_fuzzer by rch · 6 years ago
- 1b3be2a Make quic_framer_fuzzer.cc and crypto_message_printer_bin.cc build in Chrome. by rch · 6 years ago
- b834325 Add a new callback for probing retransmissions. by QUICHE team · 6 years ago
- 4620e9a Add presubmit to force use of QUIC_LOG by dschinazi · 6 years ago
- c201848 Make SimpleRandom faster by using Chacha20 as underlying primitive. by vasilvv · 6 years ago
- 580d30b Fixup use of gunit and gmock in QUIC by dschinazi · 6 years ago
- be83ecd gfe-relnote: In QUIC, adjust cwnd when doing bandwidth resumption in BBR. Protected by gfe2_reloadable_flag_quic_fix_bbr_cwnd_in_bandwidth_resumption. by fayang · 6 years ago
- 0e2735f Use headers_decompressed() in QuicTestClient::response_headers(). by bnc · 6 years ago
- 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
- 9f459cb Remove QuicSentPacketManagerPeer::GetBytesInFlight. by ianswett · 6 years ago
- 0cc3680 Remove QuicSentPacketManagerPeer::HasUnackedCryptoPackets by ianswett · 6 years ago
- e129b0c Remove QuicSentPacketManagerPeer::IsUnacked by ianswett · 6 years ago
- fbeb5bf gfe-relnote: Move headers streams out of static stream map. Protected by by renjietang · 6 years ago
- 67d7a3c Remove QuicSentPacketManagerPeer::HasPendingPackets. by ianswett · 6 years ago
- 65f778f Create a RandomDelayLink (and symmetric version) and use it in QuartcBidiTest. by QUICHE team · 6 years ago
- 04bd4f3 Remove OnApplicationClose upcalls, update OnConnectionClose as needed. by fkastenholz · 6 years ago
- c7d9e0c Remove unnecessary QuicStreamPeer methods. by bnc · 6 years ago
- e7d1161 Remove unused QuicSpdyStream::unacked_frame_headers_offsets() method. by bnc · 6 years ago
- 546cc45 Add new methods to QuicFramer for controlling decrypters by zhongyi · 6 years ago
- 9e84364 Automated g4 rollback of changelist 242988047. by zhongyi · 6 years ago
- d4b308e Add new methods to QuicFramer for controlling decrypters by dschinazi · 6 years ago
- fbb2577 gfe-relnote: ignore TLPR for retransmission delay in TLP mode when sending pings from the ping alarm. Flag protected by quic_ignore_tlpr_if_stream_not_waiting_ack. by zhongyi · 6 years ago
- 72f509b Remove IETF QUIC Application Close frame, replace with Connection Close by fkastenholz · 6 years ago
- a396ef6 Internal QUICHE change by ianswett · 6 years ago
- fbda215 Add new methods to QuicFramer for controlling decrypters by nharper · 6 years ago
- 66dea07 Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize by dschinazi · 6 years ago
- e9d71a8 Add datatypes needed for IETF CONNECTION_CLOSE support. by fkastenholz · 6 years ago
- fee2cc3 Introduce Control streams for HTTP/3. by renjietang · 6 years ago
- 3085da8 Remove QuicTestUtils::GetPacketLengthForOneStream and change three QUIC tests to instead send full sized packets followed by a partially full packet. by ianswett · 6 years ago
- fbfd362 Improve handling of crypters in CompareClientAndServerKeys by QUICHE team · 6 years ago
- 76086e4 gfe-relnote: Refactor QuicFramer to use array of QuicDecrypter. Not flag protected. by QUICHE team · 6 years ago
- 1dfa46b gfe-relnote: In QUIC, Enable multiple packet number support in uber_received_packet_manager. Not used yet, not protected. by QUICHE team · 6 years ago
- 10b22a1 gfe-relnote: In QUIC, enable multiple packet number support in QuicFramer. Not used yet. Not protected. by QUICHE team · 6 years ago
- bbaa8be De-pointerize QuicServerConfigProtobuf variables by QUICHE team · 6 years ago
- b23daa7 gfe-relnote: In QUIC, add uber_received_packet_manager which purely wraps a received_packet_manager. Using it is protected by gfe2_reloadable_flag_quic_use_uber_received_packet_manager. by QUICHE team · 6 years ago
- dc41bf1 gfe-relnote: test-only changes to reduce usage of QuicUtils::GetCryptoStreamId by QUICHE team · 6 years ago
- 396d109 Make sure the read side is not closed when QuicSpdyStream tries to read from sequencer. by QUICHE team · 6 years ago
- 6987b4a Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL by QUICHE team · 6 years ago
- d5af58a Uniquify QuicCryptoServerConfig::Add[Default]Config by QUICHE team · 6 years ago
- 8e2e453 Allow variable length connection IDs in v99 by QUICHE team · 6 years ago