]> git.proxmox.com Git - proxmox-backup.git/history - src/backup/fixed_index.rs
clippy: remove unnecessary closures
[proxmox-backup.git] / src / backup / fixed_index.rs
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary closures
2020-11-30 Wolfgang Bumillerminor cleanup
2020-11-02 Dominik Csapakbackup/{dynamic, fixed}_index: improve error message...
2020-10-09 Thomas Lamprechtbackup: index readers: drop useless shared lock
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian Grünbichleruse non-panicky timestamp_opt where appropriate
2020-07-22 Thomas Lamprechtfixed index: chunk_from_offset: avoid slow modulo operation
2020-07-22 Stefan Reiterremove BufferedFixedReader interface
2020-07-22 Stefan Reiteradd and implement chunk_from_offset for IndexFile
2020-06-29 Dietmar Maurerpartially revert commit 1f82f9b7b5d231da22a541432d5617c...
2020-06-26 Dietmar Maurersrc/backup/index.rs: add compute_csum
2020-06-26 Dietmar Maurersrc/backup/index.rs: add chunk_info method
2020-06-24 Stefan Reiteradd incremental backup support
2020-06-10 Dominik Csapakrefactor time functions to tools
2020-06-04 Dominik Csapakfix csum calculation of not 'chunk_size' aligned images
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
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-06 Dietmar Maurerremove DataChunk file format - use DataBlob instead
2019-09-23 Dietmar Maurersrc/backup/fixed_index.rs: do not use offset for checksum
2019-09-11 Wolfgang Bumillerbackup: cleanup unused imports
2019-09-11 Wolfgang Bumillerclippy: fix access to unaligned buffer
2019-09-11 Wolfgang Bumillerbackup: use static assertion in fixed index reader
2019-09-11 Wolfgang Bumillersome clippy fixups
2019-09-03 Dietmar Maurersrc/backup/fixed_index.rs: new helper to compute checks...
2019-09-02 Wolfgang Bumillerimplement Sync for DynamicIndexReader and FixedIndexReader
2019-08-22 Wolfgang Bumiller{dynamic,fixed}_index: replace mem::uninitialized
2019-07-05 Dietmar Maurersrc/backup/fixed_index.rs: implement BufferedFixedReader
2019-07-04 Dietmar Maurersrc/backup/fixed_index.rs: use correct size
2019-07-04 Dietmar Maurersrc/api2/backup/environment.rs: improve chunk alignment...
2019-07-04 Dietmar Maurersrc/backup/fixed_index.rs - FixedIndexReader: remove...
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-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/fixed_index.rs: compute checksum over the...
2019-06-13 Dietmar Maurerbackup: Add support for client side encryption
2019-05-29 Dietmar Maurersrc/backup/fixed_index.rs: remove ChunkStat from struct
2019-05-29 Dietmar Maurersrc/backup/fixed_index.rs: improve consistency checks
2019-05-28 Dietmar Maurersrc/api2/admin/datastore/backup/environment.rs: add...
2019-05-28 Dietmar Maurersrc/backup/fixed_index.rs: improve bound checks inside...
2019-05-28 Dietmar Maurersrc/backup/fixed_index.rs: store index_length to avoid...
2019-05-28 Dietmar Maurersrc/backup/fixed_index.rs: make chunk_size public
2019-04-01 Dietmar Maurerabort GC on server shutdown
2019-03-27 Dietmar Maurersrc/backup/fixed_index.rs: store reference to file
2019-03-27 Dietmar Maurerindex file readers: aquire shared lock
2019-03-22 Dietmar Maurerdatastore: use new ProcessLocker
2019-03-11 Dietmar Maurersrc/bin/proxmox-backup-client.rs: strip .didx file...
2019-03-06 Wolfgang Bumillerfixed_index: split add_chunk/add_digest
2019-03-06 Wolfgang Bumillerfixed_index: impl Send for FixedIndexWriter
2019-02-28 Wolfgang Bumilleradd IndexFile trait
2019-02-28 Wolfgang Bumillermake FixedIndexReader Send and update comments
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-12 Dietmar Maurersimplify backup lib structure (pub use xxx:*), improve doc
2019-02-12 Dietmar Maurerrename ImageIndex to FixedIndex