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

File descriptor safety #116

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 14, 2023

  1. feat: Procedural overhaul

    Signed-off-by: Jonathan Woollett-Light <[email protected]>
    Jonathan Woollett-Light committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f199fa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. feat: Return values

    Allowing a return value for the event closures. 
    This allows for proper error propagation.
    
    Signed-off-by: Jonathan Woollett-Light <[email protected]>
    Jonathan Woollett-Light committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    de9e1f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. feat: File descriptor safety

    Replaces `RawFd` with `OwnedFd`s to ensure file descriptors are
    handled safely.
    
    Signed-off-by: Jonathan Woollett-Light <[email protected]>
    Jonathan Woollett-Light committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0f91976 View commit details
    Browse the repository at this point in the history