aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Tweak README and Makefile for new deps, Linux support.Omar Rizwan2020-10-231-19/+10
|
* fs: Attempt to switch to native messaging. It relays 1 message ok!Omar Rizwan2020-10-211-1/+1
|
* Comment out websocket stuff so tabfs builds.Omar Rizwan2020-10-211-1/+1
|
* base64 hack to handle binary files.Omar Rizwan2019-02-271-1/+1
| | | | add memory fences because why not.
* fs: killall tabfs.Omar Rizwan2019-02-251-1/+1
|
* Rewrite and refactor C half. No more shared memory! It's fast!Omar Rizwan2019-02-251-7/+8
| | | | | | | | | Three C modules: - tabfs (main thread; talks to FUSE) - common (tabfs<->ws communication helpers) - ws (side thread; talks to browser over WebSocket) It's single-threaded, but I don't think that matters anyway.
* URL and title kind of work.Omar Rizwan2018-11-241-3/+1
| | | | | direct_io option makes it reliably change. Big speedup from... removing prints. Did I even need multithreading?
* Checkpoint. Just access JSON directly in FUSE handlers.Omar Rizwan2018-11-221-0/+9
|
* Initial commit. C stub with Web grafted on.Omar Rizwan2018-11-101-0/+30