summaryrefslogtreecommitdiff
path: root/modules/lua/lua_vmprep.c
Commit message (Expand)AuthorAgeFilesLines
* Function used as 'apr_reslist_destructor' when calling 'apr_reslist_create()'...Christophe Jaillet2018-06-231-2/+3
* Unlock mutex in error path.Christophe Jaillet2016-12-251-0/+3
* Added many log numbers to log statements thatRainer Jung2016-01-191-16/+22
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* fix message numberDaniel Gruno2014-03-181-1/+1
* mod_lua: Actually check whether interpreting the base structure of a file wor...Daniel Gruno2014-03-181-1/+6
* mod_lua: Use a (new) global pool/mutex setup for IVM rather than a per-proces...Daniel Gruno2013-09-271-1/+17
* Remove unneeded exports from mod_lua.Guenter Knauf2013-05-301-2/+2
* Provide proper module extension.Guenter Knauf2013-05-301-2/+17
* - return NULL if apr_reslist_acquire fails, so we don't end up possibly refer...Daniel Gruno2012-12-211-1/+4
* lua_vmprep.c: Additional check to see if the resource list was successfully c...Daniel Gruno2012-12-111-7/+11
* No need to test for NULL before calling apr_pstrdup.Christophe Jaillet2012-10-141-2/+2
* another style fixStefan Fritsch2012-09-101-1/+1
* more coding style (no logic change)Stefan Fritsch2012-09-101-1/+1
* coding styleStefan Fritsch2012-09-101-8/+5
* Fix warnings about unused variable and (false positive) "'mkey' may be used u...Stefan Fritsch2012-09-101-3/+1
* Replace duplicate log msg numbersStefan Fritsch2012-09-101-2/+2
* fix "lua_vmprep.c:355:17: warning: no previous prototype for ‘copy_vm_specâ...Jeff Trawick2012-08-061-1/+1
* Reverting r1369758Daniel Gruno2012-08-061-13/+4
* use the ap_mutex functions to create the mutex instead of the apr_mutex ones.Daniel Gruno2012-08-061-4/+13
* Add a server scope for Lua states (in LuaScope), which creates a pool of sta...Daniel Gruno2012-08-051-33/+124
* mod_lua: Pass on the request_rec to ap_lua_get_lua_state, so we can use it fo...Daniel Gruno2012-07-301-2/+2
* mod_lua: Fix up LuaCodeCache:Daniel Gruno2012-07-301-14/+25
* Add LuaCodeCache directive for controlling in-memory caching.Daniel Gruno2012-07-291-2/+39
* Add missing HTTP status codes taken fromRainer Jung2012-07-151-0/+9
* Add new directive LuaAuthzProvider to allow implementing anStefan Fritsch2012-06-161-0/+6
* use macro to make definition of integer fields more compactStefan Fritsch2012-06-161-118/+59
* Change prototype of vm_construct, to work around gcc bug whichStefan Fritsch2012-06-161-2/+4
* Be more verbose when logging syntax errorsStefan Fritsch2012-03-261-17/+3
* Fix some typosStefan Fritsch2012-03-141-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-4/+4
* remove lingering reslist cruftJeff Trawick2011-11-181-12/+0
* remove lingering reslist references before killing server scopeBrian McCallister2011-11-101-16/+0
* remove ability to set min and max pool sizes for server scope in prep for rem...Brian McCallister2011-11-101-31/+0
* remove some debug logging which snuck inBrian McCallister2011-11-101-18/+25
* remove last traces of the code cacheBrian McCallister2011-11-101-4/+10
* fix issue with incorrect munging of the lua package path -- LuaPackagePath di...Brian McCallister2011-11-101-3/+28
* add constants for PROXYREQ_* to the apache2 global, allow r.proxyreq andEric Covener2011-10-301-0/+12
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-12/+12
* Simplify code by using apr_array_pstrcat()Stefan Fritsch2011-07-171-6/+2
* avoid compiler warnings with gccStefan Fritsch2011-05-011-2/+2
* Fixed mod_lua - 2nd trial.Guenter Knauf2011-03-161-3/+4
* Fixed indent.Guenter Knauf2011-03-161-8/+8
* Fixed mod_lua.Guenter Knauf2011-03-161-7/+10
* apply patch from zhiguo zhao <zhaozg@gmail.com> to significantly improve serv...Brian McCallister2011-03-141-48/+112
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Log error if unable to load lua file.Daniel Earl Poirier2010-05-011-1/+25
* fix symbol space and exportsWilliam A. Rowe Jr2009-03-251-6/+7
* change r.content_type = "something" to use ap_set_content_type, which it shou...Brian McCallister2009-03-011-1/+2
* Hack to add basic support for LuaJIT.Paul Querna2008-12-221-0/+25