Re-design of the original CryFS code to work as a library.
Go to file
2015-11-07 00:00:25 -08:00
assert Added central logging 2015-10-17 03:08:56 +02:00
crypto New way to configure SCrypt algorithm 2015-11-03 20:13:23 -08:00
data Better exceptions 2015-10-30 18:10:48 +01:00
io Fix warnings from -Weffc++ 2015-10-17 20:15:20 +02:00
lock Added new LoopThread implementation 2015-11-07 00:00:25 -08:00
logging Default logger logs to stderr, not stdout 2015-10-17 16:49:58 +02:00
pointer Unify (and fix) include guards 2015-10-15 12:58:16 +02:00
process Add Subprocess::callAndGetReturnCode() 2015-11-03 13:11:09 -08:00
random Added new LoopThread implementation 2015-11-07 00:00:25 -08:00
tempfile TempDir/TempFile don't fail if they can't delete themselves 2015-10-30 18:27:40 +01:00
test New way to configure SCrypt algorithm 2015-11-03 20:13:23 -08:00
thread Added new LoopThread implementation 2015-11-07 00:00:25 -08:00
.gitignore Initial commit 2015-02-16 21:29:49 +01:00
.travis.yml Workaround for broken travis biicode deployment 2015-04-08 17:20:19 +02:00
biicode.conf Added a crypto library with scrypt key derivation function and random padding 2015-10-27 22:19:06 +01:00
CMakeLists.txt Fix boost thread dependency 2015-10-16 03:12:27 +02:00
either.h Add include tests 2015-10-18 01:09:49 +02:00
LICENSE Update LICENCE to LGPL 2015-03-12 16:23:57 +01:00
macros.h Refactor random library 2015-10-22 17:36:03 +02:00
README.md Added build logo to README 2015-02-18 16:56:48 +01:00

cpp-utils Build Status

Some C++ helper classes