Re-design of the original CryFS code to work as a library.
Go to file
2015-10-05 03:45:00 +02:00
implementations/onblocks Introduce Blob::readAll() and introduce a size cache so the blob size doesn't have to be queried so often 2015-10-05 03:45:00 +02:00
interface Introduce Blob::readAll() and introduce a size cache so the blob size doesn't have to be queried so often 2015-10-05 03:45:00 +02:00
test Fix traversing bug and add test case for it 2015-09-30 15:33:09 +02:00
.gitignore Added .gitignore 2015-02-17 00:42:23 +01:00
.travis.yml Workaround for biicode boost 2015-04-09 18:27:29 +02:00
biicode.conf Upgrade dependencies 2015-04-25 00:41:34 +02:00
CMakeLists.txt Fix for clang compiler 2015-06-10 17:18:53 +02:00
LICENSE Update LICENCE to LGPL 2015-03-12 16:22:44 +01:00
README.md Fix travis build icon 2015-09-13 10:55:12 +02:00

blobstore Build Status

Store resizeable blobs of data using blocks from a blockstore. This is used by CryFS.