-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: updates QUICHE from 62f5f6c9c to e08f8dde2 #33768
Merged
RyanTheOptimist
merged 7 commits into
envoyproxy:main
from
birenroy:quiche-roll-20240424115637
Apr 25, 2024
Merged
deps: updates QUICHE from 62f5f6c9c to e08f8dde2 #33768
RyanTheOptimist
merged 7 commits into
envoyproxy:main
from
birenroy:quiche-roll-20240424115637
Apr 25, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/google/quiche/compare/62f5f6c9c..ee429dd8e ``` $ git log 62f5f6c9c..ee429dd8e --date=short --no-merges --format="%ad %al %s" 2024-04-23 rch Factor the QuicDispatcher's blocked writer list into a stand-alone QuicBlockedWriterList. 2024-04-23 birenroy Reserves the right amount of space for a set in BalsaHeaders::RemoveAllOfHeaderInList(). 2024-04-23 quiche-dev Remove HTTP specific logic from BlindSignAuth and dependencies 2024-04-23 birenroy Replaces a std::string used to buffer data in OgHttp2Session with a new buffer type. 2024-04-23 vasilvv Implement MoqtOutgoingQueue. 2024-04-22 wub Silence quic_bug_10752_22 if write_length is reduced to zero due to flow control. 2024-04-22 quiche-dev Enabling rolled out flags. 2024-04-22 quiche-dev Remove duplicate method of BlindSignAuth::GetTokens now that the Chrome is setting service_type. 2024-04-22 dschinazi Add support for nested proxying in MASQUE client code ``` Signed-off-by: Biren Roy <[email protected]>
Signed-off-by: Biren Roy <[email protected]>
repokitteh-read-only
bot
added
the
deps
Approval required for changes to Envoy's external dependencies
label
Apr 24, 2024
CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to |
Signed-off-by: Biren Roy <[email protected]>
https://github.com/google/quiche/compare/ee429dd8e..e871e9aec ``` $ git log ee429dd8e..e871e9aec --date=short --no-merges --format="%ad %al %s" 2024-04-24 quiche-dev Wire up xRPC client to talk to Phosphor ``` Signed-off-by: Biren Roy <[email protected]>
https://github.com/google/quiche/compare/e871e9aec..e08f8dde2 ``` $ git log e871e9aec..e08f8dde2 --date=short --no-merges --format="%ad %al %s" 2024-04-24 birenroy A tiny fix to help chunked_buffer_test.cc build in the Envoy OSS project. ``` Signed-off-by: Biren Roy <[email protected]>
RyanTheOptimist
previously approved these changes
Apr 24, 2024
repokitteh-read-only
bot
removed
the
deps
Approval required for changes to Envoy's external dependencies
label
Apr 24, 2024
Signed-off-by: Biren Roy <[email protected]>
repokitteh-read-only
bot
added
the
deps
Approval required for changes to Envoy's external dependencies
label
Apr 24, 2024
birenroy
changed the title
deps: updates QUICHE from 62f5f6c9c to ee429dd8e
deps: updates QUICHE from 62f5f6c9c to e08f8dde2
Apr 24, 2024
Signed-off-by: Biren Roy <[email protected]>
RyanTheOptimist
approved these changes
Apr 24, 2024
repokitteh-read-only
bot
removed
the
deps
Approval required for changes to Envoy's external dependencies
label
Apr 24, 2024
/retest |
1 similar comment
/retest |
RyanTheOptimist
approved these changes
Apr 24, 2024
There's an ongoing known issue with CI. /retest |
/retest |
cainelli
pushed a commit
to cainelli/envoy
that referenced
this pull request
Apr 25, 2024
Updates QUICHE from 62f5f6c9c to e08f8dde2 https://github.com/google/quiche/compare/62f5f6c9c..e08f8dde2 $ git log 62f5f6c9c..e08f8dde2 --date=short --no-merges --format="%ad %al %s" 2024-04-24 birenroy A tiny fix to help chunked_buffer_test.cc build in the Envoy OSS project. 2024-04-24 quiche-dev Wire up xRPC client to talk to Phosphor 2024-04-23 rch Factor the QuicDispatcher's blocked writer list into a stand-alone QuicBlockedWriterList. 2024-04-23 birenroy Reserves the right amount of space for a set in BalsaHeaders::RemoveAllOfHeaderInList(). 2024-04-23 quiche-dev Remove HTTP specific logic from BlindSignAuth and dependencies 2024-04-23 birenroy Replaces a std::string used to buffer data in OgHttp2Session with a new buffer type. 2024-04-23 vasilvv Implement MoqtOutgoingQueue. 2024-04-22 wub Silence quic_bug_10752_22 if write_length is reduced to zero due to flow control. 2024-04-22 quiche-dev Enabling rolled out flags. 2024-04-22 quiche-dev Remove duplicate method of BlindSignAuth::GetTokens now that the Chrome is setting service_type. 2024-04-22 dschinazi Add support for nested proxying in MASQUE client code Adds the following build targets: http2_adapter_chunked_buffer http2_adapter_chunked_buffer_test quic_core_blocked_writer_list_lib quic_core_blocked_writer_list_test Removes the following build targets: http2_adapter_callback_visitor http2_adapter_callback_visitor_test Signed-off-by: Biren Roy <[email protected]>
alyssawilk
pushed a commit
to alyssawilk/envoy
that referenced
this pull request
Apr 29, 2024
Updates QUICHE from 62f5f6c9c to e08f8dde2 https://github.com/google/quiche/compare/62f5f6c9c..e08f8dde2 $ git log 62f5f6c9c..e08f8dde2 --date=short --no-merges --format="%ad %al %s" 2024-04-24 birenroy A tiny fix to help chunked_buffer_test.cc build in the Envoy OSS project. 2024-04-24 quiche-dev Wire up xRPC client to talk to Phosphor 2024-04-23 rch Factor the QuicDispatcher's blocked writer list into a stand-alone QuicBlockedWriterList. 2024-04-23 birenroy Reserves the right amount of space for a set in BalsaHeaders::RemoveAllOfHeaderInList(). 2024-04-23 quiche-dev Remove HTTP specific logic from BlindSignAuth and dependencies 2024-04-23 birenroy Replaces a std::string used to buffer data in OgHttp2Session with a new buffer type. 2024-04-23 vasilvv Implement MoqtOutgoingQueue. 2024-04-22 wub Silence quic_bug_10752_22 if write_length is reduced to zero due to flow control. 2024-04-22 quiche-dev Enabling rolled out flags. 2024-04-22 quiche-dev Remove duplicate method of BlindSignAuth::GetTokens now that the Chrome is setting service_type. 2024-04-22 dschinazi Add support for nested proxying in MASQUE client code Adds the following build targets: http2_adapter_chunked_buffer http2_adapter_chunked_buffer_test quic_core_blocked_writer_list_lib quic_core_blocked_writer_list_test Removes the following build targets: http2_adapter_callback_visitor http2_adapter_callback_visitor_test Signed-off-by: Biren Roy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates QUICHE from 62f5f6c9c to e08f8dde2
https://github.com/google/quiche/compare/62f5f6c9c..e08f8dde2
Adds the following build targets:
http2_adapter_chunked_buffer
http2_adapter_chunked_buffer_test
quic_core_blocked_writer_list_lib
quic_core_blocked_writer_list_test
Removes the following build targets:
http2_adapter_callback_visitor
http2_adapter_callback_visitor_test
Commit Message: updates QUICHE from 62f5f6c9c to e08f8dde2
Additional Description:
Risk Level: low
Testing: ran unit and integration tests locally
Docs Changes:
Release Notes:
Platform Specific Features: