]> git.proxmox.com Git - pve-common.git/history - src/PVE/RESTEnvironment.pm
bump version to 8.1.2
[pve-common.git] / src / PVE / RESTEnvironment.pm
2023-04-11 Thomas Lamprechtvarious perl critic fixes
2023-03-27 Dominik Csapakfix #4615: REST environment: improve AnyEvent detectíon...
2023-03-07 Dominik CsapakRESTEnvironment: better SIGCHLD handling in AnyEvent...
2022-05-20 Thomas Lamprechtrest env: cleanup active_worker code style
2022-03-16 Oguz BektasRESTenv: fork worker: fallback to 'root@pam' for task...
2022-03-04 Fabian EbnerREST environment: add static log_warn function
2022-03-04 Fabian EbnerREST environment: allow export of log_warn
2021-06-15 Thomas Lamprechttools, rest env: sort use statements
2021-04-23 Fabian Ebnerallow workers to count warnings and finish tasks in...
2019-04-17 Thomas Lamprechtfixup comments about RESTEnv access types
2019-04-03 Wolfgang Bumilleradd request host to RESTEnvironment
2019-04-03 Wolfgang Bumilleradd u2f challenge accessors to RESTEnvironment
2018-11-20 Thomas Lamprechtfork_worker: readd the kill safety for _exit again
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...