- ec36d7c Wrap EXPECT_DEBUG_DEATH in quic_crypto_client_config_test.cc by nharper · 6 years ago
- 39979d3 Re-write some quic_stream_test and enable TLS blocked tests. by renjietang · 6 years ago
- 2de46de gfe-relnote: Check whether QuicFdWrapper is usable after Readv. Protected by gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames2 which replaces gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames. by fayang · 6 years ago
- 4c1c236 gfe-relnote: In QUIC, skipping a packet number, when a single PTO packet will be sent, to elicit an immediate ACK. Protected by gfe2_reloadable_flag_quic_skip_packet_number_for_pto. by fayang · 6 years ago
- a2ef301 Enable getting and setting custom QUIC transport parameters. by vasilvv · 6 years ago
- c8d9e40 Rename CryptoUtils::CreateTlsInitialCrypters by nharper · 6 years ago
- bb2e22a Re-enable tests that were blocked by TLS not setting initial connection flow control window. by renjietang · 6 years ago
- c5589bd Allow quic_toy_server to only use IETF QUIC by dschinazi · 6 years ago
- f20a5c2 Set initial capacity to value of maximum capacity in QPACK offline encoder. by bnc · 6 years ago
- b9cf4c7 Add comment to document secondary role of QuicSpdySession::qpack_maximum_dynamic_table_capacity_. by bnc · 6 years ago
- c20d968 Keep processing files in QPACK offline decoder after encountering failure. by bnc · 6 years ago
- 963c2ec Reset stream if stream frame contains data that goes beyond stream's close offset. by renjietang · 6 years ago
- d1f732f Send SETTINGS_QPACK_BLOCKED_STREAMS in QuicSendControlStream. by bnc · 6 years ago
- 4dc0147 Remove blocked stream limit enforcement from QpackOfflineDecoder. by bnc · 6 years ago
- b0c7b4b gfe-relnote: In QUIC, enable IETF style loss detection. Protected by by fayang · 6 years ago
- b045185 gfe-relnote: Honor IETF QUIC initial flow control limits when using TLS. Protected by disabled --gfe2_reloadable_flag_quic_supports_tls_handshake by rch · 6 years ago
- 6464c4a Fix idle timeout negotiation by dschinazi · 6 years ago
- 19d2d5b gfe-relnote: In QUIC, add adaptive reordering thresholds. Deprecate SpuriousRetransmitDetected and call SpuriousLossDetected instead. Protected by gfe2_reloadable_flag_quic_detect_spurious_loss. by fayang · 6 years ago
- 405f719 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_fix_get_packet_header_size by nharper · 6 years ago
- 331385e Close connection on QPACK encoder or decoder stream errors. by bnc · 6 years ago
- 244af5a Add OnConnectionCloseFrame, invoked to save ConnectionCloseFrame data by fkastenholz · 6 years ago
- 2d55b91 Use version-aware QuicConnectionCloseFrame constructor. by fkastenholz · 6 years ago
- 9fa2be3 gfe-relnote: deprecate quic_ignore_tlpr_if_no_pending_stream_data. by zhongyi · 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
- af0c12f Downgrade a QUIC_BUG to QUIC_LOG(WARNING). by fayang · 6 years ago
- 609c24e Include encoder stream bytes in written header size. by bnc · 6 years ago
- 4fd8cb1 Deprecate quic_dispatcher_hands_chlo_extractor_one_version by dschinazi · 6 years ago
- 9e1c734 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_inline_getorcreatedynamicstream. by renjietang · 6 years ago
- 3024632 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_no_window_update_on_read_only_stream. by renjietang · 6 years ago
- a178671 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_handle_staticness_for_spdy_stream. by renjietang · 6 years ago
- d4ddf71 Send HTTP/3 SETTINGS when encryption is established. by renjietang · 6 years ago
- 4b3bafd Add two more variables to a QUIC_BUG in bandwidth_sampler.cc to debug b/119763397 by ianswett · 6 years ago
- fa2746c gfe-relnote: False deprecate gfe2_reloadable_flag_quic_fix_adaptive_time_loss. by fayang · 6 years ago
- 1e96e1a gfe-relnote: False deprecate gfe2_reloadable_flag_quic_eighth_rtt_loss_detection. by fayang · 6 years ago
- a0cbbdc gfe-relnote: (n/a) Fix a use-of-uninitialized-value in QuicFramerTest.GetRetransmittableControlFrameSize. Test only. by wub · 6 years ago
- b2486b8 gfe-relnote: (n/a) Update QuicIetfFramerTest.(Application|Connection)Close to use the new QuicConnectionCloseFrame constructor. Test only, not protected. by wub · 6 years ago
- 95025bf Deprecate quic_drop_invalid_small_initial_connection_id by dschinazi · 6 years ago
- 3d03329 Support the use of MESSAGE/DATAGRAM frames in QBONE. by vasilvv · 6 years ago
- 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
- 5c729f0 Remove QuicSession::RegisterStaticStream() and merge it into by renjietang · 6 years ago
- 591814c Add version-aware QuicConnectionCloseFrame constructor by fkastenholz · 6 years ago
- d1d0085 Use QuicSession::transport_version() instead of QuicConnection::transport_version() to make code cleaner. by renjietang · 6 years ago
- 9e62e3c gfe-relnote: n/a (TODO added) by fayang · 6 years ago
- 88d08f4 Change Application and Transport ConnectionClose codes to uint64_t by fkastenholz · 6 years ago
- a582187 gfe-relnote: (n/a) Only increment flag count for quic_simple_inflight_time when the flag is true. Flag count only. by wub · 6 years ago
- 43652ca gfe-relnote: (n/a) Add a GFE_BUG if QuicFdWrapper.stream_ is silently cleared in QuicFdWrapper::Readv. Logging only, not protected. by wub · 6 years ago
- 203926d In v99, close the connection if the peer sets the number of unidirectional stream less than the minimum required unidirectional streams. by renjietang · 6 years ago
- 255ff77 Remove redundant connection check. by renjietang · 6 years ago
- 0e48f12 Prevent QuicToyClient crash on DNS failure by dschinazi · 6 years ago
- 479fea3 gfe-relnote: Save the time the last inflight packet was sent instead of iterating through the deque. Protected by gfe2_reloadable_flag_quic_simple_inflight_time. by ianswett · 6 years ago
- b7e6e64 gfe-relnote: Add methods to QuicConnectionDebugVisitorInterface for missing IETF QUIC frames. QUIC v99 only. Protected by disabled QUIC v99 flag. by rch · 6 years ago
- 0400465 Deprecate gfe2_reloadable_flag_quic_loss_removes_from_inflight. by ianswett · 6 years ago
- a702be2 Change the version label for QUIC v99 + TLS from T099 by rch · 6 years ago
- 45f8f86 Make QuicSendControlStream send actual value for SETTINGS_QPACK_MAX_TABLE_CAPACITY. by bnc · 6 years ago
- 52cb79f gfe-relnote: use QUIC_foo instead of ABSL_foo for mutex annotations in QUIC. Not flag protected. No behavior change. by rch · 6 years ago
- 28315b7 Automated g4 rollback of changelist 265940959. by renjietang · 6 years ago
- 5c87947 Automated g4 rollback of changelist 265958257. by renjietang · 6 years ago
- 0fcbf35 gfe-relnote: In QUIC, send PING when TLP fires and no packet is created. Protected by existing gfe2_reloadable_flag_quic_fix_rto_retransmission3. by fayang · 6 years ago
- 344b5e2 Explicitly cast QuicIetfTransportErrorCodes to uint16_t when forwarded to QuicStrCat. by zhongyi · 6 years ago
- 40e9a7b Send Set Dynamic Table Capacity instruction. by bnc · 6 years ago
- ad7424f Implement QUIC ALPN selection on the server side. by vasilvv · 6 years ago
- c60e4e1 Stop using the "LIFO" write scheduler. by QUICHE team · 6 years ago
- 4724c9c Support session-specific ALPNs for clients, and specifying multiple ALPNs. by vasilvv · 6 years ago
- 486a8a9 Limit the amount of incoming crypto data that will be buffered. by nharper · 6 years ago
- 7ba5a74 LSC: Replace deprecated thread annotations macros. by QUICHE team · 6 years ago
- e6fcf3c LSC: Replace deprecated thread annotations macros. by QUICHE team · 6 years ago
- c16be36 Remove deprecated unused QuicStreamSequencer::PrefetchNextRegion() method. by bnc · 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
- 6039aff QuicToyClient provides a hostname to CreateDefaultProofVerifier by nharper · 6 years ago
- 13cfcae Allow QUIC end_to_end and quic_server tests to pass if the by rch · 6 years ago
- 6c73c33 No longer send SETTINGS in gQUIC. by renjietang · 6 years ago
- bd79392 gfe-relnote: In TLS client handshaker, call OnHandshakeComplete when handshake is finished. Protected by existing FLAGS_quic_supports_tls_handshake. by fayang · 6 years ago
- 0994c71 Remove VersionUsesQpack() TODO. by bnc · 6 years ago
- ef8d1e9 Always create and destroy a single client in the creation of the QuicClientTest to ensure persistent sockets for certificate verifiers are opened before testing. by zhongyi · 6 years ago
- 70f78fc gfe-relnote: Deprecate gfe2_reloadable_flag_quic_avoid_empty_frame_after_empty_headers. by bnc · 6 years ago
- 488a462 Save all data from received IETF Connection Close frames by fkastenholz · 6 years ago
- 14dfb2c gfe-relnote: Do not enable version 99 unless gfe2_reloadable_flag_quic_use_parse_public_header is also enabled. by ianswett · 6 years ago
- 3de7170 Maybe send SETTINGS for MaxPushIdFrame. by renjietang · 6 years ago
- 578cf9f Use real QPACK streams in QPACK stream tests instead of creating artificial ones. by renjietang · 6 years ago
- 5a2b3eb Change QUIC's AlpnForVersion method to omit the "google-" from the string by rch · 6 years ago
- 260d646 Remove unused accessor. by bnc · 6 years ago
- 5597f29 Add knobs to QuicSpdySession for QPACK maximum table capacity and blocked stream limit. by bnc · 6 years ago
- 5f13505 gfe-relnote: In QUIC, add anti-amplification limit. Protected by version T099. by fayang · 6 years ago
- d17a740 gfe-relnote: n/a - Rename filtered_supported_versions() to filtered_transport_versions() in QuicVersionManager to match the name of the member variable. by rch · 6 years ago
- a80920c Deprecate --gfe2_reloadable_flag_quic_log_cert_name_for_empty_sct. by QUICHE team · 6 years ago
- 93cc53a gfe-relnote: In QUIC, do not send control frames if connection does not have application keys for v99. Protected by quic_enable_version_99. by fayang · 6 years ago
- 62f867a In QuicSentPacketManager, rename enable_pto_ to pto_enabled_. by fayang · 6 years ago
- c8c02a5 Make sure QPACK stream types are sent along with SETTINGS in one packet. by renjietang · 6 years ago
- a7fe577 Optimize code in handling wrong HTTP/3 frames. by renjietang · 6 years ago
- 3066edc Remove QpackProgressiveDecoderTests. by bnc · 6 years ago
- 93ea18d Signal error on duplicate SETTINGS identifiers. by bnc · 6 years ago
- 8c01622 Make QpackEncoder::EncodeHeaderList() and FirstPassEncode() take header_list by const ref. by bnc · 6 years ago
- 0b20fdf Add missing include of <set> to qpack_decoder.h by rch · 6 years ago
- d72f67c Use the uint64_t specialization of std::min in qpack_encoder.cc by rch · 6 years ago
- 57b5f62 Enforce limit on number of blocked streams in QPACK decoder. by bnc · 6 years ago
- 36825da gfe-relnote: Remove QUIC version 44. by fayang · 6 years ago
- 51d6999 gfe-relnote: change logs about window update frames from DLOG(INFO) to DVLOG(1). by QUICHE team · 6 years ago