Re-design of the original CryFS code to work as a library.
Go to file
Sebastian Messmer 83cac1e32d Compatibility with 32bit systems 2015-11-25 15:39:52 +01:00
assert Allow std::string ASSERT messages 2015-11-10 19:40:34 -08:00
crypto Make sure, ciphers link without errors 2015-11-11 14:03:16 -08:00
data Compatibility with 32bit systems 2015-11-25 15:39:52 +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
network Add timeout to HttpClient 2015-11-24 08:23:20 +01:00
pointer Code is compatible with GCC 4.8 2015-11-24 14:32:53 +01:00
process Make ThreadSystem onfork handlers threadsafe 2015-11-07 00:11:12 -08:00
random Allow terminating LoopThreads from within 2015-11-12 13:07:20 -08:00
tempfile TempDir/TempFile don't fail if they can't delete themselves 2015-10-30 18:27:40 +01:00
test Compatibility with 32bit systems 2015-11-25 15:39:52 +01:00
thread Allow terminating LoopThreads from within 2015-11-12 13:07:20 -08:00
.gitignore Initial commit 2015-02-16 21:29:49 +01:00
.travis.yml Use gcc 4.8 on travis to ensure compatibility 2015-11-24 15:16:51 +01:00
CMakeLists.txt Add HttpClient 2015-11-24 07:47:29 +01:00
LICENSE Update LICENCE to LGPL 2015-03-12 16:23:57 +01:00
README.md Added build logo to README 2015-02-18 16:56:48 +01:00
biicode.conf Update dependencies 2015-11-24 14:38:03 +01:00
either.h Add include tests 2015-10-18 01:09:49 +02:00
macros.h Refactor random library 2015-10-22 17:36:03 +02:00

README.md

cpp-utils Build Status

Some C++ helper classes