Re-design of the original CryFS code to work as a library.
Go to file
2015-12-14 18:19:40 +01:00
implementations/onblocks Use a compressing blockstore for BigBlobsTest. This way, we don't need that much RAM for running it (the big blobs created by the test case are mostly just zero and some few non-zero data areas) 2015-12-14 17:18:12 +01:00
interface Unify (and fix) include guards 2015-10-15 13:10:20 +02:00
test Since the memory issue is fixed now (using a compressed block store), we can re-enable the test cases 2015-12-14 18:19:40 +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 2015-11-25 16:46:13 +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.