]> git.proxmox.com Git - pve-lxc-syscalld.git/history - src/fork.rs
replace custom Fd with std OwnedFd
[pve-lxc-syscalld.git] / src / fork.rs
2022-10-21 Wolfgang Bumillerreplace custom Fd with std OwnedFd
2020-01-29 Wolfgang Bumillerdon't create tokio-reactor-associated pipes before...
2020-01-22 Wolfgang Bumillerdoc
2020-01-21 Wolfgang Bumillerswitch back to tokio now that it's stable and packaged
2019-10-31 Wolfgang Bumillerblocking fixup, and actually recvmsg on recvmsg
2019-10-31 Wolfgang Bumillerswitch it all over to epoll
2019-10-30 Wolfgang Bumillerc_call -> c_result for consistency
2019-10-17 Wolfgang Bumillerswitch to io_uring
2019-10-04 Wolfgang Bumillerwork around a compiler bug
2019-10-02 Wolfgang Bumillerbump from git to alpha versions
2019-09-03 Wolfgang Bumillerrustfmt
2019-07-15 Wolfgang Bumillercleanup
2019-07-09 Wolfgang BumillerWIP
2019-07-09 Wolfgang BumillerSome CStr related changes
2019-07-09 Wolfgang Bumillerworking on forking
2019-07-09 Wolfgang Bumillerworking on receiving data for the syscalls
2019-07-08 Wolfgang BumillerWhole bunch of async code and preparation to fork.