]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/proxmox_backup_client/mount.rs
move remaining client tools to pbs-tools/datastore
[proxmox-backup.git] / src / bin / proxmox_backup_client / mount.rs
2021-07-21 Wolfgang Bumillermove remaining client tools to pbs-tools/datastore
2021-07-20 Wolfgang Bumillermove required_X_param to pbs_tools::json
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-06 Wolfgang Bumillersplit out pbs-runtime module
2021-06-08 Stefan Reiterreplace AsyncIndexReader with SeekableCachedChunkReader
2021-04-01 Stefan Reiterproxmox_client_tools: move common key related functions...
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-01-26 Fabian Grünbichlerclippy: more misc fixes
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
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 Signal interface
2020-11-30 Wolfgang Bumillerclient: use tools::pipe instead of nix
2020-11-24 Fabian Grünbichlerclient: check fingerprint after downloading manifest
2020-11-23 Fabian Grünbichlerclient: print key fingerprint and master key
2020-11-23 Fabian Grünbichlerkey: add fingerprint to key config
2020-11-10 Wolfgang Bumillerclient: error context when building HttpClient
2020-10-29 Fabian Grünbichlerclient/remote: allow using ApiToken + secret
2020-10-19 Fabian Grünbichlerbuild: bump nix dependency
2020-10-08 Stefan Reiterfuse_loop: add automatic cleanup of run files and dangl...
2020-10-08 Stefan Reitermount/map: use names for map/unmap for easier use
2020-10-06 Dietmar Maurersrc/bin/proxmox_backup_client/mount.rs: fix img name...
2020-10-06 Stefan Reiterclient: implement map/unmap commands for .img backups
2020-10-06 Stefan Reitermount: handle SIGTERM as well
2020-09-30 Dominik Csapakclient/remote: add support to specify port number
2020-09-10 Dylan Whytemount: fix mount subcommand
2020-08-11 Fabian Grünbichlerchunk readers: ensure chunk/index CryptMode matches
2020-07-08 Dietmar Maurersrc/backup/manifest.rs: include signature inside the...
2020-07-06 Wolfgang Bumillerclient: move key management into separate module
2020-07-02 Dietmar Maurersrc/bin/proxmox_backup_client/task.rs: split out task...
2020-07-02 Dietmar Maurersrc/bin/proxmox_backup_client/mount.rs: split out mount...