]> git.proxmox.com Git - proxmox-backup.git/commit
use new proxmox-async crate
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 19 Nov 2021 16:36:06 +0000 (17:36 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 19 Nov 2021 17:03:22 +0000 (18:03 +0100)
commit9a1b24b6b1089ab8435a38afe4a3de3f99d7628e
tree6debd1a8ddd630dfc3d654248e648fc15715f564
parentea67cd70c9d8b22f4b5596766528832ab8610c8e
use new proxmox-async crate

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
56 files changed:
Cargo.toml
Makefile
debian/control
examples/download-speed.rs
examples/h2client.rs
examples/h2s-client.rs
examples/h2s-server.rs
examples/h2server.rs
examples/test_chunk_speed2.rs
examples/upload-speed.rs
pbs-client/Cargo.toml
pbs-client/src/catalog_shell.rs
pbs-client/src/http_client.rs
pbs-client/src/pxar/extract.rs
pbs-client/src/pxar_backup_stream.rs
pbs-client/src/remote_chunk_reader.rs
pbs-client/src/tools/mod.rs
pbs-runtime/Cargo.toml [deleted file]
pbs-runtime/src/lib.rs [deleted file]
pbs-tools/Cargo.toml
pbs-tools/src/async_lru_cache.rs
pbs-tools/src/blocking.rs [deleted file]
pbs-tools/src/broadcast_future.rs [deleted file]
pbs-tools/src/compression.rs [deleted file]
pbs-tools/src/lib.rs
pbs-tools/src/stream.rs [deleted file]
pbs-tools/src/tokio/mod.rs [deleted file]
pbs-tools/src/tokio/tokio_writer_adapter.rs [deleted file]
pbs-tools/src/zip.rs [deleted file]
proxmox-backup-client/Cargo.toml
proxmox-backup-client/src/main.rs
proxmox-backup-client/src/mount.rs
proxmox-file-restore/Cargo.toml
proxmox-file-restore/src/main.rs
proxmox-rest-server/Cargo.toml
proxmox-rest-server/src/rest.rs
proxmox-rest-server/src/state.rs
proxmox-restore-daemon/Cargo.toml
proxmox-restore-daemon/src/main.rs
proxmox-restore-daemon/src/proxmox_restore_daemon/api.rs
pxar-bin/Cargo.toml
pxar-bin/src/main.rs
src/api2/admin/datastore.rs
src/api2/backup/mod.rs
src/api2/backup/upload_chunk.rs
src/api2/node/apt.rs
src/api2/reader/mod.rs
src/bin/proxmox-backup-api.rs
src/bin/proxmox-backup-debug.rs
src/bin/proxmox-backup-manager.rs
src/bin/proxmox-backup-proxy.rs
src/bin/proxmox-daily-update.rs
src/bin/proxmox-tape.rs
src/bin/proxmox_backup_debug/api.rs
src/server/pull.rs
src/tools/subscription.rs