garage/src/block
Jakub Jirutka a6e40b75ea Add feature "system-libs" to enable linking against system libraries
If this feature is enabled, libsodium-sys and zstd-sys will link
dynamically against system-provided libraries instead of building
and linking statically the bundled (possibly outdated and vulnerable)
copies of them. This feature is intended mainly for linux package
maintainers.
2022-09-03 18:44:34 +02:00
..
block.rs Move DataBlock out of manager.rs 2022-03-23 10:25:19 +01:00
Cargo.toml Add feature "system-libs" to enable linking against system libraries 2022-09-03 18:44:34 +02:00
lib.rs Background task manager (#332) 2022-07-08 13:30:26 +02:00
manager.rs Background task manager (#332) 2022-07-08 13:30:26 +02:00
metrics.rs Abstract database behind generic interface and implement alternative drivers (#322) 2022-06-08 10:01:44 +02:00
rc.rs Abstract database behind generic interface and implement alternative drivers (#322) 2022-06-08 10:01:44 +02:00
repair.rs Background task manager (#332) 2022-07-08 13:30:26 +02:00