about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* drop the lfs libraryKartik K. Agaram2022-03-145-1165/+1
* delete debug libraryKartik K. Agaram2022-03-133-401/+1
* drop string.dump, clean up docs around itKartik K. Agaram2022-03-132-20/+5
* less confusing error when apps get past mainKartik K. Agaram2022-03-131-4/+6
* leak checkKartik K. Agaram2022-03-101-0/+6
* support fixing >1 test failure from within TelivaKartik K. Agaram2022-03-101-0/+2
* zet.tlv: first screen testsKartik K. Agaram2022-03-101-0/+3
* protect framework files from appsKartik K. Agaram2022-03-082-8/+33
* 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-073-53/+9
* hokey primitive to create temporary fileKartik K. Agaram2022-03-072-1/+26
* slightly firm up phases in pmainKartik K. Agaram2022-03-071-2/+9
* fix the security vulnerabilityKartik K. Agaram2022-03-071-2/+4
* call app's main() from within Lua pmainKartik K. Agaram2022-03-073-7/+7
* zet.tlv: switch file writes to new APIKartik K. Agaram2022-03-073-0/+27
* extract a common function callKartik K. Agaram2022-03-073-4/+5
* zet.tlv: switch file reads to new APIKartik K. Agaram2022-03-071-2/+2
* decode json from channelsKartik K. Agaram2022-03-062-0/+328
* use method syntax where possibleKartik K. Agaram2022-03-061-2/+2
* 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
* move start_reading/start_writing out of templateKartik K. Agaram2022-03-062-0/+47
* extract a helperKartik K. Agaram2022-03-061-1/+5
* a simple hack to make caller apparentKartik K. Agaram2022-03-052-6/+8
* new API for file operationsKartik K. Agaram2022-03-052-1/+12
* some dead codeKartik K. Agaram2022-03-051-59/+0
* reliably exit on confirmationKartik K. Agaram2022-03-051-1/+5
* fixup! no further confirmation once editing commencesKartik K. Agaram2022-03-051-0/+1
* anagrams.tlv: slightly more responsiveKartik K. Agaram2022-03-051-0/+20
* include caller in sandboxing messagesKartik K. Agaram2022-03-041-1/+1
* simplify permissions model for file operationsKartik K. Agaram2022-03-032-5/+5
* clearer copy for confirmation dialogKartik K. Agaram2022-03-031-1/+1
* more unobtrusive skip messageKartik K. Agaram2022-03-031-1/+1
* no further confirmation once editing commencesKartik K. Agaram2022-03-031-1/+3
* ask for confirmation on _any_ teliva shortcutKartik K. Agaram2022-03-031-22/+33
* experiment: drop -WshadowKartik K. Agaram2022-03-033-5/+5
* always ask for confirmation on exitKartik K. Agaram2022-03-011-2/+18
* always run unit tests for channels and tasksKartik K. Agaram2022-02-261-216/+210
* import https://github.com/majek/lua-channelsKartik K. Agaram2022-02-262-0/+634
* duplicate keypress on failing testKartik K. Agaram2022-02-261-1/+0
* delete curses primitives to read whole linesKartik K. Agaram2022-02-212-77/+7
* stop letting apps change directoryKartik K. Agaram2022-02-201-2/+2
* bring back pcall and xpcallKartik K. Agaram2022-02-181-0/+24
* 'doc:blurb': a place to briefly describe an appKartik K. Agaram2022-02-171-1/+10
* disable non-portable ASan flagsKartik K. Agaram2022-02-161-2/+2
* zet.tlv: some more editor shortcutsKartik K. Agaram2022-02-121-2/+2
* stop aborting if audit log fills upKartik K. Agaram2022-02-121-10/+32
* fix build on Mac OSKartik K. Agaram2022-02-102-0/+3
* hacky support for caller main in file permissionsKartik K. Agaram2022-02-101-0/+2