proxmox-backup/src/backup
Wolfgang Bumiller 9ea4bce444 bump proxmox crate to 0.1.7
The -sys, -tools and -api crate have now been merged into
the proxmx crate directly. Only macro crates are separate
(but still reexported by the proxmox crate in their
designated locations).

When we need to depend on "parts" of the crate later on
we'll just have to use features.

The reason is mostly that these modules had
inter-dependencies which really make them not independent
enough to be their own crates.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-01-21 13:48:37 +01:00
..
backup_info.rs src/backup/backup_info.rs: new list_groups helper 2020-01-17 10:42:03 +01:00
catalog_shell.rs pxar::decoder::Decoder: include xattrs and payload size in DirectoryEntry. 2020-01-10 13:45:40 +01:00
catalog.rs introduce new runtime tokio helpers 2020-01-20 13:12:40 +01:00
checksum_reader.rs avoid lifetimes in blob reader/writer 2019-08-16 10:07:24 +02:00
checksum_writer.rs avoid lifetimes in blob reader/writer 2019-08-16 10:07:24 +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: implement cond_touch_chunk() 2020-01-02 13:26:28 +01:00
chunk_stream.rs update a chunk of stuff to the hyper release 2019-12-13 11:24:41 +01:00
chunker.rs some clippy fixups 2019-09-11 12:14:05 +02:00
crypt_config.rs avoid some clippy warnings 2019-10-25 18:44:51 +02:00
crypt_reader.rs avoid some clippy warnings 2019-10-25 18:44:51 +02:00
crypt_writer.rs avoid lifetimes in blob reader/writer 2019-08-16 10:07:24 +02:00
data_blob_reader.rs avoid lifetimes in blob reader/writer 2019-08-16 10:07:24 +02:00
data_blob_writer.rs avoid some clippy warnings 2019-10-26 11:42:05 +02:00
data_blob.rs bump proxmox crate to 0.1.7 2020-01-21 13:48:37 +01:00
datastore.rs src/api2/pull.rs: implement delete flag for vanished groups 2020-01-17 11:24:55 +01:00
dynamic_index.rs bump proxmox crate to 0.1.7 2020-01-21 13:48:37 +01:00
file_formats.rs src/backup/catalog.rs: write MAGIC at start of file 2019-11-10 11:36:45 +01:00
fixed_index.rs bump proxmox crate to 0.1.7 2020-01-21 13:48:37 +01:00
index.rs avoid some clippy warnings 2019-10-26 11:42:05 +02:00
key_derivation.rs bump proxmox crate to 0.1.7 2020-01-21 13:48:37 +01:00
manifest.rs bump proxmox crate to 0.1.7 2020-01-21 13:48:37 +01:00
prune.rs src/api2/admin/datastore.rs - prune: log retention options 2019-12-14 16:32:16 +01:00
read_chunk.rs src/backup/read_chunk.rs: add read_raw_chunk() 2020-01-02 13:29:10 +01:00