Go to file
Stefan Reiter 8e63f0386d use AsyncIndexReader for read_image_at
Replaces the removed BufferedFixedReader and makes the API fully async
(not block_in_place or block_on which could break with many requests at
once).

A tokio::sync::Mutex needs to be used for exclusive access, since a
regular one would not work with async/await calls.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2020-07-22 20:28:19 +02:00
.cargo update all dependencies 2020-02-12 13:01:20 +01:00
debian bump version to 0.6.1-1 2020-07-09 14:23:49 +02:00
src use AsyncIndexReader for read_image_at 2020-07-22 20:28:19 +02:00
build.rs avoid extra worker thread and command channel 2020-07-01 10:29:15 +02:00
Cargo.toml bump version to 0.6.1-1 2020-07-09 14:23:49 +02:00
current-api.h add compress and encrypt paramaters 2020-07-09 10:43:24 +02:00
header-preamble.c header-preamble.c: add result parameter 2019-10-25 07:00:18 +02:00
Makefile add api check 2020-06-29 13:14:46 +02:00
simpletest.c proxmox_restore_new: use snapshot string (again) instead of (type, Id, time). 2020-07-06 11:38:58 +02:00