Re-design of the original CryFS code to work as a library.
Go to file
2015-10-14 15:37:52 +02:00
implementations/onblocks TODOs 2015-10-05 03:54:18 +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 Test cases print stack trace on sigsegv 2015-10-05 16:52:06 +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 Update dependencies 2015-10-14 15:37:52 +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.