cdramey
/
lua-fastcgi
Archived
1
0
Fork 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/src
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
..
config.c Squash merge into master branch 2012-02-26 23:51:24 +00:00
config.h Squash merge into master branch 2012-02-26 23:51:24 +00:00
lfuncs.c Switched to mmap for loading files. Added POST variable handling. Added 2012-05-21 17:09:41 +00:00
lfuncs.h Switched to mmap for loading files. Added POST variable handling. Added 2012-05-21 17:09:41 +00:00
lua-fastcgi.c Switched to mmap for loading files. Added POST variable handling. Added 2012-05-21 17:09:41 +00:00
lua-fastcgi.h Squash merge into master branch 2012-02-26 23:51:24 +00:00
lua.c Switched to mmap for loading files. Added POST variable handling. Added 2012-05-21 17:09:41 +00:00
lua.h Switched to mmap for loading files. Added POST variable handling. Added 2012-05-21 17:09:41 +00:00