Go to file
human a7ab34ebbc fix truncating in defineFile()
- 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
2021-01-11 10:25:57 +02:00
extension fix truncating in defineFile() 2021-01-11 10:25:57 +02:00
fs fix truncating in defineFile() 2021-01-11 10:25:57 +02:00
test console and execute-script work. with test 2020-12-30 22:44:25 -08:00
.gitignore Add default log file and mountpoint to gitignore 2021-01-02 19:26:58 +01:00
install.sh Add support for Vivaldi browser on Linux 2021-01-03 10:39:18 +04:00
LICENSE add LICENSE, fixes #23; md updates 2021-01-03 21:42:23 -08:00
README.md make debugger/ subfolder. remove lastFocused storage (didn't need?) 2020-12-25 13:40:18 -08:00
tabfs.md use -lfuse on Mac. fixes #11. fixes #20 2021-01-04 04:50:24 -08:00