aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add /tabs/by-id/*/{discard,index}HEADmastertv2021-01-141-17/+68
|
* add build-crx.sh and install-crx.shtv2021-01-142-0/+82
|
* tabfs-wrapper: make logfile configurabletv2021-01-141-1/+14
|
* tabfs-wrapper: make mountpoint configurabletv2021-01-141-4/+16
|
* add tabfs-wrapper for all things shell scriptingtv2021-01-143-40/+30
|
* test: add textarea testsOmar Rizwan2021-01-132-2/+28
|
* Merge pull request #51 from joshuahhh/masterOmar Rizwan2021-01-131-0/+20
|\ | | | | read/write textareas
| * read/write textareasJoshua Horowitz2021-01-101-0/+20
| |
* | fs: missed one %lld fixOmar Rizwan2021-01-121-1/+1
| |
* | fs: fix for off_t on 32-bit archOmar Rizwan2021-01-121-3/+3
| | | | | | | | (it's actually 64-bit bc of -D_FILE_OFFSET_BITS=64 at build time)
* | Merge branch 'huglovefan-truncate'Omar Rizwan2021-01-123-7/+37
|\ \
| * | test: add test for #40Omar Rizwan2021-01-121-2/+6
| | |
| * | fix truncating in defineFile()human2021-01-112-6/+32
| | | | | | | | | | | | | | | | | | | | | - 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
* | | test: fix on Linux?Omar Rizwan2021-01-111-1/+1
| | |
* | | md: add sponsorOmar Rizwan2021-01-111-0/+7
| | |
* | | fs: fix fh handling on 32-bit archOmar Rizwan2021-01-111-6/+6
| | |
* | | Merge pull request #53 from yggdr/fix_freebsdOmar Rizwan2021-01-112-0/+3
|\ \ \ | |_|/ |/| | Fix FreeBSD support that broke when multithreading was implemented
| * | Fix FreeBSD support that broke when multithreading was implementedKonstantin Schukraft2021-01-112-0/+3
|/ /
* | sponsor updates, document debugger folder slightly betterOmar Rizwan2021-01-103-3/+13
| |
* | Create FUNDING.ymlOmar Rizwan2021-01-101-0/+1
| |
* | Merge pull request #47 from cdf1982/masterOmar Rizwan2021-01-101-0/+1
|\ \ | | | | | | Save tab HTML source to file
| * | Save tab HTML source to filecdf19822021-01-101-0/+1
|/ /
* | Merge pull request #43 from ezkl/add-macos-chrome-betaOmar Rizwan2021-01-091-2/+5
|\ \ | |/ |/| Add support for Chrome Beta on macOS
| * Update install.shEzekiel Templin2021-01-091-1/+1
| | | | | | Co-authored-by: huglovefan <human@neet.fi>
| * Add support for Chrome Beta on macOSEzekiel Templin2021-01-081-2/+5
|/
* Merge pull request #38 from buckley-w-david/masterOmar Rizwan2021-01-051-5/+9
|\ | | | | Use environment varaible to configure mount location
| * Merge remote-tracking branch 'huglovefan/master'David Buckley2021-01-051-12/+9
| |\
| | * support TABFS_MOUNT_DIRhuman2021-01-051-5/+9
| | |
| * | Merge branch 'master' of github.com:osnr/TabFSDavid Buckley2021-01-046-168/+1157
| |\ \ | |/ / |/| |
* | | use -lfuse on Mac. fixes #11. fixes #20Omar Rizwan2021-01-042-6/+6
| | |
* | | restore tabfs.c note; reword mdOmar Rizwan2021-01-042-2/+8
| | |
* | | md updates, including browser support info; fixes #30Omar Rizwan2021-01-041-42/+66
| | |
* | | Merge branch 'master' of github.com:osnr/tabfsOmar Rizwan2021-01-044-134/+410
|\ \ \
| * \ \ Merge pull request #29 from huglovefan/masterOmar Rizwan2021-01-043-132/+387
| |\ \ \ | | | |/ | | |/| multi-threaded tabfs.c
| | * | macfuse fix attempthuman2021-01-041-6/+12
| | | |
| | * | multi-threaded tabfs.chuman2021-01-033-132/+381
| | | |
| * | | Merge pull request #32 from 4z3/activateOmar Rizwan2021-01-031-0/+18
| |\ \ \ | | |/ / | |/| | Add /tabs/by-id/*/active
| | * | background.js: add /tabs/by-id/*/activetv2021-01-041-0/+18
| |/ /
| * | Merge pull request #22 from rareranger/masterOmar Rizwan2021-01-021-2/+5
| |\ \ | | | | | | | | Add support for Vivaldi browser on Linux
| | * | Add support for Vivaldi browser on LinuxRare Ranger2021-01-031-2/+5
| |/ /
* / / add LICENSE, fixes #23; md updatesOmar Rizwan2021-01-032-7/+692
|/ /
| * remove unnecessary mallocDavid Buckley2021-01-021-2/+1
| |
| * Merge branch 'master' of github.com:osnr/TabFSDavid Buckley2021-01-025-14/+57
| |\ | |/ |/|
* | md updatesOmar Rizwan2021-01-021-12/+36
| |
* | Merge pull request #19 from yggdr/freebsdOmar Rizwan2021-01-025-2/+21
|\ \ | | | | | | FreeBSD compatibility
| * | Add FreeBSD compatibilityKonstantin Schukraft2021-01-024-1/+18
| | |
| * | Add default log file and mountpoint to gitignoreKonstantin Schukraft2021-01-021-1/+3
|/ /
| * use environment variable TABFS_MOUNT_DIR instead of hardcoded mntDavid Buckley2021-01-021-3/+13
|/
* Merge pull request #1 from catleeball/cflagsOmar Rizwan2020-12-311-1/+1
|\ | | | | Append user-defined CFLAGS
| * Brain no good, made additional fix.🎷🐛 Lee Ball2020-12-311-1/+1
| |