summaryrefslogtreecommitdiff
path: root/modules/lua/lua_vmprep.c
Commit message (Expand)AuthorAgeFilesLines
* mod_lua: backport r1578870+r1578882 and add to change log.Daniel Gruno2014-03-181-1/+6
* mod_lua: Fully sync 2.4.x with trunk (catch up to r1490700):Graham Leggett2013-06-101-4/+19
* mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to)Graham Leggett2013-06-071-17/+158
* Merge r1351020, r1370466 from trunk:Jim Jagielski2012-08-171-0/+6
* Big mod_lua backport:Rainer Jung2012-08-041-138/+72
* Add missing HTTP status codes taken fromRainer Jung2012-07-201-0/+18
* Merge r1305586 from trunk:Jim Jagielski2012-04-271-17/+3
* Merge r1300766:Stefan Fritsch2012-03-161-1/+1
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-051-4/+4
* r1203632 from trunk:Jeff Trawick2011-11-181-12/+0
* Merge r1200475, r1200478, r1200482, r1200491, r1200513, r1200550, r1200580, r...Jim Jagielski2011-11-111-58/+49
* 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
* * Comment out unused pstack_dump for the time being until it is used, a betterRuediger Pluem2008-12-221-0/+2
* Attempt to make mod_lua compile under a strict c89 compiler by moving all var...Paul Querna2008-12-211-10/+19
* Remove some extra logging, and make it more debug instead of warning.Paul Querna2008-12-211-3/+2
* Change apl_get_lua_state to take a apl_vm_spec instead of a filename, and to Paul Querna2008-12-211-8/+16
* Reformat mod_lua according to the HTTP Server Project C Style Guide:Paul Querna2008-12-211-190/+190
* Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' ...Paul Querna2008-12-211-0/+295