libcryfs/src/filesystem/fsblobstore
Sebastian Messmer d540adfdfa Added assert and improved ordering of data in directory blobs 2016-02-09 13:05:16 +01:00
..
utils Added assert and improved ordering of data in directory blobs 2016-02-09 13:05:16 +01:00
DirBlob.cpp Implement storing file access times. 2016-02-09 09:43:18 +01:00
DirBlob.h Implement storing file access times. 2016-02-09 09:43:18 +01:00
FileBlob.cpp Introduced ParallelAccessFsBlobStore to avoid race conditions when accessing the same FsBlob in parallel 2015-10-04 17:20:14 +02:00
FileBlob.h Make classes final if they're not meant to be derived from 2015-11-27 14:06:17 +01:00
FsBlob.cpp Refactor: Add fsblobstore layer 2015-09-30 13:21:07 +02:00
FsBlob.h Unify (and fix) include guards 2015-10-15 13:06:51 +02:00
FsBlobStore.cpp Introduced ParallelAccessFsBlobStore to avoid race conditions when accessing the same FsBlob in parallel 2015-10-04 17:20:14 +02:00
FsBlobStore.h Make classes final if they're not meant to be derived from 2015-11-27 14:06:17 +01:00
MagicNumbers.h Unify (and fix) include guards 2015-10-15 13:06:51 +02:00
SymlinkBlob.cpp Introduced ParallelAccessFsBlobStore to avoid race conditions when accessing the same FsBlob in parallel 2015-10-04 17:20:14 +02:00
SymlinkBlob.h Make classes final if they're not meant to be derived from 2015-11-27 14:06:17 +01:00