summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-14Allow all characters (except /) when sanitazingK1-K1
2021-01-13test: add textarea testsOmar Rizwan
2021-01-13Merge pull request #51 from joshuahhh/masterOmar Rizwan
read/write textareas
2021-01-12feat(install): added Edge Dev for LinuxMatthieu Vion
2021-01-12fs: missed one %lld fixOmar Rizwan
2021-01-12fs: fix for off_t on 32-bit archOmar Rizwan
(it's actually 64-bit bc of -D_FILE_OFFSET_BITS=64 at build time)
2021-01-12Merge branch 'huglovefan-truncate'Omar Rizwan
2021-01-12test: add test for #40Omar Rizwan
2021-01-11test: fix on Linux?Omar Rizwan
2021-01-11md: add sponsorOmar Rizwan
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