Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme
|
|
add Arc browser support for mac
|
|
|
|
Fix body.html for larger files and UTF-8 contents.
|
|
|
|
Tabs by window
|
|
|
|
|
|
tweak routes.html language slightly
|
|
|
|
|
|
extension: add support for Opera browser on Linux
|
|
|
|
|
|
|
|
|
|
Remove vestiges of backgroundJS hot swap.
|
|
|
|
background.js and background.js.html -- for now.
|
|
|
|
|
|
|
|
|
|
sort routes by specificity (__matchVarCount)
makes evals & watches much simpler; is prep work for writable tab
directory stuff
|
|
|
|
|
|
|
|
|
|
(across hot reloads)
|
|
(to the point where you can log and it shows up; it doesn't seem able
to replace routes yet)
|
|
delete anim stuff for now
|
|
add runtime/background.js route.
|
|
to routeForTab and routeFromScript
|
|
We now remember the path of each cached file, so when someone
truncates that path, we can truncate all open instances of it in
cache. Important when someone pipes to stomp a file / opens with
O_TRUNC (which FUSE disaggregates into an open() and then a truncate()
call). Gets rid of the need for FUSE_CAP_ATOMIC_O_TRUNC, which never
worked on macOS anyway.
Fixes #40.
|
|
truncate was still assuming fixed path instead of passing whole req
object on to setData/getData.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|