]> git.proxmox.com Git - proxmox-backup.git/history - src/bin
Set MMAP_THRESHOLD to a fixed value (128K)
[proxmox-backup.git] / src / bin /
2022-01-26 Dietmar MaurerSet MMAP_THRESHOLD to a fixed value (128K)
2022-01-14 Fabian Grünbichlerciphers: improve option naming
2022-01-14 Hannes Laimerproxy: use ciphers from config if set
2022-01-11 Dominik Csapakfix #3743: extract zfs dataset io stats from /proc...
2021-12-30 Fabian Grünbichlertree-wide: use is_empty() and similar
2021-12-30 Fabian Grünbichlerview_task_result: remove unnecessary &mut
2021-12-30 Fabian Grünbichlertree-wide: drop redundant clones
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-12-27 Fabian Grünbichlerfix #3763: disable renegotiation
2021-12-16 Wolfgang Bumillercleanup schema function calls
2021-12-04 Dietmar Maurerpbs-client: avoid mut self in http_client methods.
2021-12-02 Dominik Csapakadapt compute_next_event to new signature
2021-12-01 Dominik Csapakremove use of deprecated functions from proxmox-time
2021-11-25 Dietmar Maurermove pbs-tools/src/percent_encoding.rs to pbs-api-types...
2021-11-25 Dietmar Maurerremove pbs-tools/src/cli.rs
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-22 Dietmar Maurerproxmox-backup-manager traffic: render data human readable
2021-11-22 Dietmar Maurersync-job: add rate limit
2021-11-21 Dietmar Maurerfix proxmox-backup-manager sync-job list
2021-11-20 Thomas Lamprechtmove HumanByte to pbs-abi-types crate
2021-11-19 Dietmar Maureruse new proxmox-async crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-11-18 Dietmar Maurertraffic-control api: return current traffic with config
2021-11-18 Thomas Lamprechtgroup filter: rename CLI/API/Config "groups" option...
2021-11-18 Dominik Csapakproxmox-tape: add groups filter to backup command
2021-11-18 Dominik Csapakproxmox-tape: add missing 'notify-user' option to backu...
2021-11-18 Fabian Grünbichlermanager: render group filter properly
2021-11-18 Fabian Grünbichlerremote: add backup group scanning
2021-11-18 Fabian Grünbichlerpull: allow pulling groups selectively
2021-11-17 Dietmar Maurerproxmox-systemd: remove crate, use new proxmox-time...
2021-11-14 Dietmar Maurertraffic-controls: add API/CLI to show current traffic
2021-11-13 Dietmar Maurercached_traffic_control: use ShareableRateLimit trait...
2021-11-12 Dietmar Maurercreate /var/lib/proxmox-bnackup at server startup
2021-11-10 Dietmar Maurerproxmox-backup-proxy: implement traffic control
2021-11-10 Dietmar MaurerAdd traffic control configuration config with API
2021-10-22 Dominik Csapakacme: interpret no TOS as accepted
2021-10-19 Dietmar Maurerproxmox-rrd: use syncfs after writing rrd files
2021-10-14 Dietmar Maurercleanup: move rrd cache related code into extra file
2021-10-13 Dietmar Maurerproxmox-rrd: implement new CBOR based format
2021-10-13 Dietmar Maurerproxmox-backup-proxy: use tokio::task::spawn_blocking...
2021-10-13 Dietmar MaurerRRD_CACHE: use a OnceCell instead of lazy_static
2021-10-13 Dietmar Maurerproxmox-rrd: use a journal to reduce amount of bytes...
2021-10-11 Dominik Csapakapi daemons: fix sending log-reopen command
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-10-08 Dominik Csapakproxmox-backup-proxy: clean up old tasks when the task...
2021-10-06 Dietmar Maurermove RRD code into proxmox-rrd crate
2021-10-05 Dietmar Maurerproxmox-rest-server: use new ServerAdapter trait instea...
2021-10-05 Dietmar Maurerproxmox-rest-server: pass owned RestEnvironment to...
2021-10-02 Dominik Csapakrest-server/daemon: use sd_notify_barrier for service...
2021-10-01 Dietmar Maurerproxmox-rest-server: make get_index async
2021-09-30 Dietmar Maurerrename CommandoSocket to CommandSocket
2021-09-30 Dietmar Maurerproxmox-rest-server: improve docs
2021-09-30 Dietmar Maurerproxmox-rest-server: allow to catch SIGINT and SIGHUP...
2021-09-29 Dietmar Maurerproxmox-rest-server: improve logging
2021-09-29 Wolfgang Bumillermake pbs_tools::cert not depend on pbs-buildcfg
2021-09-29 Dietmar Maurerremove wrong calls to systemd_notify
2021-09-29 Dietmar Maurerdaemon: simlify code (make it easier to use)
2021-09-29 Wolfgang Bumillerdrop pbs_tools::auth
2021-09-29 Dominik Csapakrest-server: use hypers AddrIncoming for proxmox-backup-api
2021-09-27 Dietmar Maurermove src/backup/datastore.rs into pbs_datastore crate
2021-09-24 Dietmar Maurerproxmox-backup-manager: avoid proxmox_rest_server:...
2021-09-24 Dietmar Maurercleanup worker task logging
2021-09-24 Dietmar Maurerproxmox-backup-manager: setup worker and command socket
2021-09-24 Dietmar Maurerproxmox-daily-update: setup worker and command socket
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-23 Dietmar Maurerworker task: allow to configure path and owner/group
2021-09-23 Dietmar Maurersrc/server/worker_task.rs: Avoid using pbs-api-type...
2021-09-22 Thomas Lamprechtmove dump-catalog-shell-cli doc-helper to proxmox-backu...
2021-09-21 Thomas Lamprechtdebug: api ls: make path optional and default to "/"
2021-09-21 Dominik Csapakapi: make some workers log on CLI
2021-09-21 Dominik Csapakapi: add missing token list match_all property
2021-09-21 Dominik Csapakproxmox-backup-debug: add 'api' subcommands
2021-09-21 Dominik Csapakmove proxmox-backup-debug back to main crate
2021-09-21 Dietmar Maurerrename pbs-systemd to proxmox-systemd
2021-09-21 Dietmar Maurermove proxmox_restore_daemon code into extra crate
2021-09-21 Dietmar Maurermove src/server/rest.rs to proxmox-rest-server crate
2021-09-21 Dietmar Maurerrest server: cleanup auth-log handling
2021-09-21 Dietmar Maurerrest server: return UserInformation from ApiAuth::check...
2021-09-21 Dietmar Maurermake get_index and ApiConfig property (callback)
2021-09-21 Dietmar Maurermove src/tools/daemon.rs to proxmox-rest-server workspace
2021-09-21 Dietmar Maurermove ApiConfig, FileLogger and CommandoSocket to proxmo...
2021-09-13 Dietmar Maurersplit tape code into new pbs_tape workspace
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-09-10 Dominik Csapakproxmox-tape: add 'force-media-set' also to cli
2021-09-10 Dietmar Maurermove PruneOptions to pbs_api_types workspace
2021-09-10 Dietmar Maurermove datastore config to pbs_config workspace
2021-09-10 Dietmar Maurermove user configuration to pbs_config workspace
2021-09-09 Dietmar Maurermove acl to pbs_config workspaces, pbs_api_types cleanups
2021-09-08 Dietmar Maurermove network config to pbs_config workspace
2021-09-08 Dietmar Maurermove verify.rs to pbs_config workspace
2021-09-08 Dietmar Maurermove sync.rs to pbs_config workspace
2021-09-07 Dietmar Maurermoved tape_job.rs to pbs_config workspace
2021-09-07 Dietmar Maurermove tape_encryption_keys.rs to pbs_config workspace
2021-09-07 Dietmar Maurermove Kdf and KeyInfo to pbs_api_types workspace
2021-09-06 Dietmar Maurermove media_pool config to pbs_config workspace
2021-09-03 Dietmar Maurermove drive config to pbs_config workspace
2021-09-02 Dietmar Maurermove remote config into pbs-config workspace
2021-09-02 Dietmar Maurerstart new pbs-config workspace
2021-09-01 Wolfgang Bumilleranother import cleanup
2021-09-01 Wolfgang Bumillersplit proxmox-file-restore into its own crate
next