Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gemini: better error-handling | Kartik K. Agaram | 2021-12-25 | 1 | -5/+9 | |
* | start persisting sandboxing settings | Kartik K. Agaram | 2021-12-25 | 1 | -0/+86 | |
* | reorg | Kartik K. Agaram | 2021-12-25 | 1 | -24/+24 | |
* | network calls are now sandboxed | Kartik K. Agaram | 2021-12-25 | 1 | -1/+10 | |
* | file open() is now sandboxed | Kartik K. Agaram | 2021-12-25 | 3 | -15/+36 | |
* | remove disabled functions from life.tlv | Kartik K. Agaram | 2021-12-25 | 1 | -2/+1 | |
* | flesh out very preliminary UI | Kartik K. Agaram | 2021-12-25 | 3 | -19/+154 | |
* | fix a couple of colors | Kartik K. Agaram | 2021-12-25 | 1 | -2/+2 | |
* | delete a couple more hacky function prototypes | Kartik K. Agaram | 2021-12-25 | 3 | -4/+3 | |
* | sandbox: more scenarios | Kartik K. Agaram | 2021-12-25 | 1 | -0/+5 | |
* | . | Kartik K. Agaram | 2021-12-25 | 1 | -2/+8 | |
* | mock sandbox status and some initial colors | Kartik K. Agaram | 2021-12-25 | 2 | -1/+30 | |
* | update all places when changing color scheme | Kartik K. Agaram | 2021-12-25 | 1 | -0/+1 | |
* | fix menu colors in all color schemes | Kartik K. Agaram | 2021-12-25 | 1 | -1/+2 | |
* | sandbox: new scenario | Kartik K. Agaram | 2021-12-25 | 1 | -0/+4 | |
* | more sandboxing scenarios | Kartik K. Agaram | 2021-12-25 | 1 | -0/+9 | |
* | . | Kartik K. Agaram | 2021-12-25 | 1 | -4/+4 | |
* | . | Kartik K. Agaram | 2021-12-25 | 1 | -1/+1 | |
* | a little more reorg | Kartik K. Agaram | 2021-12-25 | 2 | -82/+87 | |
* | reorg: pull Teliva-specific stuff out of lua.c | Kartik K. Agaram | 2021-12-25 | 9 | -1061/+1071 | |
* | . | Kartik K. Agaram | 2021-12-25 | 1 | -2/+2 | |
* | make the case for sandboxing in the Readme | Kartik K. Agaram | 2021-12-25 | 1 | -24/+45 | |
* | back to sandboxing; focus on files and sockets | Kartik K. Agaram | 2021-12-25 | 1 | -0/+2 | |
* | drop stdin/stdout/stderr and Lua default files | Kartik K. Agaram | 2021-12-25 | 2 | -115/+18 | |
* | drop advent.tlv | Kartik K. Agaram | 2021-12-25 | 1 | -199/+0 | |
* | sandbox: no popen | Kartik K. Agaram | 2021-12-25 | 4 | -58/+3 | |
* | tlv format for transient editor state | Kartik K. Agaram | 2021-12-25 | 2 | -18/+21 | |
* | sandbox: UX | Kartik K. Agaram | 2021-12-25 | 1 | -1/+3 | |
* | sandbox: another scenario, some UX ideas | Kartik K. Agaram | 2021-12-25 | 1 | -0/+8 | |
* | sandbox: record scenarios I've thought of so far | Kartik K. Agaram | 2021-12-25 | 1 | -4/+24 | |
* | sandbox: no system() | Kartik K. Agaram | 2021-12-25 | 2 | -8/+5 | |
* | . | Kartik K. Agaram | 2021-12-25 | 1 | -2/+2 | |
* | stop futzing around and start sandboxing | Kartik K. Agaram | 2021-12-24 | 4 | -0/+937 | |
* | clarify 'hardcoded colors' in the Readme | Kartik K. Agaram | 2021-12-24 | 1 | -1/+2 | |
* | . | Kartik K. Agaram | 2021-12-23 | 1 | -0/+7 | |
* | toot-toot: support backspace on Mac | Kartik K. Agaram | 2021-12-23 | 1 | -1/+1 | |
* | toot-toot: cursor_down now handles wrapping lines | Kartik K. Agaram | 2021-12-23 | 1 | -8/+31 | |
* | clean up debug prints | Kartik K. Agaram | 2021-12-23 | 1 | -9/+0 | |
* | toot-toot: plug width into cursor movement | Kartik K. Agaram | 2021-12-23 | 1 | -3/+4 | |
* | cleaner test message | Kartik K. Agaram | 2021-12-23 | 1 | -3/+2 | |
* | toot-toot: reorg definitions | Kartik K. Agaram | 2021-12-23 | 1 | -209/+113 | |
* | toot-toot: clean up history | Kartik K. Agaram | 2021-12-23 | 1 | -233/+60 | |
* | toot-toot: cursor_up now handles wrapping lines | Kartik K. Agaram | 2021-12-23 | 1 | -6/+12 | |
* | snapshot: more tests for cursor_up | Kartik K. Agaram | 2021-12-23 | 1 | -0/+208 | |
* | toot-toot: more elaborate cursor_up | Kartik K. Agaram | 2021-12-22 | 1 | -12/+59 | |
* | toot-toot: more verbose but clearer cursor_down | Kartik K. Agaram | 2021-12-22 | 1 | -16/+44 | |
* | clean up my debug conlang | Kartik K. Agaram | 2021-12-22 | 1 | -6/+0 | |
* | toot-toot: redo cursor_down as an experiment | Kartik K. Agaram | 2021-12-22 | 1 | -9/+30 | |
* | . | Kartik K. Agaram | 2021-12-22 | 1 | -1/+1 | |
* | errors during tests are now handled | Kartik K. Agaram | 2021-12-22 | 1 | -1/+8 |