summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-01-02Add default log file and mountpoint to gitignoreKonstantin Schukraft
2020-12-29test: test test-page.htmlOmar Rizwan
2019-02-25Rewrite and refactor C half. No more shared memory! It's fast!Omar Rizwan
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.