Commit graph

5 commits

Author SHA1 Message Date
Ian Douglas Scott
cefd13692b
Don't leak fds, and don't unset cloexec except/until needed (#3)
This may still leak fds in some error cases. That can be solved by using
`OwnedFd` when the next Rust stable releases.
2022-07-20 11:05:01 -04:00
Lucy
a67a677a1a
📦 ♻️ Refactor a bunch of stuff; debian packaging 2022-07-07 16:45:17 -04:00
Lucy
c84857ae9b
🔒️ Move away from std::env::set_var, which is unsound 2022-06-24 14:46:14 -04:00
Lucy
bf77beb91e
♻️ Use a channel rather than a closure for ProcessHandler 2022-06-23 10:43:58 -04:00
Lucy
affb81a7a0
🚧 Add process handling framework 2022-06-22 14:09:59 -04:00