libcryfs/test
Sebastian Messmer 40c64a879c Hide fuse quirks inside the Fuse class.
fuse_main needs the program arguments as char ** instead of const char ** or (even better) vector<string>.
With this commit, we hide that inside the Fuse class. Everything outside handles these arguments as vector<string> and passes it as such to the Fuse class.
2016-05-09 16:07:02 -07:00
..
blobstore Fix test case on 32bit platform (caused by double inaccuracy) 2016-04-02 10:13:28 +02:00
blockstore Ciphertext blocks are split into subdirectories (before, all were on top level) to reduce number of files per directory. Some unix tools don't work well with directories with too many entries. 2016-04-29 12:21:02 -07:00
cpp-utils Refactor interface for key derivation functions. This allows easily adding new (password based) key derivation functions. 2016-02-22 02:38:06 +01:00
cryfs Ask before migrating an old CryFS file system to a new version. 2016-05-03 20:34:30 -07:00
cryfs-cli Hide fuse quirks inside the Fuse class. 2016-05-09 16:07:02 -07:00
fspp Hide fuse quirks inside the Fuse class. 2016-05-09 16:07:02 -07:00
gitversion Fix VersionCompare for stable versions vs tag versions 2016-03-29 11:07:00 +08:00
parallelaccessstore Fix parallelaccessstore-test dependencies 2016-02-17 19:39:34 +01:00
CMakeLists.txt Switch to new git version number recognition 2016-03-02 13:53:37 +01:00