| Commit message (Expand) | Author | Age | Files | Lines |
* | No need to test for NULL before calling apr_pstrdup. | Christophe Jaillet | 2012-10-14 | 1 | -2/+2 |
* | configure: Fix processing of --disable-FEATURE for various features. | Jeff Trawick | 2012-10-12 | 1 | -3/+6 |
* | Spin off module-specific build options into separate build vars. | Kaspar Brand | 2012-09-16 | 1 | -2/+2 |
* | revert r1385214, as I inadvertently left out acinclude.m4. | Kaspar Brand | 2012-09-16 | 1 | -2/+2 |
* | Spin off module-specific build options into separate build vars. | Kaspar Brand | 2012-09-16 | 1 | -2/+2 |
* | another style fix | Stefan Fritsch | 2012-09-10 | 1 | -1/+1 |
* | more coding style (no logic change) | Stefan Fritsch | 2012-09-10 | 2 | -10/+9 |
* | coding style | Stefan Fritsch | 2012-09-10 | 1 | -8/+5 |
* | Fix warnings about unused variable and (false positive) "'mkey' may be used u... | Stefan Fritsch | 2012-09-10 | 2 | -4/+1 |
* | Replace duplicate log msg numbers | Stefan Fritsch | 2012-09-10 | 2 | -6/+6 |
* | Trying to tie up some loose ends: | Daniel Gruno | 2012-08-27 | 1 | -2/+11 |
* | Fix some style issues, use a more persistent bucket for passing along data (a... | Daniel Gruno | 2012-08-27 | 1 | -16/+22 |
* | Removing a misleading comment. | Daniel Gruno | 2012-08-27 | 1 | -1/+0 |
* | Add new directives, LuaInputFilter/LuaOutputFilter for creating content filte... | Daniel Gruno | 2012-08-26 | 3 | -1/+357 |
* | Add 'server' to scope_to_string's list of possible suspects, as to avoid an e... | Daniel Gruno | 2012-08-26 | 1 | -0/+2 |
* | Add the missing state release to the LuaMapHandler handler as well, so we won... | Daniel Gruno | 2012-08-17 | 1 | -0/+1 |
* | Add a missing release of a Lua state (when server scope is used) when a hook ... | Daniel Gruno | 2012-08-17 | 1 | -0/+1 |
* | mod_lua: Allow scripts handled by the lua-script handler to set a return | Daniel Gruno | 2012-08-17 | 1 | -2/+6 |
* | NetWare build tweaks. | Guenter Knauf | 2012-08-09 | 1 | -3/+3 |
* | There is only one global provider name space, therefore allow | Stefan Fritsch | 2012-08-07 | 2 | -3/+1 |
* | mod_lua: Decline to serve a request if the script doesn't exist, instead of t... | Daniel Gruno | 2012-08-07 | 1 | -0/+8 |
* | mod_lua: Add r:flush, r:sendfile as well as additional request information in... | Daniel Gruno | 2012-08-07 | 1 | -2/+134 |
* | fix "lua_vmprep.c:29:6: warning: no previous prototype for ‘ap_lua_init_mut... | Jeff Trawick | 2012-08-06 | 2 | -5/+8 |
* | fix "lua_vmprep.c:355:17: warning: no previous prototype for ‘copy_vm_specâ... | Jeff Trawick | 2012-08-06 | 1 | -1/+1 |
* | Reverting r1369758 | Daniel Gruno | 2012-08-06 | 2 | -15/+4 |
* | use the ap_mutex functions to create the mutex instead of the apr_mutex ones. | Daniel Gruno | 2012-08-06 | 2 | -4/+15 |
* | Add a server scope for Lua states (in LuaScope), which creates a pool of sta... | Daniel Gruno | 2012-08-05 | 4 | -40/+212 |
* | Revert r1367504: | Stefan Fritsch | 2012-08-05 | 1 | -1/+2 |
* | mod_lua.c:189:13: error: ISO C90 forbids mixed declarations and code [-Werror... | Jeff Trawick | 2012-08-01 | 1 | -1/+1 |
* | mod_lua: | Daniel Gruno | 2012-08-01 | 1 | -8/+12 |
* | mod_lua: Add the (missing) LuaMapHandler directive to the fold. | Daniel Gruno | 2012-07-31 | 1 | -1/+149 |
* | mod_lua: The current way of getting the authz provider name doesn't seem to w... | Daniel Gruno | 2012-07-31 | 1 | -2/+1 |
* | mod_lua: Remember to set cfg->codecache to AP_LUA_CACHE_UNSET when creating a... | Daniel Gruno | 2012-07-30 | 1 | -0/+1 |
* | mod_lua: Pass on the request_rec to ap_lua_get_lua_state, so we can use it fo... | Daniel Gruno | 2012-07-30 | 3 | -6/+6 |
* | mod_lua: Fix up LuaCodeCache: | Daniel Gruno | 2012-07-30 | 2 | -14/+31 |
* | Add LuaCodeCache directive for controlling in-memory caching. | Daniel Gruno | 2012-07-29 | 4 | -2/+81 |
* | LUA_COMPAT_ALL should be defined _before_ including lua headers | Daniel Gruno | 2012-07-28 | 1 | -2/+3 |
* | Various code clean up | Stefan Fritsch | 2012-07-15 | 1 | -4/+3 |
* | Add missing HTTP status codes taken from | Rainer Jung | 2012-07-15 | 1 | -0/+9 |
* | - Define LUA_COMPAT_ALL so mod_lua will be compatible with Lua 5.2 | Daniel Gruno | 2012-07-13 | 2 | -1/+5 |
* | Add the missing parsebody function to mod_lua, for parsing POST data. | Daniel Gruno | 2012-06-20 | 1 | -0/+28 |
* | Add new directive LuaAuthzProvider to allow implementing an | Stefan Fritsch | 2012-06-17 | 3 | -2/+152 |
* | use macro to make definition of integer fields more compact | Stefan Fritsch | 2012-06-17 | 1 | -118/+59 |
* | factor common code into utility function | Stefan Fritsch | 2012-06-17 | 1 | -89/+93 |
* | change various strings from char * to const char * | Stefan Fritsch | 2012-06-17 | 3 | -7/+9 |
* | mod_lua: Add a few missing request_rec fields. Rename remote_ip to | Stefan Fritsch | 2012-06-17 | 1 | -1/+29 |
* | allow tail call optimization in log methods, remove foo method | Stefan Fritsch | 2012-06-17 | 2 | -60/+25 |
* | Change prototype of vm_construct, to work around gcc bug which | Stefan Fritsch | 2012-06-17 | 1 | -2/+4 |
* | fix various property issues | André Malo | 2012-04-04 | 2 | -0/+0 |
* | Be more verbose when logging syntax errors | Stefan Fritsch | 2012-03-26 | 1 | -17/+3 |