8000 Tags · facebook/proxygen · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: facebook/proxygen

Tags

v2025.06.09.00

Toggle v2025.06.09.00's commit message
Mark onIngress as noexcept in HTTP2Codec

Summary: Marking `onIngress()` as `noexcept` in HTTP2Codec for documentation purposes since the caller is invoking `onIngress()` in a `noexcept` context as well.

Reviewed By: hanidamlaj

Differential Revision: D74289818

fbshipit-source-id: bf5b2b6efe7330cf72e1125fe88250fa0afed4bd

v2025.05.19.00

Toggle v2025.05.19.00's commit message
Updating submodules

Summary:
GitHub commits:

facebook/fb303@dea984d
facebook/fbthrift@54b97a1
facebook/mvfst@07c6894
f6f9efb
facebook/wangle@c848b0c
facebookexperimental/edencommon@db091b8
facebookexperimental/rust-shed@e24e412
facebookincubator/fizz@56d4158

Reviewed By: bigfootjon

fbshipit-source-id: 6d1d1d0b649c44fc718ab7e52e325f358bbc855e

v2025.04.28.00

Toggle v2025.04.28.00's commit message
Bump docker/login-action from 327cd5a69de6c009b9ce71bce8395f28e651bf9…

…9 to 74a5d142397b4f367a81961eba4e8cd7edddf772 (#555)

Summary:
Bumps [docker/login-action](https://github.com/docker/login-action) from 327cd5a69de6c009b9ce71bce8395f28e651bf99 to 74a5d142397b4f367a81961eba4e8cd7edddf772.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/docker/login-action/commit/74a5d142397b4f367a81961eba4e8cd7edddf772"><code>74a5d14</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/856">#856</a> from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...</li>
<li><a href="https://github.com/docker/login-action/commit/2f4f00e4c6fe8a50cdd1fd618421be2e92b2f201"><code>2f4f00e</code></a> chore: update generated content</li>
<li><a href="https://github.com/docker/login-action/commit/67c184546cf989af16f02a1b5359e4bde3cdc524"><code>67c1845</code></a> build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...</li>
<li><a href="https://github.com/docker/login-action/commit/3d4cc89e85e0cac73870ab81d3b72c0b700870d1"><code>3d4cc89</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/844">#844</a> from graysonpike/master</li>
<li><a href="https://github.com/docker/login-action/commit/6cc823a6c4738f797f031790fa7f982b7a8dcfdc"><code>6cc823a</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/823">#823</a> from docker/dependabot/npm_and_yarn/proxy-agent-depen...</li>
<li><a href="https://github.com/docker/login-action/commit/d94e792124647378e94c07359922f0f821a9fab2"><code>d94e792</code></a> chore: update generated content</li>
<li><a href="https://github.com/docker/login-action/commit/033db0da3047b4d01e249d66f56ae16a2ed6af87"><code>033db0d</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/812">#812</a> from docker/dependabot/github_actions/codecov/codecov...</li>
<li><a href="https://github.com/docker/login-action/commit/09c2ae9716c0bacef3c03e120a61c28adfb8595b"><code>09c2ae9</code></a> build(deps): bump https-proxy-agent</li>
<li><a href="https://github.com/docker/login-action/commit/ba56f006fc7190f752d4e6e1312f85697984a229"><code>ba56f00</code></a> ci: update deprecated input for codecov-action</li>
<li><a href="https://github.com/docker/login-action/commit/75bf9a79af089e9aa009972a6ecb22190a520679"><code>75bf9a7</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/858">#858</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li>Additional commits viewable in <a href="https://github.com/docker/login-action/compare/327cd5a69de6c009b9ce71bce8395f28e651bf99...74a5d142397b4f367a81961eba4e8cd7edddf772">compare view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: #555

Reviewed By: sharmafb

Differential Revision: D73678116

Pulled By: afrind

fbshipit-source-id: caaef6ffda6dab6169327f00156467118b1ae37d
0