]> git.proxmox.com Git - pve-common.git/history - data/PVE/Daemon.pm
Daemon: implement new option leave_children_open_on_reload
[pve-common.git] / data / PVE / Daemon.pm
2015-01-01 Dietmar MaurerDaemon: implement new option leave_children_open_on_reload
2015-01-01 Dietmar MaurerDaemon: correctly set got_hup_signal flag (before we...
2015-01-01 Dietmar MaurerDaemon: raise error if we cannot parse lockfd
2014-12-31 Dietmar MaurerDaemon: remove useless parameter
2014-12-31 Dietmar MaurerDaemon: untaint value read from ENV
2014-12-31 Dietmar MaurerDaemon: log error and exit if something fails inside...
2014-12-31 Dietmar MaurerDaemon: do not wait for lock on restart
2014-12-31 Dietmar MaurerDaemon: cleanup logging
2014-12-31 Dietmar MaurerDaemon: keep lock file open during restart
2014-12-31 Dietmar MaurerDaemon: move ENV manipulation into new()
2014-12-31 Dietmar Maurerafter_fork_cleanup: move code into separate sub
2014-12-31 Dietmar MaurerDaemon: try harder (up to 5 times) to get lock
2014-12-31 Dietmar MaurerDaemon: implement pre-fork server (max_wrokers property)
2014-12-20 Dietmar Maurerimprove doc
2014-12-18 Dietmar Maurerimplement new Daemon features
2014-12-18 Dietmar MaurerDaemon: call setsid at startup
2014-12-17 Dietmar Maureradd abstract class to implement daemons