Roll src/net/third_party/quiche/src/ b5a8b9ebf..4cc508c72 (30 commits)
https://quiche.googlesource.com/quiche.git/+log/b5a8b9ebfa6e..4cc508c720ac $ git log b5a8b9ebf..4cc508c72 --date=short --no-merges --format='%ad %ae %s' 2019-10-22 fayang Fix build error in chromium by adding QUIC_EXPORT. 2019-10-22 renjietang Clean up code on SETTINGS. 2019-10-22 vasilvv Split QuicEndpoint into QuicEndpoint and QuicEndpointBase. 2019-10-22 renjietang Consider pending streams in ShouldKeepConnectionAlive. 2019-10-22 wub Internal QUICHE change 2019-10-22 renjietang Do not accept fin that would decrease the stream's final offset. 2019-10-22 zhongyi Add get method for initial_retransmittable_on_wire_timeout, which is used by chromium only and accidentally removed in cl/275943283. 2019-10-22 fayang gfe-relnote: Remove save_retransmittable_frames from QuicPacketCreator::AddFrame. No functional change expected, not protected. 2019-10-22 renjietang Clean up QuicPacketCreatorTest. 2019-10-22 fayang gfe-relnote: In QUIC, clean up !session_decides_what_to_write code path. 2019-10-21 quiche-dev Internal QUICHE change 2019-10-21 renjietang Fix buffer overflow issue by changing how test string is created. 2019-10-21 zhongyi When there is no retransmittable packet on the wire and there are open streams, the connection may send retransmittable PINGs to detect path degrading with aggressive timeout. 2019-10-21 renjietang gfe-relnote: deprecate gfe2_reloadable_flag_quic_rst_if_stream_frame_beyond_close_offset. 2019-10-21 renjietang gfe-relnote: deprecate gfe2_reloadable_flag_quic_aggressive_connection_aliveness 2019-10-21 renjietang gfe-relnote: deprecate gfe2_reloadable_flag_quic_do_not_send_settings. 2019-10-21 fayang gfe-relnote: In QUIC, populate the actual length of full padding frame in nonretransmittable_frames (of SerializedPacket). Protected by existing gfe2_reloadable_flag_quic_populate_nonretransmittable_frames. 2019-10-21 wub Internal QUICHE change 2019-10-21 fayang gfe-relnote: In QUIC, add a utility function CopySerializedPacket. Not used yet, not protected. 2019-10-21 fayang gfe-relnote: In QUIC, populate nonretransmittable_frames in SerializedPacket. Protected by gfe2_reloadable_flag_quic_populate_nonretransmittable_frames. 2019-10-18 vasilvv Implement QuicTransportStream, a stream that can be only accessed after client indication is received. 2019-10-18 wub gfe-relnote: (n/a) In quic_framer_process_data_packet_fuzzer, set framer's decrypter for INITIAL encryption level. Test only. 2019-10-18 renjietang Remove redundant calls to QuicSession::NeuterUnencryptedData(). 2019-10-18 dschinazi Refactor quic_client_interop to avoid dropping letters 2019-10-18 renjietang Coalesce adjacent stream frames. 2019-10-18 quiche-dev Add a new Tunnel Health Checker. The health checker is configured to run about every 5th ICMP probe and checks the packet exchanger's counters in both directions. If *no* packets have passed in one direction, this will tear down the tunnel, leaving it to be restarted on the next epoll cycle. 2019-10-18 zhongyi gfe-relnote: n/a, test change only. 2019-10-18 fayang Add two copy utility function CopyQuicFrame and CopyQuicFrames. 2019-10-18 fayang gfe-relnote: Add a bool to QuicSentPacketManager, indicating whether a forward secure packet gets acked. No functional change expected. Not protected. 2019-10-18 wub gfe-relnote: (n/a) Fix quic_framer_process_data_packet_fuzzer to not to use version 0. Test only. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Ie3d7ff02abbfda44dcb0611afe967f1c43422026 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872655 Commit-Queue: Fan Yang <fayang@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#708703}
Showing
Please register or sign in to comment