summaryrefslogtreecommitdiff
path: root/modules/lua/mod_lua.c
Commit message (Expand)AuthorAgeFilesLines
* * mod_lua: fix compilation with lua-5.3 (r1668827)Jan Kaluža2015-03-241-0/+4
* Merge r1642499 from trunk:Jim Jagielski2014-12-021-10/+17
* Merge r1611978, r1612068 from trunk:Jim Jagielski2014-09-051-5/+5
* Merge r1604631 from trunk:Jeff Trawick2014-06-221-0/+4
* mod_lua: Backport disabling of early/late in LuaHookCheckUserIDDaniel Gruno2014-06-211-6/+8
* mod_lua: Sync 2.4.x with trunk (more or less); Backport a fix and some code h...Daniel Gruno2014-06-211-13/+86
* mod_lua: Reformat and escape script error output.Daniel Gruno2014-03-271-4/+4
* mod_lua: Add a fixups hook that checks if the original request is intended Daniel Gruno2014-03-131-0/+25
* * easy proposals to synch 2.4.x and trunkGraham Leggett2013-12-261-2/+2
* Backport a few things in mod_lua:Daniel Gruno2013-09-171-14/+75
* mod_lua: Fully sync 2.4.x with trunk (catch up to r1490700):Graham Leggett2013-06-101-4/+17
* mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to)Graham Leggett2013-06-071-11/+632
* Merge r1351020, r1370466 from trunk:Jim Jagielski2012-08-171-2/+144
* Merge r1361801 from trunk:Jim Jagielski2012-08-141-4/+3
* Big mod_lua backport:Rainer Jung2012-08-041-87/+93
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-0/+4
* Merge r1220462: Stefan Fritsch2011-12-181-6/+1
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-051-8/+8
* Merge r1201443 from trunk:Eric Covener2011-11-131-5/+87
* Use the right lua scope when used as a hook.Rainer Jung2011-11-111-1/+26
* Merge r1200977 from trunk:Jim Jagielski2011-11-111-3/+12
* Merge r1200975 from trunk:Jim Jagielski2011-11-111-4/+1
* Merge r1200475, r1200478, r1200482, r1200491, r1200513, r1200550, r1200580, r...Jim Jagielski2011-11-111-193/+74
* ap_check_cmd_context checks don't work on the block formsEric Covener2011-11-101-11/+0
* mod_lua: Expose SSL variables via r:ssl_var_lookup()Eric Covener2011-11-081-0/+18
* allow some lua hooks to be run in "early" or "late" modeEric Covener2011-11-081-48/+181
* quick handlers and translate_name in lua can't be keyed off Eric Covener2011-11-051-0/+21
* get the hello world of Handlers working againEric Covener2011-11-041-0/+3
* quick handler in an external file is already enabled, quick handler in block Eric Covener2011-10-221-1/+2
* More style fixes, no func changesStefan Fritsch2011-09-231-52/+46
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-13/+13
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-7/+7
* Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.Stefan Fritsch2011-03-291-4/+5
* apply patch from zhiguo zhao <zhaozg@gmail.com> to significantly improve serv...Brian McCallister2011-03-141-10/+16
* save some memory by using cmd->temp_pool instead of cmd->pool in some placesStefan Fritsch2010-09-281-1/+1
* Drop ap_body_to_table due to missing constraints; a DoS waitingWilliam A. Rowe Jr2010-06-101-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Add info to debug logging.Daniel Earl Poirier2010-05-011-3/+14
* * modules/lua/: s/apr_strnatcmp/strcmp/ - strnat*cmp functions areJoe Orton2009-11-041-7/+7
* fix symbol space and exportsWilliam A. Rowe Jr2009-03-251-59/+59
* * Remove unused variableRuediger Pluem2008-12-221-2/+1
* Use the HTTP_INTERNAL_SERVER_ERROR define instead of 500 directly.Paul Querna2008-12-221-5/+5
* Fix more ISO C90 forbids mixed declarations and code...Paul Querna2008-12-211-12/+15
* Attempt to make mod_lua compile under a strict c89 compiler by moving all var...Paul Querna2008-12-211-25/+31
* Change apl_get_lua_state to take a apl_vm_spec instead of a filename, and to Paul Querna2008-12-211-16/+9
* Reformat mod_lua according to the HTTP Server Project C Style Guide:Paul Querna2008-12-211-279/+442
* Make all of the hook callbacks static functions.Paul Querna2008-12-211-12/+12
* Fixup lua_config.c with prefix rename, and make mod_lua.c so it compiles again.Paul Querna2008-12-211-1/+1
* Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' ...Paul Querna2008-12-211-1/+1
* Rename most of the module formally known as mod_wombat to mod_lua conventions...Paul Querna2008-12-211-115/+115