summaryrefslogtreecommitdiffstats
path: root/modules/lua/lua_request.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded exports from mod_lua.Guenter Knauf2013-05-301-4/+4
* Moved header protection to the top.Guenter Knauf2013-05-161-2/+3
* Use a mutex to control read/write for IVM values, so we can reuse the existin...Daniel Gruno2013-04-201-0/+1
* use ap_varbuf instead of allocating new strings each time we override an old ...Daniel Gruno2013-04-201-2/+2
* Remove lua_ap_banner, as it's no longer being used.Daniel Gruno2013-04-191-0/+6
* Mop up more than a dozen const'ness faultsWilliam A. Rowe Jr2010-06-101-1/+1
* push_connection, push_server also targetted for export, no?William A. Rowe Jr2009-08-281-1/+3
* fix symbol space and exportsWilliam A. Rowe Jr2009-03-251-2/+4
* Reformat mod_lua according to the HTTP Server Project C Style Guide:Paul Querna2008-12-211-3/+3
* Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' ...Paul Querna2008-12-211-0/+37