Commit graph

3 commits

Author SHA1 Message Date
Konstantin Schukraft c99fd56c7c
Add default log file and mountpoint to gitignore 2021-01-02 19:26:58 +01:00
Omar Rizwan 44c8dfcec6 test: test test-page.html 2020-12-29 03:03:38 -08:00
Omar Rizwan 784ec83696 Rewrite and refactor C half. No more shared memory! It's fast!
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.
2019-02-25 13:02:25 -08:00