summaryrefslogtreecommitdiffstats
path: root/modules/lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use LDADD mechanism to only link mod_serf resp.Rainer Jung2009-01-031-1/+1
* Use APACHE_HELP_STRING() for --enable-luajit in configureRainer Jung2009-01-021-1/+3
* Add in the ability to fetch from headers_in.Paul Querna2008-12-241-1/+23
* Hack to add basic support for LuaJIT.Paul Querna2008-12-222-0/+26
* * Comment out unused pstack_dump for the time being until it is used, a betterRuediger Pluem2008-12-221-0/+2
* * Remove unused variableRuediger Pluem2008-12-221-2/+1
* Use the HTTP_INTERNAL_SERVER_ERROR define instead of 500 directly.Paul Querna2008-12-221-5/+5
* Fix more ISO C90 forbids mixed declarations and code...Paul Querna2008-12-213-28/+41
* Rename rstack_dump to apl_rstack_dump.Paul Querna2008-12-212-4/+4
* Attempt to make mod_lua compile under a strict c89 compiler by moving all var...Paul Querna2008-12-215-41/+61
* Remove some extra logging, and make it more debug instead of warning.Paul Querna2008-12-211-3/+2
* Change apl_get_lua_state to take a apl_vm_spec instead of a filename, and to Paul Querna2008-12-213-25/+30
* Reformat mod_lua according to the HTTP Server Project C Style Guide:Paul Querna2008-12-2110-811/+1112
* Include standard ASF license block.Paul Querna2008-12-212-0/+33
* Make all of the hook callbacks static functions.Paul Querna2008-12-211-12/+12
* Fixup lua_config.c with prefix rename, and make mod_lua.c so it compiles again.Paul Querna2008-12-212-23/+23
* Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' ...Paul Querna2008-12-2111-16/+15
* Rename most of the module formally known as mod_wombat to mod_lua conventions...Paul Querna2008-12-219-229/+230
* Make pstack_dump a static function.Paul Querna2008-12-211-1/+1
* Remove old commented out code, if we need any of this in the future, we alway...Paul Querna2008-12-211-421/+0
* Rename mod_wombat -> mod_lua.Paul Querna2008-12-2131-0/+3813