about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixup! clean up top-level Makefile targetsKartik K. Agaram2022-02-101-0/+1
* standardize key order in .tlv filesKartik K. Agaram2022-02-091-20/+38
* typoKartik K. Agaram2022-02-081-1/+1
* move most Teliva menus to the rightKartik K. Agaram2022-02-072-6/+8
* some more dead codeKartik K. Agaram2022-02-061-23/+0
* in fact, loadlib.c is all dead code nowKartik K. Agaram2022-02-062-299/+1
* now all our supported platforms are POSIXKartik K. Agaram2022-02-062-14/+5
* drop all support for loading dynamic librariesKartik K. Agaram2022-02-062-338/+7
* drop module 'package'Kartik K. Agaram2022-02-064-49/+0
* drop some more untested platformsKartik K. Agaram2022-02-061-16/+1
* drop USE_LINUX and similar definesKartik K. Agaram2022-02-062-15/+4