Skip to content
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 11 commits into from
Aug 5, 2024

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    5892922 View commit details
    Browse the repository at this point in the history
  2. Clean up minor Clippy issues in tests

    They bubbled up when locally using rust-analyzer and Clippy 1.80.
    sirhcel committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c7e3233 View commit details
    Browse the repository at this point in the history
  3. Factor out timeout value computations

    This prepares unit-testing them.
    sirhcel committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2cce249 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ef2022 View commit details
    Browse the repository at this point in the history
  5. Clamp long timeouts for POSIX

    The previous timeout calculation overflowed at a cast and resulted in
    negative timeouts. These in turn resulted in errors from ppoll.
    sirhcel committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ed1af9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f85780 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5f1703 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    967916f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b622588 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    00e9da0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e515cc View commit details
    Browse the repository at this point in the history