Lucy
|
a4a791ed33
|
🚧 Move process management to launch-pad
|
2022-09-19 13:48:48 -04:00 |
|
Ian Douglas Scott
|
46047f4a58
|
Use OwnedFd, now that it's stable
|
2022-08-12 09:18:58 -07:00 |
|
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 |
|