Commit graph

123 commits

Author SHA1 Message Date
Konstantin Schukraft c99fd56c7c
Add default log file and mountpoint to gitignore 2021-01-02 19:26:58 +01:00
Omar Rizwan fef9289e3a
Merge pull request #1 from catleeball/cflags
Append user-defined CFLAGS
2020-12-31 20:57:15 -08:00
🎷🐛 Lee Ball 0bef10a59f Brain no good, made additional fix. 2020-12-31 20:06:48 -08:00
🎷🐛 Lee Ball f3707d707f Remove extra CFLAGS_EXTRA 2020-12-31 20:04:13 -08:00
🎷🐛 Lee Ball cd9288619d Append to environment CFLAGS if they exist. 2020-12-31 20:00:29 -08:00
🎷🐛 Lee Ball b304b40553 Append user-defined CFLAGS
Allow CFLAGS present in the user's environment be appended to
EXTRA_CFLAGS.
2020-12-31 19:20:17 -08:00
Omar Rizwan 8bff4e0857 delete vestigial test-native.c, improve md 2020-12-31 18:47:24 -08:00
Omar Rizwan 08c280118e md update 2020-12-31 18:25:46 -08:00
Omar Rizwan d588283fb2 Firefox fixes, md update 2020-12-31 18:00:25 -08:00
Omar Rizwan 86cf0a0ae8 update md, add some stubs, move console inside scope 2020-12-31 17:33:11 -08:00
Omar Rizwan 957ea5a3d4 console and execute-script work. with test 2020-12-30 22:44:25 -08:00
Omar Rizwan b09951ebc2 continuing work on console. it can print stuff in tail -f! 2020-12-30 18:57:01 -08:00
Omar Rizwan 77c79a8f83 eval works. start on console 2020-12-30 17:19:22 -08:00
Omar Rizwan 1185e6885c ability to read scripts/file with path filtering 2020-12-29 14:16:25 -08:00
Omar Rizwan 6c56c525f2 test test-script.js name 2020-12-29 05:02:28 -08:00
Omar Rizwan 8315efcb60 improve scripts dir -- checking scriptId more reliably. add tests 2020-12-29 04:27:12 -08:00
Omar Rizwan 705b245be5 prevent explosion of scriptsForTab! 2020-12-29 03:52:17 -08:00
Omar Rizwan 44c8dfcec6 test: test test-page.html 2020-12-29 03:03:38 -08:00
Omar Rizwan 5f15ab1c37 improve test reliability; try clear scriptsForTab (doesn't work yet) 2020-12-29 02:35:03 -08:00
Omar Rizwan b8181bd6f5 cleanup refcount stuff that wasn't being used anyway, update md 2020-12-28 10:41:15 -08:00
Omar Rizwan e31f915bdd vendor frozen 2020-12-27 18:20:34 -08:00
Omar Rizwan fb6ed2b2f4 add tabfs.md (hard linked into website) 2020-12-27 18:04:15 -08:00
Omar Rizwan ab34a525dc add window symlink in tab folder 2020-12-25 15:54:53 -08:00
Omar Rizwan f3ea7349c0 add some comments, do some cleanup 2020-12-25 15:42:38 -08:00
Omar Rizwan c4d9cb7b54 make windows/*/visible-tab.png. seems to work? 2020-12-25 15:13:04 -08:00
Omar Rizwan 2d8bedcc4b start working on windows/ (so i can have cleaner screenshot API) 2020-12-25 14:55:35 -08:00
Omar Rizwan 58d5e819ae fix bug with new debugger/ route path matching 2020-12-25 13:59:35 -08:00
Omar Rizwan cc53bdd98d make debugger/ subfolder. remove lastFocused storage (didn't need?)
make test reload on start. test seems to work
2020-12-25 13:40:18 -08:00
Omar Rizwan b64c0f7016 add .txt extensions (it screenshots better) 2020-12-25 00:38:55 -08:00
Omar Rizwan 462a657bfd remove doc/README. fix truncate on extensions/*/enabled. add timeout 2020-12-24 23:46:48 -08:00
Omar Rizwan 2a67a62e21 better router infill logic; start work on /runtime/reload 2020-12-24 13:49:38 -08:00
Omar Rizwan 760de1ac77 fix truncate & write (incl resizing). fix extensions/*/enabled ? 2020-12-23 04:18:26 -08:00
Omar Rizwan 35214c9698 extensions/*/enabled is readable (+ test that works) 2020-12-22 20:34:01 -08:00
Omar Rizwan e6f9ce7437 fixup ancestor algorithm so extensions/ appears 2020-12-22 18:32:08 -08:00
Omar Rizwan de9a792a21 start adding extensions/ folder. fix up js tests
some hacks to start working on clearing old scriptParsed entries
2020-12-22 16:36:09 -08:00
Omar Rizwan 9e23fc59fc remove tab at end of test 2020-12-19 17:11:59 -08:00
Omar Rizwan 375e91bdd7 more tests 2020-12-19 15:36:22 -08:00
Omar Rizwan e1e47173b6 make test.c. clean up utf8/string stuff a bit, start write patching 2020-12-19 15:22:44 -08:00
Omar Rizwan bb0376c407 checkpoint: starting work on truncate. more README stubs. 2020-12-18 23:54:36 -08:00
Omar Rizwan d21c9eace1 make URL writable (kinda). allow delete in by-title/. README update 2020-12-15 12:11:41 -08:00
Omar Rizwan 9feca9b0b9 Add unlink support. Make by-title/ writable. Add . and .. entries.
Still haven't added the unlink handler to by-title/, though.
2020-12-13 22:02:29 -08:00
Omar Rizwan cabc3fe03f fromStringMaker -> defineFile; start adding write to defineFile.
also make write() actually work w/o errors. (return size)
2020-12-13 05:21:43 -08:00
Omar Rizwan 654265347c scripts works! uses getScriptSource 2020-12-12 02:51:09 -08:00
Omar Rizwan 08af48843b fix detach->attach flow. collect scripts/ entries and readdir
(but not providing attrs yet, so they don't actually show up in ls
yet)
2020-12-12 02:36:37 -08:00
Omar Rizwan 9ba6bb7cf6 README additions 2020-12-12 02:36:16 -08:00
Omar Rizwan edb59121cc make screenshot.png use fromStringMaker 2020-12-11 22:32:46 -08:00
Omar Rizwan 583611af58 more refactoring: standardize fromStringMaker to use arrays
resources and screenshot.png seem to still work
2020-12-11 21:25:03 -08:00
Omar Rizwan dc71428fbd refactor to create fromStringMaker. text, title, url seem to work
with this, I think I can drastically simplify the synthetic file
definition code
2020-12-11 20:01:11 -08:00
Omar Rizwan 1dd02874a3 fence withTab and fromScript into scope 2020-12-11 15:45:19 -08:00
Omar Rizwan d3b376582f refactor -> Cache, TabManager, BrowserState.
screenshot.png is consistent & fast-ish now! need to fixup resources
2020-12-11 15:18:26 -08:00