Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:quic-go/quic-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v0.56.0
Choose a base ref
Loading
...
head repository:quic-go/quic-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v0.57.0
Choose a head ref
Loading
  • 14commits
  • 33files changed
  • 4contributors

Commits on Nov 10, 2025

  1. ci: bump golangci/golangci-lint-action from 8 to 9 (#5426)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9.- [Release notes](https://github.com/golangci/golangci-lint-action/releases)- [Commits](golangci/golangci-lint-action@v8...v9)---updated-dependencies:- dependency-name: golangci/golangci-lint-action  dependency-version: '9'  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredNov 10, 2025
    Configuration menu
    Copy the full SHA
    a839e42View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. qlogwriter: fix storing of event schemas (#5430)

    HTTP/3 qlogging (and qlogging for any other application protocol) onlyworks if the event schemas are stored.
    @marten-seemann
    marten-seemann authoredNov 14, 2025
    Configuration menu
    Copy the full SHA
    e46470dView commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. http3: send SETTINGS_MAX_FIELD_SECTION_SIZE in the SETTINGS frame (#5431

    )* http3/qlog: implement qlogging of SETTINGS_MAX_FIELD_SECTION_SIZE* http3: send SETTINGS_MAX_FIELD_SECTION_SIZE in the SETTINGS frame
    @marten-seemann
    marten-seemann authoredNov 16, 2025
    Configuration menu
    Copy the full SHA
    be2a622View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. http3: read response after encountering error sending the request (#5432

    )If the error is a connection-wide error, or if the receive side of thestream was reset, reading the response will fail immediately. However,if only the send side was reset, this enables the client to read theserver’s response (e.g. a HTTP status code).
    @marten-seemann
    marten-seemann authoredNov 18, 2025
    Configuration menu
    Copy the full SHA
    69b4fbcView commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. http3: make Transport.MaxResponseBytes an int (#5433)

    Both http.Server.MaxHeaderBytes and http3.Server.MaxHeaderBytes are intsas well, so this is more consistent.
    @marten-seemann
    marten-seemann authoredNov 19, 2025
    Configuration menu
    Copy the full SHA
    dafdd6fView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fc9705View commit details
    Browse the repository at this point in the history
  3. update qpack to v0.6.0 (#5434)

    * update qpack to v0.6.0* qlog invalid trailersCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    @marten-seemann
    marten-seemann andCopilot authoredNov 19, 2025
    Configuration menu
    Copy the full SHA
    b7886d5View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. http3: use QPACK_DECOMPRESSION_FAILED for QPACK errors (#5439)

    * update testify to v1.11.1* http3: use QPACK_DECOMPRESSION_FAILED for QPACK errors
    @marten-seemann
    marten-seemann authoredNov 20, 2025
    Configuration menu
    Copy the full SHA
    4cdebbeView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d168fView commit details
    Browse the repository at this point in the history
  3. ackhandler: don’t generate an immediate ACK for the first packet (#5447)

    Instead apply the regular RFC 9000 logic and send an acknowledgmentafter receiving two ack-eliciting packets.
    @marten-seemann
    marten-seemann authoredNov 20, 2025
    Configuration menu
    Copy the full SHA
    e84ebaeView commit details
    Browse the repository at this point in the history
  4. don’t arm connection timer for connection ID retirement (#5449)

    It should be sufficient to retire connection IDs the next time the runloops wakes up anyway, e.g. when a packet is received, or when a newpacket is sent.
    @marten-seemann
    marten-seemann authoredNov 20, 2025
    Configuration menu
    Copy the full SHA
    ca2835dView commit details
    Browse the repository at this point in the history
  5. README: add nodepass to list of projects (#5448)

    * README: add nodepass to list of projects* README: reorder nodepass in list of projects
    @yosebyte
    yosebyte authoredNov 20, 2025
    Configuration menu
    Copy the full SHA
    d43c589View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Configuration menu
    Copy the full SHA
    e80b378View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b2d212View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp