Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow CFLAGS present in the user's environment be appended to
EXTRA_CFLAGS.
|
|
|
|
|
|
|
|
|
|
Still haven't added the unlink handler to by-title/, though.
|
|
|
|
|
|
|
|
|
|
this wasn't too bad
|
|
read file yet
also (... at the same time ...) more work on refactoring background.js
to eliminate middle layer, I guess
|
|
|
|
|
|
|
|
|
|
|
|
(I guess FF uses the DB in the backend? it makes async errors work...)
|
|
Currently stuck not getting response to a getattr...
|
|
|
|
|
|
|
|
Why? The WebSocket stuff is broken right now, and I want to get rid of
the dep...
|
|
|
|
FUSE readlink needing to return 0 + getattr needing to return correct
st_size was _not_ obvious, lol.
|
|
add memory fences because why not.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
direct_io option makes it reliably change.
Big speedup from... removing prints. Did I even need multithreading?
|