]> git.proxmox.com Git - proxmox-backup.git/history - src/client/backup_writer.rs
tokio 1.0: use ReceiverStream from tokio-stream
[proxmox-backup.git] / src / client / backup_writer.rs
2021-01-14 Fabian Grünbichlertokio 1.0: use ReceiverStream from tokio-stream
2020-11-24 Fabian Grünbichlerexpose previous backup time in backup env
2020-10-14 Wolfgang Bumillermore clippy fixups
2020-10-08 Stefan Reiterformat: fix typo in function name
2020-09-30 Dominik Csapakclient/remote: add support to specify port number
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-10 Hannes Laimeradd benchmark flag to backup creation for proper cleanu...
2020-08-25 Thomas Lamprechtvarious typo fixes
2020-08-04 Fabian Grünbichlerblobs: attempt to verify on decode when possible
2020-07-30 Stefan Reiterfix typo: avgerage to average
2020-07-28 Dietmar Maurersrc/backup/data_blob.rs: new load_from_reader(), which...
2020-07-24 Thomas Lamprechtclient: log archive upload duration more accurate,...
2020-07-24 Thomas Lamprechtclient: avoid division by zero in avg speed calculation...
2020-07-23 Thomas Lamprechtclient writer: do not output chunklist for now on verbo...
2020-07-23 Thomas Lamprechtclient: rework logging upload size, bandwidth, ......
2020-07-10 Dietmar Maurerproxmox-backup-client benchmark: improve output format
2020-07-09 Dietmar Maurerproxmox-backup-client benchmark: add --verbose flag
2020-07-09 Dietmar Maurersrc/backup/manifest.rs: use serde_json::from_value...
2020-07-08 Dietmar Maurersrc/backup/file_formats.rs: remove signed chunks
2020-07-08 Dietmar Maurersrc/client/backup_writer.rs - upload_stream: add crypt_mode
2020-07-07 Wolfgang Bumillerintroduce a CryptMode enum
2020-06-29 Dietmar Maurerfix typo
2020-06-26 Dietmar Maurerupdate backup api for incremental backup
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-25 Dietmar Maurersrc/client/backup_writer.rs: also print archive size
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: prefix upload stats with...
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: implement verbose options
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: reduce verbosity
2019-12-17 Wolfgang Bumillerdrop Cancellable future in favor of abortable
2019-12-13 Wolfgang Bumillerupdate a chunk of stuff to the hyper release
2019-11-08 Dietmar Maurersrc/client/backup_writer.rs: rename force_close to...
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-12 Dietmar Maurersrc/client/backup_writer.rs: move BackupClient code...