]> git.proxmox.com Git - proxmox-backup.git/history - src/tools/daemon.rs
switch from failure to anyhow
[proxmox-backup.git] / src / tools / daemon.rs
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2019-12-19 Dietmar Maurerupdate to nix 0.16
2019-12-13 Wolfgang Bumillerupdate a chunk of stuff to the hyper release
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-09-02 Wolfgang Bumillerupdate to tokio 0.2.0-alpha.4
2019-09-02 Wolfgang Bumillersrc/tools/daemon.rs: switch to async
2019-07-01 Wolfgang Bumillerdaemon: remove last use of tools::read/write
2019-04-25 Wolfgang Bumilleruse double-fork for reload
2019-04-25 Wolfgang Bumilleruse service Type=notify
2019-04-25 Wolfgang Bumillertools/daemon: add sd_notify wrapper
2019-04-10 Wolfgang Bumillertools/daemon: dup the TcpListener file descriptor
2019-04-10 Dietmar Maurerstart hyper server using with_graceful_shutdown()
2019-04-08 Dietmar Maurersrc/tools/daemon.rs: use new ServerState handler
2019-04-01 Dietmar Maureradd global var to indicate server shutdown requests
2019-03-19 Wolfgang Bumillerdaemon: simplify daemon creation
2019-03-19 Wolfgang Bumillertools: daemon: rename some structs
2019-03-18 Wolfgang Bumillertools: implement ReexecContinue for tokio's TcpListener
2019-03-18 Wolfgang Bumillertools: daemon: add a default signalfd helper
2019-03-18 Wolfgang Bumillertools: add daemon helpers