]> granicus.if.org Git - apache/history - modules/lua/lua_vmprep.h
mod_proxy_fcgi: Fix occasional high CPU when handling request bodies.
[apache] / modules / lua / lua_vmprep.h
2013-05-30 Guenter KnaufRemove unneeded exports from mod_lua.
2013-05-30 Guenter KnaufRemoved non-existent funcions from header.
2013-05-27 Guenter KnaufUse proper type to kill compiler warning.
2012-08-26 Daniel GrunoAdd new directives, LuaInputFilter/LuaOutputFilter...
2012-08-06 Jeff Trawickfix "lua_vmprep.c:29:6: warning: no previous prototype...
2012-08-05 Daniel GrunoAdd a server scope for Lua states (in LuaScope), which...
2012-07-30 Daniel Grunomod_lua: Pass on the request_rec to ap_lua_get_lua_stat...
2012-07-30 Daniel Grunomod_lua: Fix up LuaCodeCache:
2012-07-29 Daniel GrunoAdd LuaCodeCache directive for controlling in-memory...
2012-06-16 Stefan Fritschchange various strings from char * to const char *
2011-11-13 Eric Coveneradd per-dir config merging to mod_lua so LuaHook* in...
2011-11-10 Brian McCallisterremove lingering reslist references before killing...
2011-11-10 Brian McCallisterremove ability to set min and max pool sizes for server...
2011-11-10 Brian McCallisterremove some debug logging which snuck in
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-03-14 Brian McCallisterapply patch from zhiguo zhao <zhaozg@gmail.com> to...
2009-03-25 William A. Rowe Jrfix symbol space and exports
2008-12-21 Paul QuernaChange apl_get_lua_state to take a apl_vm_spec instead...
2008-12-21 Paul QuernaReformat mod_lua according to the HTTP Server Project...
2008-12-21 Paul QuernaRename all files in mod_lua to have a lua_ prefix,...