-
Notifications
You must be signed in to change notification settings - Fork 83
Comparing changes
Open a pull request
base repository: containerd/ttrpc
base: 6556229
head repository: containerd/ttrpc
compare: 3b8c8b7
- 11 commits
- 7 files changed
- 7 contributors
Commits on Aug 19, 2024
-
server_test: fix error message in TestOversizeCall.
Fix copy-pasted error message in unit test. Signed-off-by: Krisztian Litkey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84e1784 - Browse repository at this point
Copy the full SHA 84e1784View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f02183 - Browse repository at this point
Copy the full SHA 3f02183View commit details
Commits on Aug 21, 2024
-
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 <[email protected]> Co-authored-by: Qian Zhang <[email protected]> Signed-off-by: Krisztian Litkey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de273bf - Browse repository at this point
Copy the full SHA de273bfView commit details -
channel_test: update oversize message test.
Co-authored-by: Alessio Cantillo <[email protected]> Co-authored-by: Qian Zhang <[email protected]> Signed-off-by: Krisztian Litkey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8c00df - Browse repository at this point
Copy the full SHA d8c00dfView commit details
Commits on Aug 27, 2024
-
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5cd6e4 - Browse repository at this point
Copy the full SHA b5cd6e4View commit details
Commits on Sep 16, 2024
-
server_test: add Serve()/Shutdown() race test.
Signed-off-by: Krisztian Litkey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed6c3ba - Browse repository at this point
Copy the full SHA ed6c3baView commit details -
server: fix Serve() vs. immediate Shutdown() race.
Fix a race where an asynchronous server.Serve() invoked in a a goroutine races with an almost immediate server.Shutdown(). If Shutdown() finishes its locked closing of listeners before Serve() gets around to add the new one, Serve will sit stuck forever in l.Accept(), unless the caller closes the listener in addition to Shutdown(). This is probably almost impossible to trigger in real life, but some of the unit tests, which run the server and client in the same process, occasionally do trigger this. Then, if the test tries to verify a final ErrServerClosed error from Serve() after Shutdown() it gets stuck forever. Signed-off-by: Krisztian Litkey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4d96d5 - Browse repository at this point
Copy the full SHA c4d96d5View commit details
Commits on Sep 26, 2024
-
Merge pull request #171 from klihub/devel/sender-side-oversize-rejection
channel: reject oversized messages on the sender side(, too).
Configuration menu - View commit details
-
Copy full SHA for bcc40a4 - Browse repository at this point
Copy the full SHA bcc40a4View commit details
Commits on Oct 29, 2024
-
Merge pull request #175 from klihub/fixes/serve-listen-shutdown-race
server: fix a Serve() vs. (immediate) Shutdown() race
Configuration menu - View commit details
-
Copy full SHA for b71d9de - Browse repository at this point
Copy the full SHA b71d9deView commit details
Commits on Dec 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 430f734 - Browse repository at this point
Copy the full SHA 430f734View commit details
Commits on Dec 28, 2024
-
Merge pull request #177 from djdongjin/metadata-clone
Add MD.Clone function
Configuration menu - View commit details
-
Copy full SHA for 3b8c8b7 - Browse repository at this point
Copy the full SHA 3b8c8b7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6556229...3b8c8b7