Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base64 hack to handle binary files. | Omar Rizwan | 2019-02-27 | 1 | -7/+9 |
| | | | | add memory fences because why not. | ||||
* | fs: Some comments. | Omar Rizwan | 2019-02-25 | 1 | -0/+4 |
| | |||||
* | fs: Fix formatting. | Omar Rizwan | 2019-02-25 | 1 | -27/+27 |
| | |||||
* | Rewrite and refactor C half. No more shared memory! It's fast! | Omar Rizwan | 2019-02-25 | 1 | -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. |