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

Commits on Sep 30, 2024

  1. 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.
    ```
    
    Signed-off-by: Fredy Wijaya <[email protected]>
    fredyw committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1832eb5 View commit details
    Browse the repository at this point in the history
  2. Fix

    Signed-off-by: Fredy Wijaya <[email protected]>
    fredyw committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4ef2224 View commit details
    Browse the repository at this point in the history
  3. Fix

    Signed-off-by: Fredy Wijaya <[email protected]>
    fredyw committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a9b1f6d View commit details
    Browse the repository at this point in the history