Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorg | Kartik K. Agaram | 2022-03-20 | 1 | -2/+5 |
* | disallow all relative paths (./ or ../) | Kartik K. Agaram | 2022-03-20 | 4 | -1/+25 |
* | fix a warning | Kartik K. Agaram | 2022-03-18 | 1 | -1/+1 |
* | show current definition being edited | Kartik K. Agaram | 2022-03-18 | 2 | -6/+8 |
* | stale references to caller | Kartik K. Agaram | 2022-03-18 | 1 | -2/+2 |
* | fake to stand in for start_reading in tests | Kartik K. Agaram | 2022-03-18 | 1 | -0/+44 |
* | sandbox os.remove | Kartik K. Agaram | 2022-03-17 | 1 | -5/+18 |
* | fix some warnings | Kartik K. Agaram | 2022-03-17 | 1 | -3/+3 |
* | function names from globals rather than debug info | Kartik K. Agaram | 2022-03-16 | 1 | -22/+22 |
* | bring back hack when caller is main | Kartik K. Agaram | 2022-03-16 | 1 | -0/+2 |
* | cache function names | Kartik K. Agaram | 2022-03-16 | 1 | -10/+46 |
* | standardize some names | Kartik K. Agaram | 2022-03-16 | 3 | -11/+12 |
* | stop running task.scheduler by default | Kartik K. Agaram | 2022-03-16 | 3 | -21/+3 |
* | delete dead code | Kartik K. Agaram | 2022-03-16 | 1 | -25/+0 |
* | simplify function call instrumentation | Kartik K. Agaram | 2022-03-16 | 3 | -41/+20 |
* | drop a header | Kartik K. Agaram | 2022-03-16 | 1 | -1/+0 |
* | drop a forward decl | Kartik K. Agaram | 2022-03-16 | 1 | -8/+7 |
* | start cleaning up function call instrumentation | Kartik K. Agaram | 2022-03-16 | 1 | -2/+2 |
* | stop using tasks in start_reading/start_writing | Kartik K. Agaram | 2022-03-16 | 2 | -71/+36 |
* | Teliva's been broken 2 days while I mess with docs | Kartik K. Agaram | 2022-03-15 | 1 | -1/+1 |
* | drop the lfs library | Kartik K. Agaram | 2022-03-14 | 5 | -1165/+1 |
* | delete debug library | Kartik K. Agaram | 2022-03-13 | 3 | -401/+1 |
* | drop string.dump, clean up docs around it | Kartik K. Agaram | 2022-03-13 | 2 | -20/+5 |
* | less confusing error when apps get past main | Kartik K. Agaram | 2022-03-13 | 1 | -4/+6 |
* | leak check | Kartik K. Agaram | 2022-03-10 | 1 | -0/+6 |
* | support fixing >1 test failure from within Teliva | Kartik K. Agaram | 2022-03-10 | 1 | -0/+2 |
* | zet.tlv: first screen tests | Kartik K. Agaram | 2022-03-10 | 1 | -0/+3 |
* | protect framework files from apps | Kartik K. Agaram | 2022-03-08 | 2 | -8/+33 |
* | just always temp files to be created | Kartik K. Agaram | 2022-03-07 | 6 | -10/+26 |
* | stop loading libraries after app code | Kartik K. Agaram | 2022-03-07 | 1 | -7/+2 |
* | purge all support for per-function permissions | Kartik K. Agaram | 2022-03-07 | 3 | -53/+9 |
* | hokey primitive to create temporary file | Kartik K. Agaram | 2022-03-07 | 2 | -1/+26 |
* | slightly firm up phases in pmain | Kartik K. Agaram | 2022-03-07 | 1 | -2/+9 |
* | fix the security vulnerability | Kartik K. Agaram | 2022-03-07 | 1 | -2/+4 |
* | call app's main() from within Lua pmain | Kartik K. Agaram | 2022-03-07 | 3 | -7/+7 |
* | zet.tlv: switch file writes to new API | Kartik K. Agaram | 2022-03-07 | 3 | -0/+27 |
* | extract a common function call | Kartik K. Agaram | 2022-03-07 | 3 | -4/+5 |
* | zet.tlv: switch file reads to new API | Kartik K. Agaram | 2022-03-07 | 1 | -2/+2 |
* | decode json from channels | Kartik K. Agaram | 2022-03-06 | 2 | -0/+328 |
* | use method syntax where possible | Kartik K. Agaram | 2022-03-06 | 1 | -2/+2 |
* | reading from file a character at a time | Kartik K. Agaram | 2022-03-06 | 1 | -0/+20 |
* | local functions broke start_reading/start_writing | Kartik K. Agaram | 2022-03-06 | 1 | -2/+2 |
* | move start_reading/start_writing out of template | Kartik K. Agaram | 2022-03-06 | 2 | -0/+47 |
* | extract a helper | Kartik K. Agaram | 2022-03-06 | 1 | -1/+5 |
* | a simple hack to make caller apparent | Kartik K. Agaram | 2022-03-05 | 2 | -6/+8 |
* | new API for file operations | Kartik K. Agaram | 2022-03-05 | 2 | -1/+12 |
* | some dead code | Kartik K. Agaram | 2022-03-05 | 1 | -59/+0 |
* | reliably exit on confirmation | Kartik K. Agaram | 2022-03-05 | 1 | -1/+5 |
* | fixup! no further confirmation once editing commences | Kartik K. Agaram | 2022-03-05 | 1 | -0/+1 |
* | anagrams.tlv: slightly more responsive | Kartik K. Agaram | 2022-03-05 | 1 | -0/+20 |