]> git.proxmox.com Git - proxmox-backup.git/history - src/backup/dynamic_index.rs
backup: Add support for client side encryption
[proxmox-backup.git] / src / backup / dynamic_index.rs
2019-06-13 Dietmar Maurerbackup: Add support for client side encryption
2019-06-07 Wolfgang Bumillertree-wide: use 'dyn' for all trait objects
2019-05-29 Dietmar Maurersrc/backup/dynamic_index.rs: split class DynamicIndexWriter
2019-05-23 Wolfgang Bumillertree-wide: use the new vec/io tools modules
2019-05-21 Dietmar Maurersrc/backup/dynamic_index.rs: add chunk_info method
2019-04-01 Dietmar Maurerabort GC on server shutdown
2019-03-27 Dietmar Maurerindex file readers: aquire shared lock
2019-03-22 Dietmar Maurerdatastore: use new ProcessLocker
2019-03-14 Dietmar Maurerrename catar into pxar
2019-03-08 Wolfgang Bumillermove chunker into proxmox_protocol
2019-02-28 Wolfgang Bumilleradd IndexFile trait
2019-02-28 Wolfgang Bumillermake FixedIndexReader Send and update comments
2019-02-28 Wolfgang Bumillerstyle: BufferedReader -> BufferedRead
2019-02-25 Wolfgang Bumillerbackup/dynamic_index: split out add_chunk
2019-02-25 Dietmar Maurersrc/backup/chunk_stat.rs: new struct to track chunk...
2019-02-25 Dietmar Maurersrc/backup/chunk_store.rs: return info about compressed...
2019-02-19 Dietmar Maurersrc/api2/admin/datastore/catar.rs: allow to configure...
2019-02-12 Dietmar Maurersimplify backup lib structure (pub use xxx:*), improve doc
2019-02-12 Dietmar Maurerrename ArchiveIndex to DynamicIndex