summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-11fs: fix fh handling on 32-bit archOmar Rizwan
2021-01-11Merge pull request #53 from yggdr/fix_freebsdOmar Rizwan
Fix FreeBSD support that broke when multithreading was implemented
2021-01-11Fix FreeBSD support that broke when multithreading was implementedKonstantin Schukraft
2021-01-11fix 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-10read/write textareasJoshua Horowitz
2021-01-10add linux brave browser supportEnrico Borba
2021-01-10sponsor updates, document debugger folder slightly betterOmar Rizwan
2021-01-10Create FUNDING.ymlOmar Rizwan
2021-01-10Merge pull request #47 from cdf1982/masterOmar Rizwan
Save tab HTML source to file
2021-01-10Save tab HTML source to filecdf1982
2021-01-09Merge pull request #43 from ezkl/add-macos-chrome-betaOmar Rizwan
Add support for Chrome Beta on macOS
2021-01-09Update install.shEzekiel Templin
Co-authored-by: huglovefan <human@neet.fi>
2021-01-08Add support for Chrome Beta on macOSEzekiel Templin
2021-01-05Merge pull request #38 from buckley-w-david/masterOmar Rizwan
Use environment varaible to configure mount location
2021-01-05Merge remote-tracking branch 'huglovefan/master'David Buckley
2021-01-05support TABFS_MOUNT_DIRhuman
2021-01-04Merge branch 'master' of github.com:osnr/TabFSDavid Buckley
2021-01-04use -lfuse on Mac. fixes #11. fixes #20Omar Rizwan
2021-01-04restore tabfs.c note; reword mdOmar Rizwan
2021-01-04md updates, including browser support info; fixes #30Omar Rizwan
2021-01-04Merge branch 'master' of github.com:osnr/tabfsOmar Rizwan
2021-01-04Merge pull request #29 from huglovefan/masterOmar Rizwan
multi-threaded tabfs.c
2021-01-04macfuse fix attempthuman
2021-01-03add LICENSE, fixes #23; md updatesOmar Rizwan
2021-01-03Merge pull request #32 from 4z3/activateOmar Rizwan
Add /tabs/by-id/*/active
2021-01-04background.js: add /tabs/by-id/*/activetv
2021-01-03multi-threaded tabfs.chuman
2021-01-02Merge pull request #22 from rareranger/masterOmar Rizwan
Add support for Vivaldi browser on Linux
2021-01-03Add support for Vivaldi browser on LinuxRare Ranger
2021-01-02remove unnecessary mallocDavid Buckley
2021-01-02Merge branch 'master' of github.com:osnr/TabFSDavid Buckley
2021-01-02use environment variable TABFS_MOUNT_DIR instead of hardcoded mntDavid Buckley
2021-01-02md updatesOmar Rizwan
2021-01-02Merge pull request #19 from yggdr/freebsdOmar Rizwan
FreeBSD compatibility
2021-01-02Add FreeBSD compatibilityKonstantin Schukraft
2021-01-02Add default log file and mountpoint to gitignoreKonstantin Schukraft
2020-12-31Merge pull request #1 from catleeball/cflagsOmar Rizwan
Append user-defined CFLAGS
2020-12-31Brain no good, made additional fix.🎷🐛 Lee Ball
2020-12-31Remove extra CFLAGS_EXTRA🎷🐛 Lee Ball
2020-12-31Append to environment CFLAGS if they exist.🎷🐛 Lee Ball
2020-12-31Append user-defined CFLAGS🎷🐛 Lee Ball
Allow CFLAGS present in the user's environment be appended to EXTRA_CFLAGS.
2020-12-31delete vestigial test-native.c, improve mdOmar Rizwan
2020-12-31md updateOmar Rizwan
2020-12-31Firefox fixes, md updateOmar Rizwan
2020-12-31update md, add some stubs, move console inside scopeOmar Rizwan
2020-12-30console and execute-script work. with testOmar Rizwan
2020-12-30continuing work on console. it can print stuff in `tail -f`!Omar Rizwan
2020-12-30eval works. start on consoleOmar Rizwan
2020-12-29ability to read scripts/file with path filteringOmar Rizwan
2020-12-29test test-script.js nameOmar Rizwan