Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-30 | Merge pull request #62 from njerig/master | Omar Rizwan | |
Add support for Vivaldi on macOS | |||
2021-01-30 | add support for Vivaldi on macOS | Njeri Gachoka | |
2021-01-16 | Merge pull request #50 from enricozb/master | Omar Rizwan | |
add linux brave browser support | |||
2021-01-13 | test: add textarea tests | Omar Rizwan | |
2021-01-13 | Merge pull request #51 from joshuahhh/master | Omar Rizwan | |
read/write textareas | |||
2021-01-12 | fs: missed one %lld fix | Omar Rizwan | |
2021-01-12 | fs: fix for off_t on 32-bit arch | Omar Rizwan | |
(it's actually 64-bit bc of -D_FILE_OFFSET_BITS=64 at build time) | |||
2021-01-12 | Merge branch 'huglovefan-truncate' | Omar Rizwan | |
2021-01-12 | test: add test for #40 | Omar Rizwan | |
2021-01-11 | test: fix on Linux? | Omar Rizwan | |
2021-01-11 | md: add sponsor | Omar Rizwan | |
2021-01-11 | fs: fix fh handling on 32-bit arch | Omar Rizwan | |
2021-01-11 | Merge pull request #53 from yggdr/fix_freebsd | Omar Rizwan | |
Fix FreeBSD support that broke when multithreading was implemented | |||
2021-01-11 | Fix FreeBSD support that broke when multithreading was implemented | Konstantin Schukraft | |
2021-01-11 | fix truncating in defineFile() | human | |
- 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-10 | read/write textareas | Joshua Horowitz | |
2021-01-10 | add linux brave browser support | Enrico Borba | |
2021-01-10 | sponsor updates, document debugger folder slightly better | Omar Rizwan | |
2021-01-10 | Create FUNDING.yml | Omar Rizwan | |
2021-01-10 | Merge pull request #47 from cdf1982/master | Omar Rizwan | |
Save tab HTML source to file | |||
2021-01-10 | Save tab HTML source to file | cdf1982 | |
2021-01-09 | Merge pull request #43 from ezkl/add-macos-chrome-beta | Omar Rizwan | |
Add support for Chrome Beta on macOS | |||
2021-01-09 | Update install.sh | Ezekiel Templin | |
Co-authored-by: huglovefan <human@neet.fi> | |||
2021-01-08 | Add support for Chrome Beta on macOS | Ezekiel Templin | |
2021-01-05 | Merge pull request #38 from buckley-w-david/master | Omar Rizwan | |
Use environment varaible to configure mount location | |||
2021-01-05 | Merge remote-tracking branch 'huglovefan/master' | David Buckley | |
2021-01-05 | support TABFS_MOUNT_DIR | human | |
2021-01-04 | Merge branch 'master' of github.com:osnr/TabFS | David Buckley | |
2021-01-04 | use -lfuse on Mac. fixes #11. fixes #20 | Omar Rizwan | |
2021-01-04 | restore tabfs.c note; reword md | Omar Rizwan | |
2021-01-04 | md updates, including browser support info; fixes #30 | Omar Rizwan | |
2021-01-04 | Merge branch 'master' of github.com:osnr/tabfs | Omar Rizwan | |
2021-01-04 | Merge pull request #29 from huglovefan/master | Omar Rizwan | |
multi-threaded tabfs.c | |||
2021-01-04 | macfuse fix attempt | human | |
2021-01-03 | add LICENSE, fixes #23; md updates | Omar Rizwan | |
2021-01-03 | Merge pull request #32 from 4z3/activate | Omar Rizwan | |
Add /tabs/by-id/*/active | |||
2021-01-04 | background.js: add /tabs/by-id/*/active | tv | |
2021-01-03 | multi-threaded tabfs.c | human | |
2021-01-02 | Merge pull request #22 from rareranger/master | Omar Rizwan | |
Add support for Vivaldi browser on Linux | |||
2021-01-03 | Add support for Vivaldi browser on Linux | Rare Ranger | |
2021-01-02 | remove unnecessary malloc | David Buckley | |
2021-01-02 | Merge branch 'master' of github.com:osnr/TabFS | David Buckley | |
2021-01-02 | use environment variable TABFS_MOUNT_DIR instead of hardcoded mnt | David Buckley | |
2021-01-02 | md updates | Omar Rizwan | |
2021-01-02 | Merge pull request #19 from yggdr/freebsd | Omar Rizwan | |
FreeBSD compatibility | |||
2021-01-02 | Add FreeBSD compatibility | Konstantin Schukraft | |
2021-01-02 | Add default log file and mountpoint to gitignore | Konstantin Schukraft | |
2020-12-31 | Merge pull request #1 from catleeball/cflags | Omar Rizwan | |
Append user-defined CFLAGS | |||
2020-12-31 | Brain no good, made additional fix. | 🎷🐛 Lee Ball | |
2020-12-31 | Remove extra CFLAGS_EXTRA | 🎷🐛 Lee Ball | |