summaryrefslogtreecommitdiffstats
path: root/modules/lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* No need to test for NULL before calling apr_pstrdup.Christophe Jaillet2012-10-141-2/+2
* configure: Fix processing of --disable-FEATURE for various features.Jeff Trawick2012-10-121-3/+6
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-2/+2
* revert r1385214, as I inadvertently left out acinclude.m4.Kaspar Brand2012-09-161-2/+2
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-2/+2
* another style fixStefan Fritsch2012-09-101-1/+1
* more coding style (no logic change)Stefan Fritsch2012-09-102-10/+9
* coding styleStefan Fritsch2012-09-101-8/+5
* Fix warnings about unused variable and (false positive) "'mkey' may be used u...Stefan Fritsch2012-09-102-4/+1
* Replace duplicate log msg numbersStefan Fritsch2012-09-102-6/+6
* Trying to tie up some loose ends:Daniel Gruno2012-08-271-2/+11
* Fix some style issues, use a more persistent bucket for passing along data (a...Daniel Gruno2012-08-271-16/+22
* Removing a misleading comment.Daniel Gruno2012-08-271-1/+0
* Add new directives, LuaInputFilter/LuaOutputFilter for creating content filte...Daniel Gruno2012-08-263-1/+357
* Add 'server' to scope_to_string's list of possible suspects, as to avoid an e...Daniel Gruno2012-08-261-0/+2
* Add the missing state release to the LuaMapHandler handler as well, so we won...Daniel Gruno2012-08-171-0/+1
* Add a missing release of a Lua state (when server scope is used) when a hook ...Daniel Gruno2012-08-171-0/+1
* mod_lua: Allow scripts handled by the lua-script handler to set a returnDaniel Gruno2012-08-171-2/+6
* NetWare build tweaks.Guenter Knauf2012-08-091-3/+3
* There is only one global provider name space, therefore allowStefan Fritsch2012-08-072-3/+1
* mod_lua: Decline to serve a request if the script doesn't exist, instead of t...Daniel Gruno2012-08-071-0/+8
* mod_lua: Add r:flush, r:sendfile as well as additional request information in...Daniel Gruno2012-08-071-2/+134
* fix "lua_vmprep.c:29:6: warning: no previous prototype for ‘ap_lua_init_mut...Jeff Trawick2012-08-062-5/+8
* fix "lua_vmprep.c:355:17: warning: no previous prototype for ‘copy_vm_specâ...Jeff Trawick2012-08-061-1/+1
* Reverting r1369758Daniel Gruno2012-08-062-15/+4
* use the ap_mutex functions to create the mutex instead of the apr_mutex ones.Daniel Gruno2012-08-062-4/+15
* Add a server scope for Lua states (in LuaScope), which creates a pool of sta...Daniel Gruno2012-08-054-40/+212
* Revert r1367504:Stefan Fritsch2012-08-051-1/+2
* mod_lua.c:189:13: error: ISO C90 forbids mixed declarations and code [-Werror...Jeff Trawick2012-08-011-1/+1
* mod_lua: Daniel Gruno2012-08-011-8/+12
* mod_lua: Add the (missing) LuaMapHandler directive to the fold. Daniel Gruno2012-07-311-1/+149
* mod_lua: The current way of getting the authz provider name doesn't seem to w...Daniel Gruno2012-07-311-2/+1
* mod_lua: Remember to set cfg->codecache to AP_LUA_CACHE_UNSET when creating a...Daniel Gruno2012-07-301-0/+1
* mod_lua: Pass on the request_rec to ap_lua_get_lua_state, so we can use it fo...Daniel Gruno2012-07-303-6/+6
* mod_lua: Fix up LuaCodeCache:Daniel Gruno2012-07-302-14/+31
* Add LuaCodeCache directive for controlling in-memory caching.Daniel Gruno2012-07-294-2/+81
* LUA_COMPAT_ALL should be defined _before_ including lua headersDaniel Gruno2012-07-281-2/+3
* Various code clean upStefan Fritsch2012-07-151-4/+3
* Add missing HTTP status codes taken fromRainer Jung2012-07-151-0/+9
* - Define LUA_COMPAT_ALL so mod_lua will be compatible with Lua 5.2Daniel Gruno2012-07-132-1/+5
* Add the missing parsebody function to mod_lua, for parsing POST data.Daniel Gruno2012-06-201-0/+28
* Add new directive LuaAuthzProvider to allow implementing anStefan Fritsch2012-06-173-2/+152
* use macro to make definition of integer fields more compactStefan Fritsch2012-06-171-118/+59
* factor common code into utility functionStefan Fritsch2012-06-171-89/+93
* change various strings from char * to const char *Stefan Fritsch2012-06-173-7/+9
* mod_lua: Add a few missing request_rec fields. Rename remote_ip toStefan Fritsch2012-06-171-1/+29
* allow tail call optimization in log methods, remove foo methodStefan Fritsch2012-06-172-60/+25
* Change prototype of vm_construct, to work around gcc bug whichStefan Fritsch2012-06-171-2/+4
* fix various property issuesAndré Malo2012-04-042-0/+0
* Be more verbose when logging syntax errorsStefan Fritsch2012-03-261-17/+3