]> granicus.if.org Git - apache/history - modules/lua/lua_vmprep.c
Be more verbose when logging syntax errors
[apache] / modules / lua / lua_vmprep.c
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,...