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: moby/spdystream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: moby/spdystream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 9 commits
  • 3 files changed
  • 3 contributors

Commits on Jun 27, 2024

  1. remove empty go.sum

    This module no longer has any dependencies, hence won't produce a go.sum.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cb11f46 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge pull request #100 from thaJeztah/remove_gosum

    remove empty go.sum
    dmcgowan authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7ebd9df View commit details
    Browse the repository at this point in the history
  2. Avoid leaking timeout timer channels

    Signed-off-by: Jordan Liggitt <[email protected]>
    liggitt committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ad82e28 View commit details
    Browse the repository at this point in the history
  3. Shorten timeout for unhandled error to 1 second

    Signed-off-by: Jordan Liggitt <[email protected]>
    liggitt committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3f1023d View commit details
    Browse the repository at this point in the history
  4. gha: update to actions/checkout@v4

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e973431 View commit details
    Browse the repository at this point in the history
  5. gha: update to actions/setup-go@v5

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fe02cdd View commit details
    Browse the repository at this point in the history
  6. gha: test against go1.13 (oldest), go1.21 and go1.22

    Keeping the oldest version in the matrix, as that's defined
    as minimum in go.mod, but testing against latest and previous.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0aeabbd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #102 from thaJeztah/refresh_gha

    gha: update actions and go versions
    dmcgowan authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    93aa56f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge pull request #101 from liggitt/close-leak

    Avoid leaking goroutines on close
    dmcgowan authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    77eb080 View commit details
    Browse the repository at this point in the history
Loading