index
:
TabFS
master
mount browser tabs & co. as a filesystem
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix FreeBSD support that broke when multithreading was implemented
Konstantin Schukraft
2021-01-11
1
-0
/
+1
*
use -lfuse on Mac. fixes #11. fixes #20
Omar Rizwan
2021-01-04
1
-2
/
+2
*
multi-threaded tabfs.c
human
2021-01-03
1
-5
/
+7
*
Add FreeBSD compatibility
Konstantin Schukraft
2021-01-02
1
-0
/
+7
*
Brain no good, made additional fix.
🎷🐛 Lee Ball
2020-12-31
1
-1
/
+1
*
Remove extra CFLAGS_EXTRA
🎷🐛 Lee Ball
2020-12-31
1
-1
/
+1
*
Append to environment CFLAGS if they exist.
🎷🐛 Lee Ball
2020-12-31
1
-1
/
+1
*
Append user-defined CFLAGS
🎷🐛 Lee Ball
2020-12-31
1
-2
/
+2
*
Tweak README and Makefile for new deps, Linux support.
Omar Rizwan
2020-10-23
1
-19
/
+10
*
fs: Attempt to switch to native messaging. It relays 1 message ok!
Omar Rizwan
2020-10-21
1
-1
/
+1
*
Comment out websocket stuff so tabfs builds.
Omar Rizwan
2020-10-21
1
-1
/
+1
*
base64 hack to handle binary files.
Omar Rizwan
2019-02-27
1
-1
/
+1
*
fs: killall tabfs.
Omar Rizwan
2019-02-25
1
-1
/
+1
*
Rewrite and refactor C half. No more shared memory! It's fast!
Omar Rizwan
2019-02-25
1
-7
/
+8
*
URL and title kind of work.
Omar Rizwan
2018-11-24
1
-3
/
+1
*
Checkpoint. Just access JSON directly in FUSE handlers.
Omar Rizwan
2018-11-22
1
-0
/
+9
*
Initial commit. C stub with Web grafted on.
Omar Rizwan
2018-11-10
1
-0
/
+30