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.6
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.7
Choose a head ref
  • 7 commits
  • 11 files changed
  • 6 contributors

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    77be664 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. style: replace split_to and split_off with better alternatives

    This removes `let _ = ` from in front of `split_to` and `split_off`
    and mostly follows the suggestions from the `#[must_use]` impls.
    One of the uses of `split_to` is instead replaced with `take`.
    paolobarbolini authored and seanmonstar committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    4d66d5d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. improve ci/h2spec.sh (macOS compat, /tmp dir and overwrite) (#809)

    - detect if run on MacOS, so we download h2spec macos build in that case
    - support overwriting h2spec detection so we anyway download new file,
      useful in case you switch to new version for example
    - move h2spec, archive and log all to /tmp dir as to not polute
      the repo dir
    GlenDC authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    848885b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    87c9be0 View commit details
    Browse the repository at this point in the history
  2. fix: HEADERS frame with non-zero content-length and END_STREAM is mal…

    …formed (#813)
    
    Before this change, content-length underflow is only checked when
    receiving date frames. The underflow error was never triggered if
    data frames are never received.
    
    This change adds similar check for headers frames.
    eaufavor authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    640db36 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. fix: notify_recv after send_reset() in reset_on_recv_stream_err() to …

    …ensure local stream is released properly (#816) (#818)
    
    Similar to what have been done in fn send_reset<B>(), we should notify RecvStream that is parked after send_reset().
    
    Co-authored-by: Jiahao Liang <gzliangjiahao@gmail.com>
    seanmonstar and jiahaoliang authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3ac6016 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. v0.4.7

    seanmonstar committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    cffea95 View commit details
    Browse the repository at this point in the history
Loading