Go to file
Stefan Reiter ab3577e9d8 add shared_cache module
Provides a shared AsyncLruCache of 256MB (w/ 4MB chunks) that can be
used by multiple readers at the same time. It is dropped once no more
readers exist, so the memory gets freed if all QEMU block/pbs instances
disappear.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2021-06-08 09:45:59 +02:00
.cargo update all dependencies 2020-02-12 13:01:20 +01:00
debian bump version to 1.0.3-1 2021-02-12 12:37:35 +01:00
src add shared_cache module 2021-06-08 09:45:59 +02:00
build.rs return version via rust fn instead of header define 2020-11-25 08:27:29 +01:00
Cargo.toml bump version to 1.0.3-1 2021-02-12 12:37:35 +01:00
current-api.h api: add master key support 2021-02-12 10:54:41 +01:00
header-preamble.c header-preamble.c: add result parameter 2019-10-25 07:00:18 +02:00
Makefile return version via rust fn instead of header define 2020-11-25 08:27:29 +01:00
simpletest.c proxmox_restore_new: use snapshot string (again) instead of (type, Id, time). 2020-07-06 11:38:58 +02:00