Commit graph

5 commits

Author SHA1 Message Date
Mathieu Trossevin bf2091bb63
Move LISTEN_FD support to a feature 2023-12-08 12:54:41 +01:00
Mathieu Trossevin 7e8f706a1d
Add possibility to receive without duplicating the fds
This is unsafe for roughly the same reasons as `OwnedFd::from_raw_fd`.

Technically the duplication is also unsafe as it is theorically possible
that the fd will be closed before being taken but fcntl should error out
in this case so we can safely ignore that.
2023-12-08 10:11:38 +01:00
Mathieu Trossevin 34f2da2d9b Documentation 2023-12-07 21:39:33 +01:00
Mathieu Trossevin a0728e086f chore(fmt) 2023-12-07 21:13:06 +01:00
Mathieu Trossevin d670bad1e9
Initial commit 2023-12-07 18:02:35 +01:00