libcryfs/src/cryfs/impl/filesystem/fsblobstore
jeremymeadows 353f287bde
Added an option to create a mountpoint with a missing directory (#354)
* Added an option to create a mountpoint with a missing directory

It skips the normal confirmation message, which makes cryfs easier
to use in scripts, or can be aliased for quicker use.

* separated basedir and mountpoint autocreate flags, and added tests

* Werror and clang-tidy fixes
added to the ChangeLog

* fixed the bugs that clang-tidy caused

never used clang before, so I don't really know what it did and why it
caused compile errors
2020-07-31 18:08:19 -07:00
..
utils Add support for atime mount options (noatime, strictatime, relatime, atime, nodiratime). As before, relatime is the default. 2019-11-05 10:08:04 -05:00
DirBlob.cpp Add support for atime mount options (noatime, strictatime, relatime, atime, nodiratime). As before, relatime is the default. 2019-11-05 10:08:04 -05:00
DirBlob.h Add support for atime mount options (noatime, strictatime, relatime, atime, nodiratime). As before, relatime is the default. 2019-11-05 10:08:04 -05:00
FileBlob.cpp Move cryfs code into impl/ subfolder 2019-01-25 23:47:17 -08:00
FileBlob.h Move cryfs code into impl/ subfolder 2019-01-25 23:47:17 -08:00
FsBlob.cpp Move cryfs code into impl/ subfolder 2019-01-25 23:47:17 -08:00
FsBlob.h Move cryfs code into impl/ subfolder 2019-01-25 23:47:17 -08:00
FsBlobStore.cpp Fix include path 2019-01-27 09:18:34 -08:00
FsBlobStore.h Merge from release/0.10 2019-01-27 05:38:17 -08:00
FsBlobView.cpp Merge from release/0.10 2019-01-27 05:38:17 -08:00
FsBlobView.h Added an option to create a mountpoint with a missing directory (#354) 2020-07-31 18:08:19 -07:00
SymlinkBlob.cpp Merge branch 'release/0.10' into develop 2019-06-08 13:33:06 -07:00
SymlinkBlob.h Move cryfs code into impl/ subfolder 2019-01-25 23:47:17 -08:00