Commit graph

171 commits

Author SHA1 Message Date
Omar Rizwan d7f462e964 Merge commit 'refs/pullreqs/55' 2021-01-31 12:33:11 -08:00
Omar Rizwan 1b03493dec
Merge pull request #62 from njerig/master
Add support for Vivaldi on macOS
2021-01-30 22:45:56 -08:00
Njeri Gachoka 7b3684df15 add support for Vivaldi on macOS 2021-01-30 22:20:53 -08:00
Omar Rizwan cf06de9c69
Merge pull request #50 from enricozb/master
add linux brave browser support
2021-01-16 12:09:55 -08:00
Omar Rizwan 82a1d6722d test: add textarea tests 2021-01-13 00:26:48 -08:00
Omar Rizwan c8f6827e76
Merge pull request #51 from joshuahhh/master
read/write textareas
2021-01-13 00:12:12 -08:00
Matthieu Vion 173668a4b6 feat(install): added Edge Dev for Linux 2021-01-12 13:55:07 +01:00
Omar Rizwan 0a6c542c76 fs: missed one %lld fix 2021-01-12 00:30:29 -08:00
Omar Rizwan 6d4b8ef5d1 fs: fix for off_t on 32-bit arch
(it's actually 64-bit bc of -D_FILE_OFFSET_BITS=64 at build time)
2021-01-12 00:17:34 -08:00
Omar Rizwan 9e1a145d23 Merge branch 'huglovefan-truncate' 2021-01-12 00:16:29 -08:00
Omar Rizwan 8b0e106ebd test: add test for #40 2021-01-12 00:15:25 -08:00
Omar Rizwan 030336b858 test: fix on Linux? 2021-01-11 23:59:24 -08:00
Omar Rizwan d1297b5b25 md: add sponsor 2021-01-11 23:39:16 -08:00
Omar Rizwan 740e2f3bb3 fs: fix fh handling on 32-bit arch 2021-01-11 23:25:42 -08:00
Omar Rizwan 6cd6fc2a15
Merge pull request #53 from yggdr/fix_freebsd
Fix FreeBSD support that broke when multithreading was implemented
2021-01-11 12:44:43 -08:00
Konstantin Schukraft 88925318e0
Fix FreeBSD support that broke when multithreading was implemented 2021-01-11 17:23:53 +01:00
human a7ab34ebbc fix truncating in defineFile()
- 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-11 10:25:57 +02:00
Joshua Horowitz 08885dc990 read/write textareas 2021-01-10 22:55:34 -08:00
Enrico Borba 86d7b2a7aa add linux brave browser support 2021-01-10 16:16:21 -10:00
Omar Rizwan 5f6cad2c71 sponsor updates, document debugger folder slightly better 2021-01-10 15:06:52 -08:00
Omar Rizwan 3c34988117
Create FUNDING.yml 2021-01-10 14:51:36 -08:00
Omar Rizwan 1c82184d68
Merge pull request #47 from cdf1982/master
Save tab HTML source to file
2021-01-10 13:17:08 -08:00
cdf1982 dc9ab003ee
Save tab HTML source to file 2021-01-10 20:59:42 +01:00
Omar Rizwan 1e7b1f8ad4
Merge pull request #43 from ezkl/add-macos-chrome-beta
Add support for Chrome Beta on macOS
2021-01-09 14:21:13 -08:00
Ezekiel Templin bdcaaaa530
Update install.sh
Co-authored-by: huglovefan <human@neet.fi>
2021-01-09 08:52:42 -08:00
Ezekiel Templin dfb9212ed2
Add support for Chrome Beta on macOS 2021-01-08 19:15:13 -08:00
Omar Rizwan 6d65a48d4e
Merge pull request #38 from buckley-w-david/master
Use environment varaible to configure mount location
2021-01-05 09:41:14 -08:00
David Buckley b77bf24168 Merge remote-tracking branch 'huglovefan/master' 2021-01-05 11:17:03 -05:00
human 509a0e1ce9 support TABFS_MOUNT_DIR 2021-01-05 03:18:25 +02:00
David Buckley daa3785d7c Merge branch 'master' of github.com:osnr/TabFS 2021-01-04 13:19:04 -05:00
Omar Rizwan 5905852cef use -lfuse on Mac. fixes #11. fixes #20 2021-01-04 04:50:24 -08:00
Omar Rizwan 180a71732e restore tabfs.c note; reword md 2021-01-04 04:30:32 -08:00
Omar Rizwan f47c7f066b md updates, including browser support info; fixes #30 2021-01-04 04:27:24 -08:00
Omar Rizwan 683a3eb233 Merge branch 'master' of github.com:osnr/tabfs 2021-01-04 03:40:51 -08:00
Omar Rizwan 6e829c1f17
Merge pull request #29 from huglovefan/master
multi-threaded tabfs.c
2021-01-04 03:35:17 -08:00
human 57331e2092 macfuse fix attempt 2021-01-04 11:40:22 +02:00
Omar Rizwan a4390ecfdf add LICENSE, fixes #23; md updates 2021-01-03 21:42:23 -08:00
Omar Rizwan 11834af936
Merge pull request #32 from 4z3/activate
Add /tabs/by-id/*/active
2021-01-03 20:09:07 -08:00
tv 8946ca34b8 background.js: add /tabs/by-id/*/active 2021-01-04 05:06:34 +01:00
human 3c8570ac52 multi-threaded tabfs.c 2021-01-03 12:52:38 +02:00
Omar Rizwan f875d56b07
Merge pull request #22 from rareranger/master
Add support for Vivaldi browser on Linux
2021-01-02 23:03:36 -08:00
Rare Ranger 3c0d711d03 Add support for Vivaldi browser on Linux 2021-01-03 10:39:18 +04:00
David Buckley 901d4c9810 remove unnecessary malloc 2021-01-02 23:36:52 -05:00
David Buckley 9f38203ebf Merge branch 'master' of github.com:osnr/TabFS 2021-01-02 23:03:41 -05:00
David Buckley 598c67a775 use environment variable TABFS_MOUNT_DIR instead of hardcoded mnt 2021-01-02 22:58:54 -05:00
Omar Rizwan dcce4221a2 md updates 2021-01-02 15:46:44 -08:00
Omar Rizwan 1f9d5de4da
Merge pull request #19 from yggdr/freebsd
FreeBSD compatibility
2021-01-02 11:47:32 -08:00
Konstantin Schukraft 2c7e302171
Add FreeBSD compatibility 2021-01-02 19:30:56 +01:00
Konstantin Schukraft c99fd56c7c
Add default log file and mountpoint to gitignore 2021-01-02 19:26:58 +01:00
Omar Rizwan fef9289e3a
Merge pull request #1 from catleeball/cflags
Append user-defined CFLAGS
2020-12-31 20:57:15 -08:00