Skip to content
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 or learn 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: hyperium/h2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.8
Choose a base ref
...
head repository: hyperium/h2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.9
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Feb 24, 2025

  1. feat: add Connection::has_streams() for server connections (#838)

    Co-authored-by: luka <luyuyang@xiaohongshu.com>
    BamLubi and luka authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    a5d77c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Configuration menu
    Copy the full SHA
    e9ee0b6 View commit details
    Browse the repository at this point in the history
  2. fix: Stream debug impl to not print Waker (#840)

    This implements a custom `Debug` impl for `Stream` so that the `Waker`
    type stored in the `*_task` fields does not get printed. This is because
    the `Debug` impl of `Waker` prints a pointer which is non-deterministic.
    My use-case here is that I am trying to make turmoil deterministic and
    testing it with h2 via comparing trace logs between two same seeded
    runs.
    LucioFranco authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    d021e8c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. v0.4.9

    seanmonstar committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    36bba1a View commit details
    Browse the repository at this point in the history
Loading