aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* macfuse fix attempthuman2021-01-041-6/+12
* multi-threaded tabfs.chuman2021-01-033-132/+381
* Merge pull request #22 from rareranger/masterOmar Rizwan2021-01-021-2/+5
|\
| * Add support for Vivaldi browser on LinuxRare Ranger2021-01-031-2/+5
|/
* md updatesOmar Rizwan2021-01-021-12/+36
* Merge pull request #19 from yggdr/freebsdOmar Rizwan2021-01-025-2/+21
|\
| * Add FreeBSD compatibilityKonstantin Schukraft2021-01-024-1/+18
| * Add default log file and mountpoint to gitignoreKonstantin Schukraft2021-01-021-1/+3
|/
* Merge pull request #1 from catleeball/cflagsOmar Rizwan2020-12-311-1/+1
|\
| * 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
|/
* delete vestigial test-native.c, improve mdOmar Rizwan2020-12-312-30/+7
* md updateOmar Rizwan2020-12-311-0/+7
* Firefox fixes, md updateOmar Rizwan2020-12-312-12/+19
* update md, add some stubs, move console inside scopeOmar Rizwan2020-12-313-82/+223
* console and execute-script work. with testOmar Rizwan2020-12-302-15/+45
* continuing work on console. it can print stuff in `tail -f`!Omar Rizwan2020-12-301-18/+30
* eval works. start on consoleOmar Rizwan2020-12-301-3/+45
* ability to read scripts/file with path filteringOmar Rizwan2020-12-292-8/+11
* test test-script.js nameOmar Rizwan2020-12-291-4/+18
* improve scripts dir -- checking scriptId more reliably. add testsOmar Rizwan2020-12-292-9/+28
* prevent explosion of scriptsForTab!Omar Rizwan2020-12-293-47/+81
* test: test test-page.htmlOmar Rizwan2020-12-295-11/+28
* improve test reliability; try clear scriptsForTab (doesn't work yet)Omar Rizwan2020-12-294-11/+16
* cleanup refcount stuff that wasn't being used anyway, update mdOmar Rizwan2020-12-283-60/+94
* vendor frozenOmar Rizwan2020-12-276-19/+1814
* add tabfs.md (hard linked into website)Omar Rizwan2020-12-272-1/+425
* add window symlink in tab folderOmar Rizwan2020-12-252-6/+13
* add some comments, do some cleanupOmar Rizwan2020-12-252-17/+46
* make windows/*/visible-tab.png. seems to work?Omar Rizwan2020-12-253-22/+6
* start working on windows/ (so i can have cleaner screenshot API)Omar Rizwan2020-12-252-23/+49
* fix bug with new debugger/ route path matchingOmar Rizwan2020-12-251-11/+15
* make debugger/ subfolder. remove lastFocused storage (didn't need?)Omar Rizwan2020-12-253-72/+83
* add .txt extensions (it screenshots better)Omar Rizwan2020-12-252-17/+17
* remove doc/README. fix truncate on extensions/*/enabled. add timeoutOmar Rizwan2020-12-246-246/+33
* better router infill logic; start work on /runtime/reloadOmar Rizwan2020-12-242-5/+13
* fix truncate & write (incl resizing). fix extensions/*/enabled ?Omar Rizwan2020-12-231-9/+17
* extensions/*/enabled is readable (+ test that works)Omar Rizwan2020-12-223-1/+25
* fixup ancestor algorithm so extensions/ appearsOmar Rizwan2020-12-221-10/+10
* start adding extensions/ folder. fix up js testsOmar Rizwan2020-12-223-11/+25
* remove tab at end of testOmar Rizwan2020-12-192-3/+5
* more testsOmar Rizwan2020-12-191-0/+13
* make test.c. clean up utf8/string stuff a bit, start write patchingOmar Rizwan2020-12-192-35/+43
* checkpoint: starting work on truncate. more README stubs.Omar Rizwan2020-12-183-67/+31
* make URL writable (kinda). allow delete in by-title/. README updateOmar Rizwan2020-12-152-12/+27
* Add unlink support. Make by-title/ writable. Add . and .. entries.Omar Rizwan2020-12-133-9/+31
* fromStringMaker -> defineFile; start adding write to defineFile.Omar Rizwan2020-12-132-9/+25
* scripts works! uses getScriptSourceOmar Rizwan2020-12-121-6/+10