commit | a0d41c807ea5c9d902a7cac7d20e6cdd9f4f379e | [log] [tgz] |
---|---|---|
author | Patrick Meenan <pmeenan@chromium.org> | Mon May 05 16:36:37 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 05 16:36:37 2025 |
tree | b326ccce23f8e8f1ae5abf1d65080ab6dab08aae | |
parent | 47c854f3d2a9279a1686d8a768870e2b4a57748d [diff] |
Roll src/net/third_party/quiche/src/ 7b2b12675..41bba51b1 (14 commits) https://quiche.googlesource.com/quiche.git/+log/7b2b1267559f..41bba51b1ae0 $ git log 7b2b12675..41bba51b1 --date=short --no-merges --format='%ad %ae %s' 2025-05-05 martinduke Replace MoqT `SUBSCRIBES_BLOCKED` with `REQUESTS_BLOCKED`. 2025-05-05 martinduke Rename max_subscribe_id to max_request_id. 2025-05-05 martinduke MoQT Version Negotiation has its own error code. (draft-11) 2025-05-05 martinduke Update MoQT ANNOUNCE and SUBSCRIBE_ANNOUNCES callbacks to provide parameters. 2025-05-05 martinduke Use "kInvalidPath" and "kKeyValueFormattingError" when processing MoQT Setup parameters. 2025-05-05 martinduke Support the new 'Invalid Request ID' MoQT error type. 2025-05-05 martinduke Implement MoQT AUTHORIZATION_TAG format but do not allow caching of tags. 2025-05-02 martinduke Make incoming FETCH asynchronous to support going further upstream for objects. 2025-05-02 martinduke Implement Key-Value-Pair struct from the MoQT spec. 2025-05-02 davidben Update BoringSSL in QUICHE 2025-05-02 quiche-dev Fix incorrect argument order in ReducedSequenceIndex ctor. 2025-05-02 birenroy Fixes the open-source QUICHE build. 2025-05-01 martinduke No public description 2025-04-30 quiche-dev Issue a warning for line folding in headers and trailers. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Ia2d8d54619dbb304aee340af10de438c6f1a2a0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6511089 Commit-Queue: David Benjamin <davidben@chromium.org> Auto-Submit: Patrick Meenan <pmeenan@chromium.org> Reviewed-by: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/main@{#1455761}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.