]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/proxmox-backup-proxy.rs
refactor send_command
[proxmox-backup.git] / src / bin / proxmox-backup-proxy.rs
2021-05-11 Wolfgang Bumillerrefactor send_command
2021-05-11 Wolfgang Bumillerproxy: implement 'reload-certificate' command
2021-05-11 Wolfgang Bumillerproxy: factor out tls acceptor creation
2021-05-11 Wolfgang Bumillerproxy: Arc usage cleanup
2021-05-11 Wolfgang Bumillerproxy: "continue on error" for the accept call, too
2021-05-11 Wolfgang Bumillerproxy: factor out accept_connection
2021-05-03 Thomas Lamprechttape backup job: fix typo in error message
2021-04-12 Dominik Csapakfix gathering io stats for zpools
2021-04-12 Thomas Lamprechtenable tape backup by default
2021-04-08 Stefan Reiterserver/rest: add ApiAuth trait to make user auth generic
2021-03-03 Dietmar Maurerui: enable experimental tape UI if tape.cfg exists
2021-02-25 Dietmar Maurertape: cleanup TapeJob implementation - uses AllOf Schem...
2021-02-15 Dietmar Maurerproxmox-backup-proxy: schedule tape backup jobs
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: misc. fixes
2021-01-20 Fabian Grünbichlerclippy: use unwrap_or_default
2021-01-20 Fabian Grünbichlerclippy: avoid useless format!
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-14 Fabian Grünbichlercleanup: remove unnecessary 'mut' and '.clone()'
2021-01-14 Fabian Grünbichlertokio 1.0: update to new tokio-openssl interface
2021-01-14 Fabian Grünbichlertokio 1.0: use ReceiverStream from tokio-stream
2021-01-14 Fabian Grünbichlertokio 1.0: delay -> sleep
2021-01-11 Wolfgang Bumillerproxy: expose qrcodejs
2020-11-11 Dominik Csapakdaemon: add hack for sd_notify
2020-11-09 Thomas Lamprechtproxy: fix log message for auth log rotation
2020-11-06 Dominik Csapakproxmox-backup-proxy: remove unnecessary alias
2020-11-06 Dietmar Maurerget rid of backup@pam
2020-11-04 Thomas Lamprechtproxy: also rotate auth.log file
2020-11-04 Thomas Lamprechtproxy: logrotate: do not serialize sending async log...
2020-11-04 Dietmar Maurerproxy: log if there are too many open connections
2020-11-04 Dietmar Maurerproxy: use env PROXMOX_DEBUG to enable/disable debug...
2020-11-04 Dietmar Maurercleanup: use Arc to count open connections
2020-11-04 Dietmar Maurerfix #3106: correctly queue incoming connections
2020-11-02 Thomas Lamprechtproxy: drop now unused UPID import
2020-11-02 Dominik Csapakproxmox-backup-proxy: use only jobstate for garbage_col...
2020-11-02 Dominik Csapakserver/gc_job: add 'to_stdout'
2020-11-02 Thomas Lamprechtlog rotate task: make task archive limits be binary...
2020-11-02 Thomas Lamprechtlog rotate task: adapt internal jobstate ID, set worker...
2020-11-02 Thomas Lamprechtserver: implement access log rotation with re-open...
2020-11-02 Thomas Lamprechtserver: write main daemon PID to run directory
2020-11-02 Thomas Lamprechtserver: use generalized commando socket for worker...
2020-10-30 Fabian Grünbichlerproxy: fix warnings
2020-10-30 Dietmar Maurerproxy: split out code to run garbage collection job
2020-10-30 Dietmar Maurercheck_schedule cleanup: use &str instead of String
2020-10-30 Hannes Laimerproxy: extract commonly used logic for scheduling into...
2020-10-30 Hannes Laimerproxy: move prune logic into new file
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-29 Dietmar Maurerschedule_datastore_sync_jobs: remove unneccessary clone()
2020-10-28 Dietmar Maurerfix compile warning
2020-10-28 Dietmar Maurersend notification mails for GC and verify jobs
2020-10-28 Dietmar Maurermove jobstate to server
2020-10-22 Dietmar Maurerupid: use systemd escape to decode/encode the worker_id
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
next