Re-design of the original CryFS code to work as a library.
Go to file
2016-02-09 01:22:00 +01:00
implementations/onblocks Fix: DataTree::resizeNumBytes was locking the same shared_mutex twice, which sometimes caused a deadlock. See https://github.com/cryfs/cryfs/issues/3 2016-02-09 01:16:40 +01:00
interface Unify (and fix) include guards 2015-10-15 13:10:20 +02:00
test Reduce memory consumption of BibBlogsTest further 2015-12-14 18:48:11 +01:00
.gitignore Added .gitignore 2015-02-17 00:42:23 +01:00
.travis.yml Use gcc 4.8 on travis to ensure compatibility 2015-11-24 15:17:57 +01:00
biicode.conf Update biicode block ref 2016-02-09 01:22:00 +01: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.