aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add default log file and mountpoint to gitignoreKonstantin Schukraft2021-01-021-1/+3
|
* test: test test-page.htmlOmar Rizwan2020-12-291-1/+2
|
* Rewrite and refactor C half. No more shared memory! It's fast!Omar Rizwan2019-02-251-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.