about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* drop MinGWKartik K. Agaram2022-02-061-6/+1
* unused #defineKartik K. Agaram2022-02-061-1/+0
* don't perturb cursor when drawing menuKartik K. Agaram2022-02-041-0/+3
* fix a couple of warningsKartik K. Agaram2022-02-031-0/+3
* prose typos and editsKartik K. Agaram2022-02-031-3/+2
* fix a bug in kiloKartik K. Agaram2022-02-031-1/+1
* drop io.lines()Kartik K. Agaram2022-02-021-27/+1
* tweak an entry in the audit logKartik K. Agaram2022-02-021-1/+1
* sandbox: no way to run arbitrary Lua code stringsKartik K. Agaram2022-02-021-96/+0
* include keys typed into audit logKartik K. Agaram2022-02-013-0/+18
* file permissions: decide based on calling functionKartik K. Agaram2022-02-014-15/+30
* copy realpath() from FreeBSD repoKartik K. Agaram2022-01-302-1/+245
* try to get by with one feature macroKartik K. Agaram2022-01-295-11/+1