about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* drop a forward declKartik K. Agaram2022-03-161-8/+7
* start cleaning up function call instrumentationKartik K. Agaram2022-03-161-2/+2
* stop using tasks in start_reading/start_writingKartik K. Agaram2022-03-165-99/+57
* Teliva's been broken 2 days while I mess with docsKartik K. Agaram2022-03-151-1/+1
* .Kartik K. Agaram2022-03-141-9/+10
* drop the lfs libraryKartik K. Agaram2022-03-147-1285/+1
* .Kartik K. Agaram2022-03-141-1/+4
* update link to manualKartik K. Agaram2022-03-141-6/+6
* typoKartik K. Agaram2022-03-141-1/+1
* doc: cursesKartik K. Agaram2022-03-141-8/+260
* doc: flesh out tasks and channelsKartik K. Agaram2022-03-141-1/+51
* doc: correct and flesh out jsonKartik K. Agaram2022-03-141-4/+44
* typoKartik K. Agaram2022-03-141-1/+1
* document functions that are sandboxedKartik K. Agaram2022-03-131-0/+13
* drop docs for 2 functions removed from LuaKartik K. Agaram2022-03-131-25/+0
* delete debug libraryKartik K. Agaram2022-03-135-680/+1
* standard markupKartik K. Agaram2022-03-131-18/+18
* .Kartik K. Agaram2022-03-131-2/+2
* one more highlightKartik K. Agaram2022-03-131-1/+1
* rudimentary docs for libraries added to TelivaKartik K. Agaram2022-03-133-3/+104
* drop string.dump, clean up docs around itKartik K. Agaram2022-03-133-39/+5
* rip out most references to C and userdata in docsKartik K. Agaram2022-03-131-143/+30
* starting to spend some time improving docsKartik K. Agaram2022-03-132-0/+19
* less confusing error when apps get past mainKartik K. Agaram2022-03-131-4/+6
* toot-toot.tlv: scrollingKartik K. Agaram2022-03-121-1/+109
* more extensive deletions from the Lua manualKartik K. Agaram2022-03-103-3776/+17
* zet.tlv: thoroughly test rendering single zettelKartik K. Agaram2022-03-101-11/+47
* leak checkKartik K. Agaram2022-03-101-0/+6
* support fixing >1 test failure from within TelivaKartik K. Agaram2022-03-101-0/+2
* reconcile template in all appsKartik K. Agaram2022-03-101-8/+47
* zet.tlv: first screen testsKartik K. Agaram2022-03-103-6/+111
* screen tests: support bold, reverse, colorKartik K. Agaram2022-03-082-6/+198
* protect framework files from appsKartik K. Agaram2022-03-083-12/+35
* just always temp files to be createdKartik K. Agaram2022-03-076-10/+26
* stop loading libraries after app codeKartik K. Agaram2022-03-071-7/+2
* purge all support for per-function permissionsKartik K. Agaram2022-03-075-882/+9
* yup, this whole caller-based approach is bustedKartik K. Agaram2022-03-071-0/+415
* hokey primitive to create temporary fileKartik K. Agaram2022-03-072-1/+26
* slightly firm up phases in pmainKartik K. Agaram2022-03-071-2/+9
* hide test app a bitKartik K. Agaram2022-03-072-0/+2
* fix the security vulnerabilityKartik K. Agaram2022-03-072-10/+8
* call app's main() from within Lua pmainKartik K. Agaram2022-03-073-7/+7
* pin down a security vulnerabilityKartik K. Agaram2022-03-071-0/+418
* zet.tlv: switch file writes to new APIKartik K. Agaram2022-03-074-0/+64
* extract a common function callKartik K. Agaram2022-03-073-4/+5
* zet.tlv: switch file reads to new APIKartik K. Agaram2022-03-072-2/+40
* decode json from channelsKartik K. Agaram2022-03-062-0/+328
* use method syntax where possibleKartik K. Agaram2022-03-069-80/+80
* reading from file a character at a timeKartik K. Agaram2022-03-061-0/+20
* local functions broke start_reading/start_writingKartik K. Agaram2022-03-061-2/+2