libcryfs/utils
Sebastian Meßmer 417a701636 - BlockStore::create() gets the data of the new block as a parameter
- Fixed numBlocks() in OnDiskBlockStore, FakeBlockStore, CachingBlockStore, ...
- CachingBlockStore caches created blocks and doesn't directly create them in the underlying blockstore
2015-04-18 14:47:12 +02:00
..
BlockStoreUtils.cpp - BlockStore::create() gets the data of the new block as a parameter 2015-04-18 14:47:12 +02:00
BlockStoreUtils.h Test BlockStoreUtils fillWithZeroes() 2015-03-08 00:36:59 +01:00
Data.cpp - BlockStore::create() gets the data of the new block as a parameter 2015-04-18 14:47:12 +02:00
Data.h - BlockStore::create() gets the data of the new block as a parameter 2015-04-18 14:47:12 +02:00
FileDoesntExistException.cpp Replaced absolute paths to messmer/blockstore/... with relative local paths 2015-03-12 14:27:51 +01:00
FileDoesntExistException.h Switch to biicode 2015-02-17 00:23:33 +01:00
FixedSizeData.h Key is not default constructible anymore 2015-04-17 12:59:40 +02:00
Key.cpp Generalized Key to FixedSizeData 2015-04-09 20:07:03 +02:00
Key.h Use unordered_map instead of map for cache 2015-04-17 12:56:21 +02:00