]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/proxmox-backup-proxy.rs
src/bin/proxmox-backup-proxy.rs: gather datastore usage stats
[proxmox-backup.git] / src / bin / proxmox-backup-proxy.rs
2020-05-25 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: gather datastore usage...
2020-05-25 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: gather iowait stats
2020-05-25 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: gather loadavg stats
2020-05-25 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: gather root disk stats
2020-05-25 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: gather swap usage...
2020-05-25 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: use block_in_place...
2020-05-24 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: gather netin/netout...
2020-05-24 Dietmar Maurersrc/rrd/rrd.rs: restructure whole code
2020-05-23 Dietmar Maurerrrd: pack multiple rrd values into th estat list
2020-05-23 Dietmar Maurerstart gathering stats using new rrd module
2020-05-22 Dietmar Maurersrc/client/pull.rs: split out pull related code
2020-05-22 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: schedule sync jobs
2020-05-20 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: schedule prune jobs
2020-05-20 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: add simple task schedu...
2020-04-29 Dominik Csapakchange index to templates using handlebars
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2020-01-20 Wolfgang Bumillerintroduce new runtime tokio helpers
2019-12-30 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: remove unused use...
2019-12-27 Dietmar Maurersrc/bin/proxmox-backup-api.rs: create cert here
2019-12-27 Wolfgang Bumillerproxy/api: await running workers before shutdown
2019-12-27 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: create self signed...
2019-12-17 Thomas Lamprechtui: add "Documentation" button to main view
2019-12-17 Thomas Lamprechtadd CSS file for PBS ExtJS6 basic ui
2019-12-13 Wolfgang Bumillerupdate a chunk of stuff to the hyper release
2019-11-22 Dietmar Maurermove src/api_schema/config.rs -> src/server/config.rs
2019-11-21 Wolfgang Bumillerapi/compat: drop more compat imports from api_schema.rs
2019-11-21 Dietmar Maureruse const api definitions
2019-09-09 Dietmar Maureravoid injecting ENV vars from Makefile
2019-09-02 Wolfgang Bumillerupdate to tokio 0.2.0-alpha.4
2019-09-02 Wolfgang Bumillersrc/bin/proxmox-backup-proxy.rs: switch to async
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
2019-07-02 Dietmar Maureruse hyper/tokio-openssl instead of hyper/tokio-tls
2019-07-02 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: set socket options...
2019-06-05 Christian Ebnersrc/bin/proxmox-backup-proxy.rs: fix typo in pkcs12...
2019-04-26 Wolfgang Bumillerproxy: allow .key/.pem files instead of a pkcs12/.pfx...
2019-04-25 Wolfgang Bumilleruse service Type=notify
2019-04-10 Dietmar Maurerstart hyper server using with_graceful_shutdown()
2019-04-09 Dietmar Maurersrc/server/worker_task.rs: implement task control socket
2019-04-08 Dietmar Maurersrc/tools/daemon.rs: use new ServerState handler
2019-03-19 Wolfgang Bumillerdaemon: simplify daemon creation
2019-03-19 Wolfgang Bumillertools: daemon: rename some structs
2019-03-18 Wolfgang Bumilleradd reload support to proxy
2019-03-18 Wolfgang Bumillerproxy: listener error handling fixup
2019-02-18 Wolfgang Bumillercleanup
2019-02-17 Dietmar Maurerrename src/api to src/api_schema
2019-02-16 Dietmar Maurerfix configuration dir permission
2019-02-11 Dietmar Maurerbin/proxmox-backup-proxy.rs: improve error handling
2019-02-04 Wolfgang Bumillerproxy: use <configdir>/server.pfx for tls
2019-02-04 Wolfgang Bumillerproxy: use TLS via tokio-tls
2019-02-01 Wolfgang Bumillerdon't hardcode /usr/share paths
2019-02-01 Wolfgang Bumillerremove useless command option from daemons
2019-01-29 Dietmar Maurerload auth keys on startup
2019-01-28 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: implement unpriviledge...