-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clamp long timeouts (like Duration::MAX) #208
Merged
Merged
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5892922 - Browse repository at this point
Copy the full SHA 5892922View commit details -
Clean up minor Clippy issues in tests
They bubbled up when locally using rust-analyzer and Clippy 1.80.
Configuration menu - View commit details
-
Copy full SHA for c7e3233 - Browse repository at this point
Copy the full SHA c7e3233View commit details -
Factor out timeout value computations
This prepares unit-testing them.
Configuration menu - View commit details
-
Copy full SHA for 2cce249 - Browse repository at this point
Copy the full SHA 2cce249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef2022 - Browse repository at this point
Copy the full SHA 1ef2022View commit details -
The previous timeout calculation overflowed at a cast and resulted in negative timeouts. These in turn resulted in errors from ppoll.
Configuration menu - View commit details
-
Copy full SHA for ed1af9e - Browse repository at this point
Copy the full SHA ed1af9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f85780 - Browse repository at this point
Copy the full SHA 2f85780View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f1703 - Browse repository at this point
Copy the full SHA f5f1703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 967916f - Browse repository at this point
Copy the full SHA 967916fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b622588 - Browse repository at this point
Copy the full SHA b622588View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00e9da0 - Browse repository at this point
Copy the full SHA 00e9da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e515cc - Browse repository at this point
Copy the full SHA 5e515ccView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.