aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* read/write textareasJoshua Horowitz2021-01-101-0/+20
|
* 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
| |
| * Remove extra CFLAGS_EXTRA🎷🐛 Lee Ball2020-12-311-1/+1
| |
| * Append to environment CFLAGS if they exist.🎷🐛 Lee Ball2020-12-311-1/+1
| |
| * Append user-defined CFLAGS🎷🐛 Lee Ball2020-12-311-2/+2
|/ | | | | Allow CFLAGS present in the user's environment be appended to EXTRA_CFLAGS.
* delete vestigial test-native.c, improve mdOmar Rizwan2020-12-312-30/+7
|
* md updateOmar Rizwan2020-12-311-0/+7
|
* Firefox fixes, md updateOmar Rizwan2020-12-312-12/+19
|
* update md, add some stubs, move console inside scopeOmar Rizwan2020-12-313-82/+223
|
* console and execute-script work. with testOmar Rizwan2020-12-302-15/+45
|
* continuing work on console. it can print stuff in `tail -f`!Omar Rizwan2020-12-301-18/+30
|
* eval works. start on consoleOmar Rizwan2020-12-301-3/+45
|
* ability to read scripts/file with path filteringOmar Rizwan2020-12-292-8/+11
|
* test test-script.js nameOmar Rizwan2020-12-291-4/+18
|
* improve scripts dir -- checking scriptId more reliably. add testsOmar Rizwan2020-12-292-9/+28
|
* prevent explosion of scriptsForTab!Omar Rizwan2020-12-293-47/+81
|
* test: test test-page.htmlOmar Rizwan2020-12-295-11/+28
|
* improve test reliability; try clear scriptsForTab (doesn't work yet)Omar Rizwan2020-12-294-11/+16
|
* cleanup refcount stuff that wasn't being used anyway, update mdOmar Rizwan2020-12-283-60/+94
|