Age | Commit message (Collapse) | Author |
|
|
|
- in the C part: enable FUSE_CAP_ATOMIC_O_TRUNC so that open() will get called with O_TRUNC in flags instead of truncate() being called separately
- this also prevents truncate() from calling setData() with an empty string when a file is opened with O_TRUNC
- in defineFile()->open(): if O_TRUNC is used, don't call getData() but start with an empty file as if it had just been truncated
- in defineFile()->write()/truncate(): correct buffer resizing/copying
|
|
Use environment varaible to configure mount location
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
multi-threaded tabfs.c
|
|
|
|
|
|
Add /tabs/by-id/*/active
|
|
|
|
|
|
Add support for Vivaldi browser on Linux
|
|
|
|
|
|
|
|
|
|
|
|
FreeBSD compatibility
|
|
|
|
|
|
Append user-defined CFLAGS
|
|
|
|
|
|
|
|
Allow CFLAGS present in the user's environment be appended to
EXTRA_CFLAGS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|