aboutsummaryrefslogtreecommitdiffstats
path: root/fs/common.h
Commit message (Collapse)AuthorAgeFilesLines
* fs: Attempt to switch to native messaging. It relays 1 message ok!Omar Rizwan2020-10-211-34/+0
|
* fs: Some comments.Omar Rizwan2019-02-251-0/+16
|
* Rewrite and refactor C half. No more shared memory! It's fast!Omar Rizwan2019-02-251-0/+18
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.