]> git.proxmox.com Git - pve-lxc-syscalld.git/history - src/main.rs
update to tokio 1.0
[pve-lxc-syscalld.git] / src / main.rs
2021-02-17 Fabian Grünbichlerupdate to tokio 1.0
2020-04-17 Wolfgang Bumillerreplace failure with anyhow
2020-01-30 Wolfgang Bumillerfix '--' parameter handling and help error output
2020-01-22 Wolfgang Bumillerformatting fixup
2020-01-22 Wolfgang Bumillerfinish service file
2020-01-22 Wolfgang Bumillerparameter handling:
2020-01-21 Wolfgang Bumillerswitch back to tokio now that it's stable and packaged
2019-10-31 Wolfgang Bumillermove iovec to io submodule
2019-10-31 Wolfgang Bumillermove epoll module to io submodule
2019-10-31 Wolfgang Bumillerswitch it all over to epoll
2019-10-30 Wolfgang Bumillerseq_packet, iovec
2019-10-30 Wolfgang Bumillerpipe implementation
2019-10-30 Wolfgang Bumillerstuff
2019-10-30 Wolfgang Bumillerreactor stuff
2019-10-29 Wolfgang Bumillerfoo
2019-10-29 Wolfgang Bumillerworking on epoll
2019-10-25 Wolfgang Bumillercustom executor
2019-10-24 Wolfgang Bumillerstarted working on a replacement executor
2019-10-24 Wolfgang Bumilleruse the futures-executor crate directly
2019-10-21 Wolfgang Bumillerrefactor 'pidfd.rs' into a process module
2019-10-17 Wolfgang Bumillerswitch to io_uring
2019-09-05 Wolfgang Bumillerremove async_await feature gate
2019-09-03 Wolfgang Bumillerclippy
2019-07-15 Wolfgang Bumillerset SECBIT_KEEP_CAPS
2019-07-13 Wolfgang Bumilleruse tokio::main macro
2019-07-12 Wolfgang Bumillersome quotactl preparation
2019-07-11 Wolfgang Bumillerapparmor support
2019-07-09 Wolfgang Bumillerworking on receiving data for the syscalls
2019-07-09 Wolfgang Bumillerreceive fds in the proxy message buffer
2019-07-08 Wolfgang BumillerWhole bunch of async code and preparation to fork.
2019-07-07 Wolfgang Bumilleruse Arc<> for clients
2019-07-07 Wolfgang Bumillerlet SeqPacketSocket methods take immutable self
2019-07-07 Wolfgang Bumillerswitch to vectored I/O
2019-07-05 Wolfgang Bumillerformatting fixup
2019-07-05 Wolfgang Bumillerimport