Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add default log file and mountpoint to gitignore | Konstantin Schukraft | 2021-01-02 | 1 | -1/+3 |
| | |||||
* | test: test test-page.html | Omar Rizwan | 2020-12-29 | 1 | -1/+2 |
| | |||||
* | Rewrite and refactor C half. No more shared memory! It's fast! | Omar Rizwan | 2019-02-25 | 1 | -0/+4 |
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. |