]> git.proxmox.com Git - pve-common.git/history - src/PVE/RESTEnvironment.pm
fix #1956: return controlling terminal to parent
[pve-common.git] / src / PVE / RESTEnvironment.pm
2018-11-20 Stoiko Ivanovfix #1956: return controlling terminal to parent
2018-11-20 Stoiko Ivanovfork_worker: refactor child exit
2018-09-20 Thomas Lamprechtfix some erro mesage and comment typos
2018-06-29 Thomas Lamprechttrivial: fixup: no double semicolons
2018-06-29 Thomas Lamprechtfoolowup: improve/add comments and spacing
2018-06-29 Stoiko Ivanovfix #1819: fork_worker: ensure sync'ed workers control...
2018-05-18 Wolfgang Bumillerfix #1766: compare task starttime numerically
2018-01-10 Wolfgang Bumillerfork_worker: guard more setup code with eval
2018-01-10 Wolfgang Bumillerfork_worker: use correct handle type for POSIX::write
2017-12-18 Thomas Lamprechtfork_worker: factor out synced worker output mirroring
2017-12-18 Thomas Lamprechtfork_worker: use separate pipe for status messages
2017-12-18 Thomas Lamprechtfork_worker: refactor passing $upid to parent for sync
2017-08-18 Thomas Lamprechtrestenv: catch broadcast_tasklist errors gracefully
2017-08-18 Thomas Lamprechtrestenv: remove unused variable 'ctime'
2017-08-18 Thomas Lamprechtrestenv: remove unnecessary if
2017-04-29 Dietmar MaurerPVE::RESTEnvironment::get_user - add $noerr parameter
2017-02-24 Dietmar MaurerRESTEnvironment->init_request: reset result_attributes
2017-01-27 Wolfgang BumillerRESTEnvironment: let check_worker take a $self
2017-01-18 Dietmar MaurerPVE::RESTEnvironment: new base class for PVE::RPCEnviro...