Archived
1
0
This repository has been archived on 2021-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
lua-fastcgi/TODO
Christopher Ramey 76d187e568 Switched to mmap for loading files. Added POST variable handling. Added
sandboxed loadstring, loadfile and  dofile functions for Lua. Fixed bug
where errors generated during request parsing may cause memory leaks
on certain platforms. Fixed bug where non-string errors generated by
Lua would cause a segmentation fault. Corrected various typos and
unclear code comments.
2012-05-21 17:09:41 +00:00

18 lines
303 B
Plaintext

High Priority
-------------
Basic sandboxed database support (e.g. GET/PUT)
Function for reading files into string
Medium Priority
---------------
File upload support
Logging of errors to database
Low Priority
------------
Database file adapter
Session scoped variables
Application scoped variables