| Commit message (Expand) | Author | Age | Files | Lines |
| * | * mod_lua: fix compilation with lua-5.3 (r1668827) | Jan Kaluža | 2015-03-24 | 1 | -0/+4 |
| * | Merge r1642499 from trunk: | Jim Jagielski | 2014-12-02 | 1 | -10/+17 |
| * | Merge r1611978, r1612068 from trunk: | Jim Jagielski | 2014-09-05 | 1 | -5/+5 |
| * | Merge r1604631 from trunk: | Jeff Trawick | 2014-06-22 | 1 | -0/+4 |
| * | mod_lua: Backport disabling of early/late in LuaHookCheckUserID | Daniel Gruno | 2014-06-21 | 1 | -6/+8 |
| * | mod_lua: Sync 2.4.x with trunk (more or less); Backport a fix and some code h... | Daniel Gruno | 2014-06-21 | 1 | -13/+86 |
| * | mod_lua: Reformat and escape script error output. | Daniel Gruno | 2014-03-27 | 1 | -4/+4 |
| * | mod_lua: Add a fixups hook that checks if the original request is intended | Daniel Gruno | 2014-03-13 | 1 | -0/+25 |
| * | * easy proposals to synch 2.4.x and trunk | Graham Leggett | 2013-12-26 | 1 | -2/+2 |
| * | Backport a few things in mod_lua: | Daniel Gruno | 2013-09-17 | 1 | -14/+75 |
| * | mod_lua: Fully sync 2.4.x with trunk (catch up to r1490700): | Graham Leggett | 2013-06-10 | 1 | -4/+17 |
| * | mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to) | Graham Leggett | 2013-06-07 | 1 | -11/+632 |
| * | Merge r1351020, r1370466 from trunk: | Jim Jagielski | 2012-08-17 | 1 | -2/+144 |
| * | Merge r1361801 from trunk: | Jim Jagielski | 2012-08-14 | 1 | -4/+3 |
| * | Big mod_lua backport: | Rainer Jung | 2012-08-04 | 1 | -87/+93 |
| * | Various code cleanup to avoid compiler, cppcheck, or clang warnings: | Stefan Fritsch | 2011-12-18 | 1 | -0/+4 |
| * | Merge r1220462: | Stefan Fritsch | 2011-12-18 | 1 | -6/+1 |
| * | Backport r1209766, r1210252, r1210284: | Stefan Fritsch | 2011-12-05 | 1 | -8/+8 |
| * | Merge r1201443 from trunk: | Eric Covener | 2011-11-13 | 1 | -5/+87 |
| * | Use the right lua scope when used as a hook. | Rainer Jung | 2011-11-11 | 1 | -1/+26 |
| * | Merge r1200977 from trunk: | Jim Jagielski | 2011-11-11 | 1 | -3/+12 |
| * | Merge r1200975 from trunk: | Jim Jagielski | 2011-11-11 | 1 | -4/+1 |
| * | Merge r1200475, r1200478, r1200482, r1200491, r1200513, r1200550, r1200580, r... | Jim Jagielski | 2011-11-11 | 1 | -193/+74 |
| * | ap_check_cmd_context checks don't work on the block forms | Eric Covener | 2011-11-10 | 1 | -11/+0 |
| * | mod_lua: Expose SSL variables via r:ssl_var_lookup() | Eric Covener | 2011-11-08 | 1 | -0/+18 |
| * | allow some lua hooks to be run in "early" or "late" mode | Eric Covener | 2011-11-08 | 1 | -48/+181 |
| * | quick handlers and translate_name in lua can't be keyed off | Eric Covener | 2011-11-05 | 1 | -0/+21 |
| * | get the hello world of Handlers working again | Eric Covener | 2011-11-04 | 1 | -0/+3 |
| * | quick handler in an external file is already enabled, quick handler in block | Eric Covener | 2011-10-22 | 1 | -1/+2 |
| * | More style fixes, no func changes | Stefan Fritsch | 2011-09-23 | 1 | -52/+46 |
| * | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -13/+13 |
| * | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -7/+7 |
| * | Change the ap_cfg_getline() and ap_cfg_getc() to return an error code. | Stefan Fritsch | 2011-03-29 | 1 | -4/+5 |
| * | apply patch from zhiguo zhao <zhaozg@gmail.com> to significantly improve serv... | Brian McCallister | 2011-03-14 | 1 | -10/+16 |
| * | save some memory by using cmd->temp_pool instead of cmd->pool in some places | Stefan Fritsch | 2010-09-28 | 1 | -1/+1 |
| * | Drop ap_body_to_table due to missing constraints; a DoS waiting | William A. Rowe Jr | 2010-06-10 | 1 | -1/+1 |
| * | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
| * | Add info to debug logging. | Daniel Earl Poirier | 2010-05-01 | 1 | -3/+14 |
| * | * modules/lua/: s/apr_strnatcmp/strcmp/ - strnat*cmp functions are | Joe Orton | 2009-11-04 | 1 | -7/+7 |
| * | fix symbol space and exports | William A. Rowe Jr | 2009-03-25 | 1 | -59/+59 |
| * | * Remove unused variable | Ruediger Pluem | 2008-12-22 | 1 | -2/+1 |
| * | Use the HTTP_INTERNAL_SERVER_ERROR define instead of 500 directly. | Paul Querna | 2008-12-22 | 1 | -5/+5 |
| * | Fix more ISO C90 forbids mixed declarations and code... | Paul Querna | 2008-12-21 | 1 | -12/+15 |
| * | Attempt to make mod_lua compile under a strict c89 compiler by moving all var... | Paul Querna | 2008-12-21 | 1 | -25/+31 |
| * | Change apl_get_lua_state to take a apl_vm_spec instead of a filename, and to | Paul Querna | 2008-12-21 | 1 | -16/+9 |
| * | Reformat mod_lua according to the HTTP Server Project C Style Guide: | Paul Querna | 2008-12-21 | 1 | -279/+442 |
| * | Make all of the hook callbacks static functions. | Paul Querna | 2008-12-21 | 1 | -12/+12 |
| * | Fixup lua_config.c with prefix rename, and make mod_lua.c so it compiles again. | Paul Querna | 2008-12-21 | 1 | -1/+1 |
| * | Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' ... | Paul Querna | 2008-12-21 | 1 | -1/+1 |
| * | Rename most of the module formally known as mod_wombat to mod_lua conventions... | Paul Querna | 2008-12-21 | 1 | -115/+115 |