]> granicus.if.org Git - apache/history - modules/lua/lua_vmprep.c
* modules/lua/config.m4: Use liblua paths from pkg-config if
[apache] / modules / lua / lua_vmprep.c
2016-12-25 Christophe JailletUnlock mutex in error path.
2016-01-19 Rainer JungAdded many log numbers to log statements that
2016-01-19 Rainer JungAdded many log numbers to log statements that
2014-03-18 Daniel Grunofix message number
2014-03-18 Daniel Grunomod_lua: Actually check whether interpreting the base...
2013-09-27 Daniel Grunomod_lua: Use a (new) global pool/mutex setup for IVM...
2013-05-30 Guenter KnaufRemove unneeded exports from mod_lua.
2013-05-30 Guenter KnaufProvide proper module extension.
2012-12-21 Daniel Gruno- return NULL if apr_reslist_acquire fails, so we don...
2012-12-11 Daniel Grunolua_vmprep.c: Additional check to see if the resource...
2012-10-14 Christophe JailletNo need to test for NULL before calling apr_pstrdup.
2012-09-10 Stefan Fritschanother style fix
2012-09-10 Stefan Fritschmore coding style (no logic change)
2012-09-10 Stefan Fritschcoding style
2012-09-10 Stefan FritschFix warnings about unused variable and (false positive...
2012-09-10 Stefan FritschReplace duplicate log msg numbers
2012-08-06 Jeff Trawickfix "lua_vmprep.c:355:17: warning: no previous prototyp...
2012-08-06 Daniel GrunoReverting r1369758
2012-08-06 Daniel Grunouse the ap_mutex functions to create the mutex instead...
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-07-15 Rainer JungAdd missing HTTP status codes taken from
2012-06-16 Stefan FritschAdd new directive LuaAuthzProvider to allow implementing an
2012-06-16 Stefan Fritschuse macro to make definition of integer fields more...
2012-06-16 Stefan FritschChange prototype of vm_construct, to work around gcc...
2012-03-26 Stefan FritschBe more verbose when logging syntax errors
2012-03-14 Stefan FritschFix some typos
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-18 Jeff Trawickremove lingering reslist cruft
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-11-10 Brian McCallisterremove last traces of the code cache
2011-11-10 Brian McCallisterfix issue with incorrect munging of the lua package...
2011-10-30 Eric Coveneradd constants for PROXYREQ_* to the apache2 global...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-07-17 Stefan FritschSimplify code by using apr_array_pstrcat()
2011-05-01 Stefan Fritschavoid compiler warnings with gcc
2011-03-16 Guenter KnaufFixed mod_lua - 2nd trial.
2011-03-16 Guenter KnaufFixed indent.
2011-03-16 Guenter KnaufFixed mod_lua.
2011-03-14 Brian McCallisterapply patch from zhiguo zhao <zhaozg@gmail.com> to...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-05-01 Daniel Earl PoirierLog error if unable to load lua file.
2009-03-25 William A. Rowe Jrfix symbol space and exports
2009-03-01 Brian McCallisterchange r.content_type = "something" to use ap_set_conte...
2008-12-22 Paul QuernaHack to add basic support for LuaJIT.
2008-12-22 Ruediger Pluem* Comment out unused pstack_dump for the time being...
2008-12-21 Paul QuernaAttempt to make mod_lua compile under a strict c89...
2008-12-21 Paul QuernaRemove some extra logging, and make it more debug inste...
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,...