0
Files
src/net
Nidhi Jaju 4da27019e3 Roll src/net/third_party/quiche/src/ 02c69dd28..11e17fea1 (38 commits)
https://quiche.googlesource.com/quiche.git/+log/02c69dd28eef..11e17fea103d

$ git log 02c69dd28..11e17fea1 --date=short --no-merges --format='%ad %ae %s'
2023-05-12 quiche-dev Remove use of std::function from CreateContextForMultiPortPath()
2023-05-11 dschinazi Fix warning in EncryptionLevelToProto
2023-05-11 diannahu Tweak BalsaHeadersSequence to prepare for JetstreamSession integration.
2023-05-11 vasilvv Extend WebTransport error code space to 32-bit.
2023-05-10 fayang Let QUIC framer always infer packet header type from framer's version.
2023-05-09 asedeno masque_server_session: factor out event handlers for connect-udp and connect-ip
2023-05-08 asedeno masque_*_bin: create quiche event loop after commandline parsing
2023-05-08 asedeno masque_sever_session: unnest different MASQUE implementations
2023-05-08 asedeno masque_*_bin: use actual logging, not std::cerr
2023-05-08 asedeno Implement QUICHE default platform logging using Abseil Logging
2023-05-08 quiche-dev Fix compilation on Chrome OS
2023-05-08 asedeno masque_utils: open tun_fd with O_NONBLOCK
2023-05-05 diannahu Support multiple interim responses in SimpleClient.
2023-05-05 vasilvv Fix open source QUICHE build
2023-05-05 vasilvv Support enough of Windows to make EndToEndTest.SimpleRequestResponse pass.
2023-05-05 elburrito Force the Public Metadata fingerprint value to be passed as big-endian.
2023-05-05 bnc Add quiche::HttpValidationPolicy::validate_transfer_encoding.
2023-05-04 martinduke Record sent ECN marks correctly for coalesced and buffered packets.
2023-05-04 quiche-dev Deprecate unused field `AT_PUBLIC_METADATA_VERIFIED_KEY_TYPE`.
2023-05-03 diannahu Avoid interim response handling for 101 Switching Protocols responses in BalsaFrame.
2023-05-03 diannahu Add a class to represent a sequence of BalsaHeaders.
2023-05-03 quiche-dev Include debug_mode in the Public Metadata fingerprint.
2023-05-03 quiche-dev Add support for CreateContextForMultiPortPath running async.
2023-05-03 bnc Do not evict unacknowledged QPACK entries.
2023-05-01 quiche-dev Use simple regex in quic_connection_test.cc
2023-05-01 haoyuewang Clean up count_reverse_path_validation_stats.
2023-04-27 quiche-dev Add ability to set a non-zero send alarm delay for QUIC connection.
2023-04-27 bnc Add comment to QPACK encoder.
2023-04-27 vasilvv More build fixes for QUICHE on Windows.
2023-04-26 vasilvv Add a Windows implementation of socket.h
2023-04-26 vasilvv Basic fixes to make QUICHE build on Windows.
2023-04-25 haoyuewang Deprecate --gfe2_reloadable_flag_quic_remove_connection_migration_connection_option_v2
2023-04-25 bnc Remove extra warnings from internal QUICHE platform implementation.
2023-04-24 renjietang Add stats on QuicConnection path degrading and recovering.
2023-04-24 wub Deprecate --gfe2_reloadable_flag_quic_dont_close_connection_in_tls_alert_callback.
2023-04-22 quiche-dev When a region override is in effect, enable debug mode. Otherwise, Beryllium will reject it when it does the country mismatch check.
2023-04-21 danzh Deprecate --gfe2_reloadable_flag_quic_verify_request_headers_2
2023-04-20 martinduke Validate incoming ECN feedback.

Created with:
  roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src

Other changes:
* Fix BUILD.gn and num_path_degrading references
* Rename histogram Net.QuicMultiPort.NumDefaultPathDegrading to
  Net.QuicSession.NumDefaultPathDegrading and always log it.
* Accommodate change to signature of CreateContextForMultiPortPath()

Change-Id: I9bd5e07aae0df4a81be4d14dda882ed5712419ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4520190
Reviewed-by: Adam Rice <ricea@chromium.org>
Commit-Queue: Nidhi Jaju <nidhijaju@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1144571}
2023-05-16 08:07:14 +00:00
..
2023-05-12 01:19:23 +00:00
2023-04-25 20:24:16 +00:00
2023-05-03 18:15:08 +00:00
2023-05-10 11:34:48 +00:00
2023-04-20 18:26:17 +00:00
2023-05-05 21:36:51 +00:00
2023-03-14 08:31:04 +00:00

Chrome Networking Stack

This directory contains the code behind Chrome's networking stack. It is documented here.