| Commit message (Expand) | Author | Age | Files | Lines |
| * | mod_lua: backport r1578870+r1578882 and add to change log. | Daniel Gruno | 2014-03-18 | 1 | -1/+6 |
| * | mod_lua: Fully sync 2.4.x with trunk (catch up to r1490700): | Graham Leggett | 2013-06-10 | 1 | -4/+19 |
| * | mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to) | Graham Leggett | 2013-06-07 | 1 | -17/+158 |
| * | Merge r1351020, r1370466 from trunk: | Jim Jagielski | 2012-08-17 | 1 | -0/+6 |
| * | Big mod_lua backport: | Rainer Jung | 2012-08-04 | 1 | -138/+72 |
| * | Add missing HTTP status codes taken from | Rainer Jung | 2012-07-20 | 1 | -0/+18 |
| * | Merge r1305586 from trunk: | Jim Jagielski | 2012-04-27 | 1 | -17/+3 |
| * | Merge r1300766: | Stefan Fritsch | 2012-03-16 | 1 | -1/+1 |
| * | Backport r1209766, r1210252, r1210284: | Stefan Fritsch | 2011-12-05 | 1 | -4/+4 |
| * | r1203632 from trunk: | Jeff Trawick | 2011-11-18 | 1 | -12/+0 |
| * | Merge r1200475, r1200478, r1200482, r1200491, r1200513, r1200550, r1200580, r... | Jim Jagielski | 2011-11-11 | 1 | -58/+49 |
| * | add constants for PROXYREQ_* to the apache2 global, allow r.proxyreq and | Eric Covener | 2011-10-30 | 1 | -0/+12 |
| * | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -12/+12 |
| * | Simplify code by using apr_array_pstrcat() | Stefan Fritsch | 2011-07-17 | 1 | -6/+2 |
| * | avoid compiler warnings with gcc | Stefan Fritsch | 2011-05-01 | 1 | -2/+2 |
| * | Fixed mod_lua - 2nd trial. | Guenter Knauf | 2011-03-16 | 1 | -3/+4 |
| * | Fixed indent. | Guenter Knauf | 2011-03-16 | 1 | -8/+8 |
| * | Fixed mod_lua. | Guenter Knauf | 2011-03-16 | 1 | -7/+10 |
| * | apply patch from zhiguo zhao <zhaozg@gmail.com> to significantly improve serv... | Brian McCallister | 2011-03-14 | 1 | -48/+112 |
| * | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -0/+2 |
| * | Log error if unable to load lua file. | Daniel Earl Poirier | 2010-05-01 | 1 | -1/+25 |
| * | fix symbol space and exports | William A. Rowe Jr | 2009-03-25 | 1 | -6/+7 |
| * | change r.content_type = "something" to use ap_set_content_type, which it shou... | Brian McCallister | 2009-03-01 | 1 | -1/+2 |
| * | Hack to add basic support for LuaJIT. | Paul Querna | 2008-12-22 | 1 | -0/+25 |
| * | * Comment out unused pstack_dump for the time being until it is used, a better | Ruediger Pluem | 2008-12-22 | 1 | -0/+2 |
| * | Attempt to make mod_lua compile under a strict c89 compiler by moving all var... | Paul Querna | 2008-12-21 | 1 | -10/+19 |
| * | Remove some extra logging, and make it more debug instead of warning. | Paul Querna | 2008-12-21 | 1 | -3/+2 |
| * | Change apl_get_lua_state to take a apl_vm_spec instead of a filename, and to | Paul Querna | 2008-12-21 | 1 | -8/+16 |
| * | Reformat mod_lua according to the HTTP Server Project C Style Guide: | Paul Querna | 2008-12-21 | 1 | -190/+190 |
| * | Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' ... | Paul Querna | 2008-12-21 | 1 | -0/+295 |