Skip to content
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

Quiche roll 20240930141637 #36385

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

fredyw
Copy link
Member

@fredyw fredyw commented Sep 30, 2024

Update QUICHE from 42b2e66c7 to 171f6f89a
https://github.com/google/quiche/compare/42b2e66c7..171f6f89a

$ git log 42b2e66c7..171f6f89a --date=short --no-merges --format="%ad %al %s"
    
2024-09-26 birenroy Migrates code from `//third_party/spdy/core:spdy_protocol_lib` to `//third_party/http2/core:spdy_protocol`.
2024-09-26 martinduke fix asan error because the log message uses the variable about to be initialized, rather than the value being assigned.
2024-09-26 birenroy Deletes unused artifacts from //third_party/spdy.
2024-09-26 martinduke Complete processing of RESET_STREAM_AT frames. Negotiate with transport parameters and pass the frame from QuicConnection to QuicStream.
2024-09-26 birenroy Moves //third_party/spdy/core:http2_frame_decoder_adapter_fuzzer to //third_party/http2/core.
2024-09-26 birenroy Migrates code from `//third_party/spdy/core:spdy_protocol_lib` to `//third_party/http2/core:spdy_protocol`.
2024-09-26 birenroy Moves libraries from //third_party/spdy/core/hpack to //third_party/http2/hpack.
2024-09-26 rch No public description
2024-09-26 birenroy Migrates the old cc_fuzz_target in //third_party/spdy to the modern go/fuzztest framework.
2024-09-25 birenroy Migrates code from //third_party/spdy/core:spdy_framer_lib to //third_party/http2/core:spdy_framer.
2024-09-25 wub If QUIC server closes connection due to invalid hostname in SNI, use new connection close code `QUIC_HANDSHAKE_FAILED_INVALID_HOSTNAME` instead of the generic `QUIC_HANDSHAKE_FAILED`.
2024-09-25 birenroy Removes the now-unused build target //third_party/spdy/core:http2_header_block_lib.
2024-09-25 birenroy Migrates targets from `//third_party/spdy/core:spdy_alt_svc_wire_format_lib` to `//third_party/http2/core:spdy_alt_svc_wire_format`.
2024-09-25 birenroy Migrates remaining google3 users of spdy::Http2HeaderBlock to quiche::HttpHeaderBlock.
2024-09-25 birenroy Migrates code from `//third_party/spdy/core:http2_deframer_lib` to `//third_party/http2/core:http2_frame_decoder_adapter`.
2024-09-25 martinduke Roll the version number to draft-06. This will break interoperability with other MoQT implementations until we update the wire image.
2024-09-25 vasilvv Refactor MoQT interfaces to consistently pass FullTrackName around.
2024-09-24 martinduke MOQT MAX_SUBSCRIBE_ID implementation
2024-09-24 wub No public description
2024-09-24 elburrito BlindSignAuth: Update error messages to return constant strings. Messages now return at Anonymous Tokens-level granularity.
2024-09-24 wub Deprecate --quic_dispatcher_replace_cid_on_first_packet.
2024-09-23 quiche-dev No public description
2024-09-23 quiche-dev Remove quic::QuicServerId::privacy_mode_enabled()
2024-09-23 quiche-dev Enabling rolled out flags.
2024-09-23 wub No public description
2024-09-22 fayang Postpone removing handshake timeout from transport params getting negotiated to handshake complete.
2024-09-22 fayang Deliver STOP_SENDING to zombie streams.
2024-09-20 martinduke No public description
2024-09-19 vasilvv Introduce padding streams.
2024-09-19 quiche-dev QUICHE: always print ACK ranges as [a...b], except if the range is a single packet.
2024-09-19 vasilvv Split MoqtParser into MoqtControlParser and MoqtDataParser.
2024-09-18 birenroy Adds `^` and `|` to the set of allowed characters in HTTP/2 request paths.
2024-09-18 rch Add an IPv6 flow label field to QuicPacketWriterParams so that packet writers can set this field when writing packets. Currently nothing sets this field.
2024-09-18 quiche-dev No public description
2024-09-18 vasilvv Clean up MoqtTestMessage
2024-09-18 martinduke Update QuicStream to handle RESET_STREAM_AT frames.

https://github.com/google/quiche/compare/42b2e66c7..171f6f89a

