]> git.proxmox.com Git - proxmox-backup.git/history - src/backup/dynamic_index.rs
switch from failure to anyhow
[proxmox-backup.git] / src / backup / dynamic_index.rs
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-28 Christian Ebnersrc/backup/dynamic_index.rs: Add LruCache for chunks.
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2019-11-14 Wolfgang Bumillerdrop uuid crate dependency
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maurerallow(clippy::cast_ptr_alignment)
2019-10-25 Dietmar Maurersrc/backup/dynamic_index.rs: use write_all()
2019-10-06 Dietmar Maurerremove DataChunk file format - use DataBlob instead
2019-09-11 Wolfgang Bumillerclippy: fix access to unaligned buffer in dynamic reader
2019-09-11 Wolfgang Bumillersome clippy fixups
2019-09-03 Dietmar Maurersrc/backup/dynamic_index.rs: new helper to compute...
2019-09-02 Wolfgang Bumillerimplement Sync for DynamicIndexReader and FixedIndexReader
2019-08-23 Wolfgang Bumillerbackup/dynamic_index: explicitly zero-initialize the...
2019-08-23 Wolfgang Bumillerbackup/dynamic_index: use static assertion, fix size
2019-08-22 Wolfgang Bumillerremove proxmox-protocol subcrate
2019-08-22 Wolfgang Bumiller{dynamic,fixed}_index: replace mem::uninitialized
2019-08-16 Wolfgang Bumilleruse statement cleanup
2019-07-04 Dietmar Maurersrc/backup/dynamic_index.rs: lock file inside new,...
2019-07-04 Dietmar Maurersrc/backup/datastore.rs: generic index_mark_used_chunks...
2019-07-02 Dietmar Maurersrc/backup/{fixed, dynamic}_index.rs: improve error...
2019-07-02 Dietmar Maurersrc/backup/read_chunk.rs: move read chunk trait into...
2019-07-01 Wolfgang Bumillerreplace tools::vec with proxmox::tools::vec
2019-07-01 Wolfgang Bumillerupdate remaining users of tools::io::ops
2019-06-28 Dietmar Maurersrc/backup/dynamic_index.rs: introduce ReadChunk trait
2019-06-14 Dietmar Maurersrc/backup/*_index.rs: used generated magic numbers
2019-06-14 Dietmar Maurersrc/tools.rs: move hex_to_digest and digest_to_hex...
2019-06-14 Dietmar Maurersrc/backup/dynamic_index.rs: compute checksum over...
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