]> git.proxmox.com Git - proxmox-backup.git/history - src/server/worker_task.rs
clippy: is_some/none/ok/err/empty
[proxmox-backup.git] / src / server / worker_task.rs
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-20 Fabian Grünbichlerclippy: use strip_prefix instead of manual stripping
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary closures
2020-12-29 Dietmar Maurercleanup: disable debug message when we detect a stopped...
2020-11-30 Wolfgang Bumillertiny clippy hint
2020-11-30 Wolfgang Bumillerminor cleanup
2020-11-04 Thomas Lamprechtworker task: fix passing upid to send command
2020-11-03 Dominik Csapakserver/worker_task: add tasktype to return the api...
2020-11-02 Thomas Lamprechtserver: use generalized commando socket for worker...
2020-11-02 Thomas Lamprechtpull out /run and /var/log directory constants to buildcfg
2020-10-31 Thomas Lamprechtworker task: drop debug prints
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-29 Dominik Csapakserver/worker_task: simplify task log writing
2020-10-29 Thomas Lamprechtworker task: remove debug print, faster modulo
2020-10-20 Thomas Lamprechtlog rotate: move basic rotation logic into module for...
2020-10-19 Thomas Lamprechtcode/fmt cleanups
2020-10-19 Thomas Lamprechtfixup worker task: add time prefix again
2020-10-16 Thomas Lamprechttools: file logger: use option struct to control behavior
2020-10-12 Wolfgang Bumillerintroduce TaskState trait
2020-10-05 Dominik Csapaktask archive rotation: better handle non-existing archive
2020-09-30 Dominik Csapaktasks: improve behaviour on upgrade
2020-09-30 Dominik Csapakserver/worker_task: fix panic on slice range when index...
2020-09-29 Dominik Csapakproxmox-backup-proxy: add task archive rotation
2020-09-29 Dominik Csapakserver/worker_task: remove unecessary read_task_list
2020-09-29 Dominik Csapakserver/worker_task: add TaskListInfoIterator
2020-09-29 Dominik Csapakserver/worker_task: write older tasks into archive...
2020-09-29 Dominik Csapakserver/worker_task: split task list file into two
2020-09-29 Dominik Csapakserver/worker_task: refactor locking of the task list
2020-09-28 Dietmar Maurerdepend on proxmox 0.4.2
2020-09-28 Dominik Csapakserver/worker_task: factor out task list rendering
2020-09-21 Dominik Csapakfix #3017: check array boundaries before using
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-08 Dominik Csapakserver/worker_task: fix upid_read_status
2020-09-04 Dietmar Maurerserver/worker_task: fix 'unknown' status for some big...
2020-08-14 Dominik Csapakcleanup: merge endtime into TaskState
2020-08-13 Dominik Csapakserver/worker_task: let upid_read_status also return...
2020-08-13 Dominik Csapakserver: change status of a task from a string to an...
2020-08-12 Dietmar Maurerworker_task: new_thread() - remove unused tokio channel
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-04 Wolfgang Bumillerremove timer and lock functions, fix building with...
2020-08-03 Dominik Csapakworker_task: add getter for upid
2020-08-03 Dominik Csapakworker_task: refactor log text generator
2020-07-09 Dominik Csapakfix cross process task listing
2020-06-26 Dominik CsapakWorkerTask: add warnings and count them
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-29 Dietmar Maurersrc/server/worker_task.rs: make worker_is_active_local pub
2020-05-28 Dominik Csapakfix inserting of worker tasks
2020-05-07 Dietmar Maurersrc/server/worker_task.rs: implement and use status...
2020-05-05 Dietmar Maurergarbage_collect: call fail_on_abort to abort GV when...
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2020-01-16 Wolfgang Bumillerbump proxmox crate version
2020-01-16 Wolfgang Bumillerfix use of deprecated items
2020-01-16 Wolfgang Bumillerimport ordering cleanup
2019-12-19 Dietmar Maurerremove tools::getpwnam_ugid, impl. crate::backup::backu...
2019-12-19 Dietmar Maurersrc/server/worker_task.rs: set worker thread name
2019-12-18 Wolfgang Bumillerreplace file_set_contents with replace_file
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-09-11 Wolfgang Bumillersome clippy fixups
2019-09-02 Wolfgang Bumillersrc/server/worker_task.rs: switch to async
2019-08-21 Wolfgang Bumiller/var/run -> /run
2019-08-21 Wolfgang Bumillerswitch from create_dir_chown to create_path
2019-08-03 Dietmar Maurerremove src/tools/procfs.rs, use proxmox::sys::linux...
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
2019-06-25 Dietmar Maurersrc/api2/admin/datastore.rs: use a worker log log prune...
2019-04-15 Dietmar Maurersrc/server/worker_task.rs: implement abort channel
2019-04-15 Dietmar Maurersrc/server/worker_task.rs_ do not write ERROR: prefix...
2019-04-15 Dietmar Maurersrc/server/worker_task.rs: move common code into log_result
2019-04-11 Dietmar Maurersrc/server/worker_task.rs: change task list sort order...
2019-04-11 Dietmar Maurersrc/server/worker_task.rs: catch panics in worker threads
2019-04-10 Dietmar Maurersrc/server/worker_task.rs: log message when we call...
2019-04-10 Dietmar Maurersrc/server/worker_task.rs: implement abort_worker ...
2019-04-10 Dietmar Maurersrc/server/worker_task.rs: use abstract socket
2019-04-09 Dietmar Maurersrc/server/worker_task.rs: speedup upid_read_status()
2019-04-09 Dietmar Maurersrc/server/worker_task.rs: implement task control socket
2019-04-08 Dietmar Maurersrc/server/upid.rs: moved code into separate file
2019-04-08 Dietmar Maurerimplement server state/signal handling, depend on tokio...
2019-04-07 Dietmar Maurersrc/server/worker_task.rs: implement is_active()
2019-04-07 Dietmar Maurersrc/server/worker_task.rs: make log_path a method on...
2019-04-06 Dietmar Maurersrc/server/worker_task.rs: carefully handle file permis...
2019-04-06 Dietmar Maurersrc/server/worker_task.rs: return upid_str
2019-04-06 Dietmar Maurersrc/server/worker_task.rs: implement read_task_list()
2019-04-06 Dietmar Maurersrc/server/worker_task.rs: improve UPID format description
2019-04-06 Dietmar Maurersrc/server.rs: improve crate layout
2019-04-05 Dietmar Maurersrc/server/worker_task.rs: implement persistent task...
2019-04-04 Dietmar Maurerserver/worker_task.rs: implement UPID parser
2019-04-04 Dietmar Maurersrc/server/worker_task.rs: implement task registry