libcryfs/implementations/caching
2015-07-20 18:57:48 +02:00
..
cache Started implementing parallel writing to disk 2015-05-16 13:45:25 +02:00
CachedBlock.cpp Removed some unneeded usings 2015-06-18 12:45:05 +02:00
CachedBlock.h Removed unused function 2015-04-17 13:20:16 +02:00
CachingBlockStore.cpp Changed Blockstore::tryCreate() to return optional<unique_ref<Block>> instead of unique_ptr<Block> 2015-07-20 18:57:48 +02:00
CachingBlockStore.h Changed Blockstore::tryCreate() to return optional<unique_ref<Block>> instead of unique_ptr<Block> 2015-07-20 18:57:48 +02:00
NewBlock.cpp Changed Blockstore::tryCreate() to return optional<unique_ref<Block>> instead of unique_ptr<Block> 2015-07-20 18:57:48 +02:00
NewBlock.h Moved Data, FixedSizeData and DataBlockFixture to cpp-utils 2015-04-25 02:48:41 +02:00