Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Releases: PatchMixolydic/pidfd_getfd

pidfd_getfd 0.2.1

14 Aug 16:03
Compare
Choose a tag to compare
pidfd_getfd 0.2.1 Pre-release
Pre-release

Misc. changes

  • Fix the get_file_from_pidfd example in the readme.
  • Add a test for get_file_from_pidfd.

pidfd_getfd 0.2.0

14 Aug 16:02
Compare
Choose a tag to compare
pidfd_getfd 0.2.0 Pre-release
Pre-release

Additions

  • Added the nightly feature, which implements PidFdExt for std's PidFd.

Breaking changes

  • Renamed PidFdExt::get_fd to PidFdExt::get_file to better reflect its purpose.
  • Renamed GetfdFlags to GetFdFlags.

Misc. changes

  • This crate should now display a more helpful error message when compiling on unsupported platforms (not Linux).
  • Improved documentation and added more examples to the readme.
  • Added compile-pass tests.

pidfd_getfd 0.1.0

06 Aug 01:59
Compare
Choose a tag to compare
pidfd_getfd 0.1.0 Pre-release
Pre-release

Initial release