libcryfs/src/fspp/impl
midchildan fe1b0f10d3
Support the latest FUSE on macOS (#378)
* feat: support latest FUSE on macOS

This drops osxfuse support in favor of macFUSE. macFUSE is a newer
version of osxfuse that supports the latest release of macOS, and is a
rebranded version of the same project.

* build: use pkg-config to find FUSE

Co-authored-by: Sebastian Messmer <smessmer@users.noreply.github.com>
2021-04-13 00:45:47 -07:00
..
FilesystemImpl.cpp Support the latest FUSE on macOS (#378) 2021-04-13 00:45:47 -07:00
FilesystemImpl.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
FuseOpenFileList.h Fix a race condition when a file descriptor is closed while there's read/write requests for that file being processed. 2019-06-01 19:27:47 -07:00
IdList.h Fix a race condition when a file descriptor is closed while there's read/write requests for that file being processed. 2019-06-01 19:27:47 -07:00
Profiler.cpp Move fspp to its own subdirectories 2016-02-11 12:53:42 +01:00
Profiler.h Move fspp to its own subdirectories 2016-02-11 12:53:42 +01:00