]> git.proxmox.com Git - proxmox-backup.git/history - src/client/backup_reader.rs
src/backup/manifest.rs: include signature inside the manifest
[proxmox-backup.git] / src / client / backup_reader.rs
2020-07-08 Dietmar Maurersrc/backup/manifest.rs: include signature inside the...
2020-06-12 Wolfgang Bumillersome internal combinator-influenced api cleanup
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-01-05 Dietmar Maurer src/client/backup_reader.rs: make compute_file_csum...
2019-12-17 Wolfgang Bumillerdrop Cancellable future in favor of abortable
2019-11-08 Dietmar Maurersrc/client/backup_reader.rs: factor out download_blob...
2019-11-08 Dietmar Maurersrc/client/backup_reader.rs: factor out download_fixed_...
2019-11-08 Dietmar Maurersrc/client/backup_reader.rs: factor out download_dynami...
2019-10-13 Dietmar Maurersrc/backup/manifest.rs: add verify_file
2019-10-12 Dietmar Maurerrename INDEX_BLOB_NAME to MANIFEST_BLOB_NAME
2019-10-12 Dietmar Maurersrc/client/backup_reader.rs: add download_manifest
2019-10-12 Dietmar Maurersrc/client/backup_reader.rs: add documentation
2019-10-12 Dietmar Maurersrc/client/backup_reader.rs: split BackupReader code...