proxmox-backup/src/backup
Dietmar Maurer a71bc08ff4 src/tools/parallel_handler.rs: remove lifetime hacks, require 'static
In theory, one can do std::mem::forget, and ignore the drop handler. With
the lifetime hack, this could result in a crash.

So we simply require 'static lifetime now (futures also needs that).
2020-10-01 14:52:48 +02:00
..
async_index_reader.rs implement AsyncSeek for AsyncIndexReader 2020-07-22 17:28:49 +02:00
backup_info.rs rename BackupDir::new_with_group to BackupDir::with_group 2020-09-15 09:40:03 +02:00
catalog_shell.rs pxar: better error handling on extract 2020-08-03 09:40:55 +02:00
catalog.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
checksum_reader.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
checksum_writer.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
chunk_stat.rs src/backup/chunk_stat.rs: log write speed 2019-02-25 13:21:00 +01:00
chunk_store.rs src/backup/chunk_store.rs: disable debug output 2020-09-19 15:26:21 +02:00
chunk_stream.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
chunker.rs datastore/chunker: fix comment typos 2020-07-22 16:12:49 +02:00
crypt_config.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
crypt_reader.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
crypt_writer.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
data_blob_reader.rs src/backup/data_blob_reader.rs: avoid unwrap() - return error instead 2020-07-10 11:28:19 +02:00
data_blob_writer.rs src/backup/file_formats.rs: remove signed chunks 2020-07-08 16:23:26 +02:00
data_blob.rs src/backup/data_blob.rs: add is_encrypted helper 2020-09-24 13:00:16 +02:00
datastore.rs datastore: gc: avoid unsafe call into libc, use epoch_i64 helper 2020-10-01 12:38:38 +02:00
dynamic_index.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
file_formats.rs src/backup/file_formats.rs: remove signed chunks 2020-07-08 16:23:26 +02:00
fixed_index.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
index.rs implement AsyncSeek for AsyncIndexReader 2020-07-22 17:28:49 +02:00
key_derivation.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
manifest.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
prune.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
read_chunk.rs chunk readers: ensure chunk/index CryptMode matches 2020-08-11 09:54:22 +02:00
verify.rs src/tools/parallel_handler.rs: remove lifetime hacks, require 'static 2020-10-01 14:52:48 +02:00