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

Implement safe io #871

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Implement safe io #871

wants to merge 11 commits into from

Commits on Jun 10, 2024

  1. Use safe-io

    For the from_owned_fd it might make sense to implement From or replace
    the unsafe from_fd/take_fd methods.
    A6GibKm committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4bc40e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1f4c68 View commit details
    Browse the repository at this point in the history
  3. Port file_open_tmp to safe-io

    A6GibKm committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1b59edb View commit details
    Browse the repository at this point in the history
  4. unix_fd_list: Port to safe-io

    A6GibKm committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0ece903 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2da19b View commit details
    Browse the repository at this point in the history
  6. unix_fd_add: Port to safe-io

    A6GibKm committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0eaccf9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42a95db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b9e42e View commit details
    Browse the repository at this point in the history
  9. socket: Fix tests

    A6GibKm committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    578ed66 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf6f65d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c82d4c4 View commit details
    Browse the repository at this point in the history