]> git.proxmox.com Git - proxmox-backup.git/history - src/backup/chunker.rs
Revert "backup/datastore: fn open is a private implementation detail"
[proxmox-backup.git] / src / backup / chunker.rs
2019-02-12 Dietmar Maurersimplify backup lib structure (pub use xxx:*), improve doc
2019-01-30 Dietmar Maureravoid compiler warnings
2019-01-11 Dietmar Maureravoid compiler warnings
2019-01-03 Dietmar Maurerchunker.rs: make sure chunk_size_avg is a power of two
2019-01-03 Dietmar Maurerimprove chunker speed (avoid modulo)
2019-01-02 Dietmar Maurersrc/backup/archive_index.rs: use close() instead of...
2018-12-31 Dietmar Maurersrc/backup/archive_index.rs: first try
2018-12-31 Dietmar Maurercreate backup mod in backup.rs, improve docu
2018-12-31 Dietmar Maurermove chunker.rs to backup/