- 73e2413 Use QuicMakeUnique and QuicWrapUnique in quartc_bidi_test.cc. by bnc · 6 years ago
- f2f91e7 gfe-relnote: Modify ParsedQuicVersion::HasHeaderProtection to support chromium merge. Not flag protected; currently unused by nharper · 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
- 4820ae9 Replace random delay test case with a competing flow case in QuartcBidiTest. by QUICHE team · 6 years ago
- 5de8705 Internal QUICHE change by bnc · 6 years ago
- cc26da8 gfe-relnote: (n/a) Fix small buffer setup in bbr_sender_test.cc. Test only. by wub · 6 years ago
- 11e4a3d Cancel process_undecryptable_packets_alarm_ when CancelAllAlarm(). by renjietang · 6 years ago
- 8b6d63a gfe-relnote: Add EXPECT_EQ for detailed error in QuicFramerTest. Test-only change. by nharper · 6 years ago
- 9d104e9 gfe-relnote: (n/a) Emit CRYPTO_FRAME in operator<<(QuicFrame). Logging only change. by wub · 6 years ago
- 2c2444e Include quic_str_cat.h in quic_packet_creator.cc. by bnc · 6 years ago
- 4952323 gfe-relnote: In QUIC, ensure STREAM frames are never sent at level ENCRYPTION_HANDSHAKE. Not protected as ENCRYPTION_HANDSHAKE is not used currently. by fayang · 6 years ago
- 3203f25 gfe-relnote: In QUIC, deprecate queued_control_frames_ from QuicPacketGenerator. Protected by gfe2_reloadable_flag_quic_deprecate_queued_control_frames. by fayang · 6 years ago
- 6a509f9 Rollback reloadable flags quic_use_cheap_stateless_rejects and enable_quic_stateless_reject_support. by wub · 6 years ago
- d7d9d78 Add a variety of DCHECK in the toy-server class to ensure that the backend is by rch · 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
- 835d8de Record quic traces in QuartcBidiTest. by QUICHE team · 6 years ago
- 3f28356 Fix check for QuicFramer detecting old header format with new version by nharper · 6 years ago
- 855d217 Harden QuicFramer::DecryptPayload to avoid dereferencing bad EncryptionLevels by nharper · 6 years ago
- f44024e gfe-relnote: Remove no-op std::move from QuicFramer::DecryptPayload. Protected by reloadable flag quic_v44_disable_trial_decryption. by nharper · 6 years ago
- 97b690b gfe-relnote: Close the connection if a STOP_WAITING frame is received in v44 or above. Protected by gfe2_reloadable_flag_quic_do_not_accept_stop_waiting. by ianswett · 6 years ago
- 994df05 Remove the call to write padding when send probing data. by fayang · 6 years ago
- 7bf7c3c Support idle_timeout of 0 in QUIC TLS by dschinazi · 6 years ago
- 3b5dc92 Fix encoding of preferred_address transport parameter by dschinazi · 6 years ago
- d70d98e Fix crash in simple server when backend is missing by dschinazi · 6 years ago
- 4985598 gfe-relnote: (n/a) Change SetQuicFlag to take the flag variable directly instead of a pointer to it. Refactor for Envoy integration, no behavior change. by wub · 6 years ago
- 711bd18 gfe-relnote: n/a(code clean up) Move c++ attribute specifier to the front of by danzh · 6 years ago
- cfafed7 gfe-relnote: Add QuicParsedVersion::HasHeaderProtection method. Currently unused; not flag protected. by nharper · 6 years ago
- 82d12d1 Merge "Disable QUIC trial decryption in V44 and above" by Bence Béky · 6 years ago
- efd1c57 Merge "gfe-relnote: (n/a) Wrap all access to FLAGS_quic_supports_tls_handshake with GetQuicFlag and SetQuicFlag. Code only needed for Envoy integration, no behavior change." by Bence Béky · 6 years ago
- 9bb8346 Disable QUIC trial decryption in V44 and above by nharper · 6 years ago
- eddb74b gfe-relnote: (n/a) Wrap all access to FLAGS_quic_supports_tls_handshake with GetQuicFlag and SetQuicFlag. Code only needed for Envoy integration, no behavior change. by wub · 6 years ago
- 05787cf gfe-relnote: (n/a) Wrap all access to FLAGS_quic_supports_tls_handshake with GetQuicFlag and SetQuicFlag. Code only needed for Envoy integration, no behavior change. by wub · 6 years ago
- b7f7cd2 Remove QuicConnection's RetransmittableOnWireAlarm because it was replaced with the PingAlarm. by ianswett · 6 years ago
- 6cf4d2a Update QUIC transport parameters to draft 20 by dschinazi · 6 years ago
- 320a13a Set quic_default_to_bbr to true in QuartcPeerTest by rch · 6 years ago
- c703612 Allow peers to pick low flow control limits in T099 by dschinazi · 6 years ago
- f98d219 Add QuicIpAddressTests. by bnc · 6 years ago
- 48ba61a gfe-relnote: Add documentation for quic platform. by danzh · 6 years ago
- de80b29 Cast a test-only quartc constant to int64_t so it can be shifted by 32 on android without overflowing. by rch · 6 years ago
- dded3da Remove chromium unsupported flag from quic_framer_fuzzer by rch · 6 years ago
- 9b81fa5 Create quic::ToNetAddress() to replace direct access to impl() method of QuicIpAddress. by vasilvv · 6 years ago
- ac6fb03 Change -Wdefaulted-function-deleted fix in ValueSplittingHeaderList::const_iterator by dschinazi · 6 years ago
- 1b3be2a Make quic_framer_fuzzer.cc and crypto_message_printer_bin.cc build in Chrome. by rch · 6 years ago
- 5987855 Allow QuicReceiveControlStreams to construct from pending streams. by renjietang · 6 years ago
- 94d8d21 Make all remaining QUIC BUILD use common C options by dschinazi · 6 years ago
- 65d3e32 Send padding if there's nothing to retransmit in Quartc's SendProbingData(). by QUICHE team · 6 years ago
- b834325 Add a new callback for probing retransmissions. by QUICHE team · 6 years ago
- ef9c8f9 In QUIC, record smoothed or initial RTT when AdjustNetworkParameters is called by fayang · 6 years ago
- 5377f61 Add experiment selection code for GFE-initiated initial QUIC cwnd. by wub · 6 years ago
- 1946125 Add flag count for quic_ignore_tlpr_if_sending_ping for flag verification. The flag count should be 0 as server never enables TLPR though. by zhongyi · 6 years ago
- 89bfd47 Add QUIC_EXPORT_PRIVATE to ValueSplittingHeaderList::const_iterator. by bnc · 6 years ago
- 51b7cad gfe-relnote: n/a(code clean up) Add #include to spdy_simple_arena.cc. by danzh · 6 years ago
- 178723f gfe-relnote: n/a(test only) more portability improvement to SimpleLinkedHashMap. by danzh · 6 years ago
- ed96643 Internal QUICHE change by fayang · 6 years ago
- d31f86f Fix -Wdefaulted-function-deleted warning in qpack by dschinazi · 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
- 892f1f4 gfe-relnote: n/a(code not in use) a few changes to improve SimpleLinkedHashMap's portability. by danzh · 6 years ago
- 7805361 Internal QUICHE change by bnc · 6 years ago
- 696ee60 Make QUIC EXPECT and ASSERT test macros reject comparison of unsigned integers by dschinazi · 6 years ago
- 43a1c0f gfe-relnote: n/a(log only) 2nd try to fix enumeral and non-enumeral type in by danzh · 6 years ago
- 0e2735f Use headers_decompressed() in QuicTestClient::response_headers(). by bnc · 6 years ago
- de00f8f gfe-relnote: In QUIC, only check whether framer has corresponding encrypter (before sending an ACK) when multiple packet number space is supported. by fayang · 6 years ago
- c3be2d4 gfe-relnote: n/a(new class type not in use) Add SimpleLinkedHashMap which is by danzh · 6 years ago
- 6cf180b gfe-relnote: n/a(log only) fix incomparable type error in conditional expression in by danzh · 6 years ago
- 08a9cf7 Move Crypto stream out of static stream map. by renjietang · 6 years ago
- bb98cbc Optimize length-reading of HttpDecoder. by renjietang · 6 years ago
- d035fc3 Remove files that should have been deleted by fkastenholz · 6 years ago
- 898306b gfe-relnote: Stop removing handshake packets from flight when the handshake timer causes them to be retransmitted. Protected by gfe2_reloadable_flag_quic_loss_removes_from_inflight. by ianswett · 6 years ago
- 465220f Fix constants in test so that they compile in Chromium by fkastenholz · 6 years ago
- ea05149 Use MockDecoderStreamSenderDelegate in QpackDecoderStreamSenderTest. by bnc · 6 years ago
- 3b3e3b3 Change Settings frame's setting id from 2 byte integer to variable length by renjietang · 6 years ago
- 03e0cec Internal QUICHE change by fayang · 6 years ago
- 0a8b32a gfe-relnote: (n/a) Add a flag count for --gfe2_reloadable_flag_quic_no_lumpy_pacing_at_low_bw. Flag count only. by wub · 6 years ago
- fcd91c0 Change HTTP/3 frames from Lengh-Type-Value to Type-Length-Value. by renjietang · 6 years ago
- a845596 gfe-relnote: n/a(test only) Address warn_unused_result for read() and write in by danzh · 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
- a745e39 Check that the expected and actual public header types match by nharper · 6 years ago
- 2ceb97c Reject IETF RETRY packets before they hit QUIC_BUGs by nharper · 6 years ago
- 67d7a3c Remove QuicSentPacketManagerPeer::HasPendingPackets. by ianswett · 6 years ago
- 075a3db Fix test so it compiles in chromium by fkastenholz · 6 years ago
- 1de6789 gfe-relnote: In QUIC, terminate Google QUIC connections (<= v43) similar as IETF QUIC connection. Protected by gfe2_reloadable_flag_quic_terminate_gquic_connection_as_ietf. by fayang · 6 years ago
- 2d475cf Change HTTP/3 frame type from 1 byte integer to variable length integer, and by renjietang · 6 years ago
- 73957f1 Inject a random number generator into QuartcEndpoint and SendAlgorithms. by QUICHE team · 6 years ago
- 05e62b1 Do not ACK when encryption keys are missing by dschinazi · 6 years ago
- 3e188a5 gfe-relnote: n/a(test only code) switch from unordered_set to multimap. by danzh · 6 years ago
- 3855d17 gfe-relnote: n/a(code clean up) Inline WallTimeNowInUsec(). by danzh · 6 years ago
- 58c75ec gfe-relnote: n/a(code clean up) make epoll_server_test.cc platform independent. by danzh · 6 years ago
- 3f0f679 Fix compilation of QUIC transport_parameter_test on Windows by dschinazi · 6 years ago
- a2f174d Override << for QUIC's LostPacket Struct to make failing tests easier to debug. No functional change, not flag protected. by ianswett · 6 years ago
- 98669f5 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_set_transmission_type_for_next_frame. by wub · 6 years ago
- 881af2b Make a number unsigned in order to compile in Chromium by fkastenholz · 6 years ago
- d3cb19f Make test target unsigned so that it compiles on chromium. by fkastenholz · 6 years ago
- 8154a85 gfe-relnote: (n/a) Stop including unused quic_flags.h in quic_packet_number.h. Cleanup only. by wub · 6 years ago