aboutsummaryrefslogtreecommitdiffstats
path: root/fs/common.c
Commit message (Collapse)AuthorAgeFilesLines
* base64 hack to handle binary files.Omar Rizwan2019-02-271-7/+9
| | | | add memory fences because why not.
* fs: Some comments.Omar Rizwan2019-02-251-0/+4
|
* fs: Fix formatting.Omar Rizwan2019-02-251-27/+27
|
* Rewrite and refactor C half. No more shared memory! It's fast!Omar Rizwan2019-02-251-0/+62
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.