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

Commits on Aug 19, 2024

  1. server_test: fix error message in TestOversizeCall.

    Fix copy-pasted error message in unit test.
    
    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    84e1784 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. channel: reject oversized messages on the sender side.

    Reject oversized messages on the sender side, keeping the
    receiver side rejection intact. This should provide minimal
    low-level plumbing for clients to attempt application level
    corrective actions on the requestor side, if the high-level
    protocol is designed with this in mind.
    
    Co-authored-by: Alessio Cantillo <cantillo.trd@gmail.com>
    Co-authored-by: Qian Zhang <cosmoer@qq.com>
    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    3 people committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    de273bf View commit details
    Browse the repository at this point in the history
  2. channel_test: update oversize message test.

    Co-authored-by: Alessio Cantillo <cantillo.trd@gmail.com>
    Co-authored-by: Qian Zhang <cosmoer@qq.com>
    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    3 people committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d8c00df View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. channel: allow discovery of overflown message size.

    Use a dedicated, grpc Status-compatible error to wrap the
    unique grpc status code, the size of the rejected message
    and the maximum allowed size when a message is rejected
    due to size limitations by the sending side.
    
    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b5cd6e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request #171 from klihub/devel/sender-side-oversize-rejection

    channel: reject oversized messages on the sender side(, too).
    dmcgowan authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bcc40a4 View commit details
    Browse the repository at this point in the history
Loading