]> git.proxmox.com Git - proxmox-backup.git/history - src/tools/daemon.rs
tokio 1.0: delay -> sleep
[proxmox-backup.git] / src / tools / daemon.rs
2021-01-14 Fabian Grünbichlertokio 1.0: delay -> sleep
2020-12-18 Dominik Csapaktools/daemon: improve reload behaviour
2020-11-11 Thomas Lamprechtdaemon: rename method, endless loop, bail on exec error
2020-11-11 Dominik Csapakdaemon: add hack for sd_notify
2020-11-05 Dominik Csapaktools/daemon: fix reload with open connections
2020-10-19 Fabian Grünbichlerbuild: bump nix dependency
2020-06-22 Dietmar Maurersrc/tools/daemon.rs: reopen STDOUT/STDERR journald...
2020-06-22 Wolfgang Bumillertools::daemon: sync with child after MainPid message
2020-06-22 Wolfgang Bumillertools::daemon: fetch exe name in the beginning
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