Go to file
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
extension Rewrite and refactor C half. No more shared memory! It's fast! 2019-02-25 13:02:25 -08:00
fs Rewrite and refactor C half. No more shared memory! It's fast! 2019-02-25 13:02:25 -08:00
.gitignore Rewrite and refactor C half. No more shared memory! It's fast! 2019-02-25 13:02:25 -08:00
.gitmodules WebSocket communication seems to work. 2018-11-11 05:32:44 -08:00