]> git.proxmox.com Git - proxmox-backup.git/history - src/backup/index.rs
update backup api for incremental backup
[proxmox-backup.git] / src / backup / index.rs
2020-06-26 Dietmar Maurerupdate backup api for incremental backup
2020-06-08 Wolfgang Bumillerswitch to external pxar and fuse crates
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-09-02 Wolfgang Bumillersrc/backup/index.rs: switch to async
2019-09-02 Wolfgang Bumillerimplement Sync for DynamicIndexReader and FixedIndexReader
2019-08-22 Wolfgang Bumillersrc/backup/index: style fixup & unsafe copy removal
2019-08-22 Wolfgang Bumillersrc/backup/index: replace mem::uninitialized
2019-07-05 Dietmar Maurersrc/client/remote_chunk_reader.rs: implement simple...
2019-07-04 Dietmar Maurersrc/backup/datastore.rs: generic index_mark_used_chunks...
2019-05-21 Dietmar Maurersrc/backup/index.rs: rename ChunkListReader into Digest...
2019-05-21 Dietmar Maurersrc/backup/index.rs: implement DigestListDecoder
2019-05-11 Dietmar Maurersrc/backup/index.rs: new ChunkListReader
2019-03-01 Wolfgang Bumillerbackup/index: remove IndexIterator
2019-02-28 Wolfgang Bumilleradd IndexFile trait