about summary refs log tree commit diff stats
path: root/src/liolib.c
Commit message (Collapse)AuthorAgeFilesLines
* renameKartik K. Agaram2022-01-021-2/+2
|
* file open() is now sandboxedKartik K. Agaram2021-12-251-3/+14
| | | | | | | In the process we now also have a mechanism for Teliva to overlay errors while apps run. Might make sense to make that available to apps as well. But I'm starting to realize that any app access to the Teliva areas of the screen is fraught with risk.
* drop stdin/stdout/stderr and Lua default filesKartik K. Agaram2021-12-251-115/+13
| | | | | | | This isn't necessarily for sandboxing, but they don't really work right now in the presence of ncurses, and it seems better to not include broken stuff. Maybe we can get them to coexist with ncurses down the road.
* sandbox: no popenKartik K. Agaram2021-12-251-29/+1
| | | | Again, too difficult to sandbox for now.
* new fork of Lua 5.1Kartik K. Agaram2021-10-221-0/+556
https://www.lua.org