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.
This commit is contained in:
10
TODO
10
TODO
@ -1,17 +1,17 @@
|
||||
High Priority
|
||||
-------------
|
||||
POST variable parsing
|
||||
Basic sandboxed database support (e.g. GET/PUT)
|
||||
Sandboxed dofile() / loadfile() / loadstring()
|
||||
Function for reading files into string
|
||||
|
||||
|
||||
Medium Priority
|
||||
---------------
|
||||
File Upload Support
|
||||
Database error logging
|
||||
Consider switching to mmap() for file reads
|
||||
File upload support
|
||||
Logging of errors to database
|
||||
|
||||
|
||||
Low Priority
|
||||
------------
|
||||
Database file adapter
|
||||
Session scoped variables
|
||||
Application scoped variables
|
||||
|
Reference in New Issue
Block a user