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: containerd/ttrpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: containerd/ttrpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 8 commits
  • 6 files changed
  • 5 contributors

Commits on Mar 8, 2023

  1. Update GitHub actions CI workflow

    Update GitHub Actions runner OS from Ubuntu 18.04 to Ubuntu 22.04.
    Update actions/setup-go from v2 to v3. Update Go compiler from Go 1.17
    to Go 1.20. Update golangci-lint from v1.45.0 to v1.51.2 for Go 1.20
    support. Remove deprecated `-i` flag from make coverage target.
    
    Signed-off-by: Austin Vazquez <macedonv@amazon.com>
    austinvazquez committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c7b5a32 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Merge pull request #124 from austinvazquez/update-github-actions-work…

    …flow
    
    Update GitHub actions CI workflow
    estesp authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    98b5f64 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Unwrap io errors in server connection receive error handling

    Unwrap io.EOF and io.ErrUnexpectedEOF in the case of read message error
    which would lead to leaked server connections.
    
    Signed-off-by: Austin Vazquez <macedonv@amazon.com>
    austinvazquez committed May 2, 2023
    Configuration menu
    Copy the full SHA
    9599fad View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Add recvClose channel to stream

    Prevent panic from closing recv channel, which may be written to after
    close. Use a separate channel to signal recv has closed and check that
    channel on read and write.
    
    Signed-off-by: Derek McGowan <derek@mcg.dev>
    dmcgowan committed May 8, 2023
    Configuration menu
    Copy the full SHA
    471297e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #141 from austinvazquez/fix-error-check-in-server

    Unwrap IO errors in server connection error handling
    dmcgowan authored May 8, 2023
    Configuration menu
    Copy the full SHA
    bba25ef View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Merge pull request #140 from dmcgowan/add-recvclose-channel

    Add recvClose channel to stream
    fuweid authored May 9, 2023
    Configuration menu
    Copy the full SHA
    0ca69a9 View commit details
    Browse the repository at this point in the history
  2. First process the pending messages in recv channel

    Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
    Iceber committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c51165f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #144 from Iceber/stream_recv_channel

    First process the pending messages in recv channel
    fuweid authored May 9, 2023
    Configuration menu
    Copy the full SHA
    ac26f8c View commit details
    Browse the repository at this point in the history
Loading