]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/proxmox-backup-proxy.rs
api proxy: remove old verification scheduling
[proxmox-backup.git] / src / bin / proxmox-backup-proxy.rs
2020-10-21 Hannes Laimerapi proxy: remove old verification scheduling
2020-10-21 Hannes Laimerproxy: add scheduling for verification jobs
2020-10-19 Thomas Lamprechtcode/fmt cleanups
2020-10-19 Dietmar Maurerset reasonable TCP keepalive timeout
2020-10-16 Thomas Lamprechtserver/rest: implement request access log
2020-10-14 Dietmar Maureruse SslAcceptor::mozilla_intermediate_v5
2020-10-12 Wolfgang Bumillerdon't require WorkerTask in backup/
2020-09-29 Dominik Csapakproxmox-backup-proxy: add task archive rotation
2020-09-24 Dominik Csapakuse jobstate mechanism for verify/garbage_collection...
2020-09-24 Dominik Csapakproxy: fix error handling in prune scheduling
2020-09-19 Dominik Csapakdatastore/prune schedules: use JobState for tracking...
2020-09-18 Hannes Laimeradd verification scheduling to proxmox-backup-proxy
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-10 Dominik Csapakfix #2983: improve tcp performance
2020-09-08 Thomas Lamprechtui: add translation support
2020-09-04 Dominik Csapaktools/systemd/time: convert the resulting timestamp...
2020-08-26 Thomas Lamprechtbin/backup-proxy: assert that daemon runs as backup...
2020-08-26 Thomas Lamprechtbin/backup-proxy: remove outdated perl comments
2020-08-26 Thomas Lamprechtbin/backup-proxy: return error directly in main
2020-08-14 Dominik Csapakconfig/jobstate: replace Job:load with create_state_file
2020-08-14 Dominik Csapakcleanup: replace id from do_sync_job with info from job
2020-08-13 Dominik Csapaksyncjob: use do_sync_job also for scheduled sync jobs
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-07-30 Stefan Reiterdatastore: prevent deletion of snaps in use as "previou...
2020-07-23 Dominik Csapakserver/rest: add console to index
2020-07-23 Dominik Csapakserver/config: add mechanism to update template
2020-06-15 Dietmar Maurersrc/tools.rs: add setup_safe_path_env()
2020-06-10 Dominik Csapakrefactor time functions to tools
2020-06-09 Dominik Csapaklet disk_usage return StorageStatus and use it for...
2020-06-04 Thomas Lamprechtrrd: fix off-by-one in save interval calculation
2020-06-04 Dietmar Maurersrc/tools/disks.rs: add/use get_partition_type_info
2020-05-30 Dietmar Maureravoid compiler warnings
2020-05-29 Dominik Csapaksyncjob: change worker type for sync jobs
2020-05-29 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: cleanup, move code...
2020-05-29 Dietmar Maurerrrd: reduce io by saving data only once a minute
2020-05-29 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: add test if last prune...
2020-05-29 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: test if last sync...
2020-05-29 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: use correct id to...
2020-05-28 Dietmar Maurerrrd stats: improve io delay stats
2020-05-28 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: simplify code
2020-05-28 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: gather zpool io stats
2020-05-28 Dominik Csapakuse the sync id for the scheduled sync worker task
2020-05-26 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: gather block device...
2020-05-25 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: simplify code
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...