aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Makefile
Commit message (Expand)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
* 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
* 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
* URL and title kind of work.Omar Rizwan2018-11-241-3/+1
* 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