aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix FreeBSD support that broke when multithreading was implementedKonstantin Schukraft2021-01-111-0/+1
|
* use -lfuse on Mac. fixes #11. fixes #20Omar Rizwan2021-01-041-2/+2
|
* multi-threaded tabfs.chuman2021-01-031-5/+7
|
* Add FreeBSD compatibilityKonstantin Schukraft2021-01-021-0/+7
|
* Brain no good, made additional fix.🎷🐛 Lee Ball2020-12-311-1/+1
|
* Remove extra CFLAGS_EXTRA🎷🐛 Lee Ball2020-12-311-1/+1
|
* Append to environment CFLAGS if they exist.🎷🐛 Lee Ball2020-12-311-1/+1
|
* Append user-defined CFLAGS🎷🐛 Lee Ball2020-12-311-2/+2
| | | | | Allow CFLAGS present in the user's environment be appended to EXTRA_CFLAGS.
* Tweak README and Makefile for new deps, Linux support.Omar Rizwan2020-10-231-19/+10
|
* fs: Attempt to switch to native messaging. It relays 1 message ok!Omar Rizwan2020-10-211-1/+1
|
* Comment out websocket stuff so tabfs builds.Omar Rizwan2020-10-211-1/+1
|
* base64 hack to handle binary files.Omar Rizwan2019-02-271-1/+1
| | | | add memory fences because why not.
* fs: killall tabfs.Omar Rizwan2019-02-251-1/+1
|
* Rewrite and refactor C half. No more shared memory! It's fast!Omar Rizwan2019-02-251-7/+8
| | | | | | | | | 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.
* URL and title kind of work.Omar Rizwan2018-11-241-3/+1
| | | | | direct_io option makes it reliably change. Big speedup from... removing prints. Did I even need multithreading?
* Checkpoint. Just access JSON directly in FUSE handlers.Omar Rizwan2018-11-221-0/+9
|
* Initial commit. C stub with Web grafted on.Omar Rizwan2018-11-101-0/+30