]> git.proxmox.com Git - proxmox-backup.git/history - src/client/pull.rs
cleanup: remove unnecessary StoreProgress clone()
[proxmox-backup.git] / src / client / pull.rs
2020-12-01 Dietmar Maurercleanup: remove unnecessary StoreProgress clone()
2020-12-01 Fabian Grünbichlerpull: factor out interpolated progress
2020-12-01 Fabian Grünbichlerremove BackupGroup::list_groups
2020-11-10 Dietmar Maurerfix bug #3060: continue sync if we cannot aquire the...
2020-11-04 Dietmar Maurersync: improve log format
2020-11-04 Dietmar Maurerfix bug #2870: use updated tickets
2020-10-29 Fabian Grünbichlerclient/remote: allow using ApiToken + secret
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-15 Wolfgang Bumillermore clippy lints
2020-10-14 Wolfgang Bumillerclippy fixups
2020-10-01 Dietmar Maurersrc/tools/parallel_handler.rs: remove lifetime hacks...
2020-09-30 Dietmar Maurersrc/client/pull.rs: log progress
2020-09-30 Dominik Csapakclient/remote: add support to specify port number
2020-09-26 Dietmar Maurersrc/client/pull.rs: simplify code
2020-09-25 Dietmar Maurersrc/client/pull.rs: use new ParallelHandler
2020-09-24 Dietmar Maurersrc/client/pull.rs: decode, verify and write in a separ...
2020-09-22 Dietmar Maurersrc/client/pull.rs: avoid duplicate downloads using...
2020-09-22 Dietmar Maurersrc/client/pull.rs: allow up to 20 concurrent download...
2020-09-21 Dietmar Maurersrc/client/pull.rs: remove temporary manifest
2020-09-21 Dietmar Maurersrc/client/pull.rs: open temporary manifest with trunca...
2020-09-17 Dietmar Maurermove compute_file_csum to src/tools.rs
2020-09-11 Fabian GrünbichlerBackupDir: make constructor fallible
2020-08-11 Stefan Reiterbackup: flock snapshot on backup start
2020-08-11 Fabian Grünbichlerchunk readers: ensure chunk/index CryptMode matches
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-04 Fabian Grünbichlersync: verify size and checksum of pulled archives
2020-08-04 Fabian Grünbichlersync: verify chunk size and digest, if possible
2020-07-30 Dietmar Maurersrc/api2/backup.rs: aquire backup lock earlier in creat...
2020-07-30 Stefan Reiterdatastore: prevent deletion of snaps in use as "previou...
2020-07-28 Dietmar Maurersrc/backup/data_blob.rs: new load_from_reader(), which...
2020-07-22 Fabian Grünbichlerfix #2865: detect and skip vanished snapshots
2020-07-22 Fabian Grünbichlerfix #2860: skip in-progress snapshots when syncing
2020-06-12 Wolfgang Bumillersome internal combinator-influenced api cleanup
2020-06-12 Wolfgang Bumilleradd an AsyncReadChunk trait
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-30 Dietmar Maurersrc/client/pull.rs: also download client.log.blob
2020-05-30 Dietmar Maurersrc/client/pull.rs: more verbose logging
2020-05-22 Dietmar Maurersrc/client/pull.rs: split out pull related code