```
$ git log 42b2e66c7..171f6f89a --date=short --no-merges --format="%ad %al %s"

2024-09-26 birenroy Migrates code from `//third_party/spdy/core:spdy_protocol_lib` to `//third_party/http2/core:spdy_protocol`.
2024-09-26 martinduke fix asan error because the log message uses the variable about to be initialized, rather than the value being assigned.
2024-09-26 birenroy Deletes unused artifacts from //third_party/spdy.
2024-09-26 martinduke Complete processing of RESET_STREAM_AT frames. Negotiate with transport parameters and pass the frame from QuicConnection to QuicStream.
2024-09-26 birenroy Moves //third_party/spdy/core:http2_frame_decoder_adapter_fuzzer to //third_party/http2/core.
2024-09-26 birenroy Migrates code from `//third_party/spdy/core:spdy_protocol_lib` to `//third_party/http2/core:spdy_protocol`.
2024-09-26 birenroy Moves libraries from //third_party/spdy/core/hpack to //third_party/http2/hpack.
2024-09-26 rch No public description
2024-09-26 birenroy Migrates the old cc_fuzz_target in //third_party/spdy to the modern go/fuzztest framework.
2024-09-25 birenroy Migrates code from //third_party/spdy/core:spdy_framer_lib to //third_party/http2/core:spdy_framer.
2024-09-25 wub If QUIC server closes connection due to invalid hostname in SNI, use new connection close code `QUIC_HANDSHAKE_FAILED_INVALID_HOSTNAME` instead of the generic `QUIC_HANDSHAKE_FAILED`.
2024-09-25 birenroy Removes the now-unused build target //third_party/spdy/core:http2_header_block_lib.
2024-09-25 birenroy Migrates targets from `//third_party/spdy/core:spdy_alt_svc_wire_format_lib` to `//third_party/http2/core:spdy_alt_svc_wire_format`.
2024-09-25 birenroy Migrates remaining google3 users of spdy::Http2HeaderBlock to quiche::HttpHeaderBlock.
2024-09-25 birenroy Migrates code from `//third_party/spdy/core:http2_deframer_lib` to `//third_party/http2/core:http2_frame_decoder_adapter`.
2024-09-25 martinduke Roll the version number to draft-06. This will break interoperability with other MoQT implementations until we update the wire image.
2024-09-25 vasilvv Refactor MoQT interfaces to consistently pass FullTrackName around.
2024-09-24 martinduke MOQT MAX_SUBSCRIBE_ID implementation
2024-09-24 wub No public description
2024-09-24 elburrito BlindSignAuth: Update error messages to return constant strings. Messages now return at Anonymous Tokens-level granularity.
2024-09-24 wub Deprecate --quic_dispatcher_replace_cid_on_first_packet.
2024-09-23 quiche-dev No public description
2024-09-23 quiche-dev Remove quic::QuicServerId::privacy_mode_enabled()
2024-09-23 quiche-dev Enabling rolled out flags.
2024-09-23 wub No public description
2024-09-22 fayang Postpone removing handshake timeout from transport params getting negotiated to handshake complete.
2024-09-22 fayang Deliver STOP_SENDING to zombie streams.
2024-09-20 martinduke No public description
2024-09-19 vasilvv Introduce padding streams.
2024-09-19 quiche-dev QUICHE: always print ACK ranges as [a...b], except if the range is a single packet.
2024-09-19 vasilvv Split MoqtParser into MoqtControlParser and MoqtDataParser.
2024-09-18 birenroy Adds `^` and `|` to the set of allowed characters in HTTP/2 request paths.
2024-09-18 rch Add an IPv6 flow label field to QuicPacketWriterParams so that packet writers can set this field when writing packets. Currently nothing sets this field.
2024-09-18 quiche-dev No public description
2024-09-18 vasilvv Clean up MoqtTestMessage
2024-09-18 martinduke Update QuicStream to handle RESET_STREAM_AT frames.
```

Signed-off-by: Fredy Wijaya <[email protected]>
Signed-off-by: Fredy Wijaya <[email protected]>
Copy link

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #36385 was opened by fredyw.

see: more, trace.

@repokitteh-read-only repokitteh-read-only bot added the deps Approval required for changes to Envoy's external dependencies label Sep 30, 2024
Copy link

CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to (bazel/.*repos.*\.bzl)|(bazel/dependency_imports\.bzl)|(api/bazel/.*\.bzl)|(.*/requirements\.txt)|(.*\.patch).
envoyproxy/dependency-shepherds assignee is @phlax

🐱

Caused by: #36385 was opened by fredyw.

see: more, trace.

@fredyw
Copy link
Member Author

fredyw commented Sep 30, 2024

/retest

Signed-off-by: Fredy Wijaya <[email protected]>
@fredyw
Copy link
Member Author

fredyw commented Sep 30, 2024

/retest

@fredyw fredyw marked this pull request as ready for review September 30, 2024 18:16
@fredyw
Copy link
Member Author

fredyw commented Sep 30, 2024

/retest

@fredyw
Copy link
Member Author

fredyw commented Sep 30, 2024

/assign @RyanTheOptimist

@repokitteh-read-only repokitteh-read-only bot removed the deps Approval required for changes to Envoy's external dependencies label Oct 1, 2024
@RyanTheOptimist RyanTheOptimist merged commit b67e3b4 into envoyproxy:main Oct 1, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants