summaryrefslogtreecommitdiff
path: root/modules/lua
Commit message (Expand)AuthorAgeFilesLines
* backport mod_lua changes(r1524321): check for big endian and don't fiddle wit...Daniel Gruno2013-09-181-0/+3
* Backport a few things in mod_lua:Daniel Gruno2013-09-172-17/+501
* modules: Fix some compiler warnings.Graham Leggett2013-09-141-1/+1
* Removed comment which should never have been committed.Guenter Knauf2013-09-011-1/+0
* Remove line added during the trunk sync inRainer Jung2013-06-281-1/+0
* Added new r:touch() function; updated docs.Guenter Knauf2013-06-251-0/+21
* mod_lua: Fully sync 2.4.x with trunk (catch up to r1490700).Guenter Knauf2013-06-113-5/+275
* mod_lua: Fully sync 2.4.x with trunk (catch up to r1490700):Graham Leggett2013-06-1015-164/+428
* mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to)Graham Leggett2013-06-077-64/+2108
* backported r1439208 to 2.4Daniel Gruno2013-02-021-2/+2
* Added missing part of incomplete backport r1439099.Guenter Knauf2013-01-281-0/+1
* Backport lua dbd bindings to 2.4Daniel Gruno2013-01-276-3/+906
* Merge r1397687 from trunk:Jim Jagielski2013-01-091-3/+6
* backport r1385216, r1387610 from trunk:Jim Jagielski2012-09-261-2/+2
* Merge r1351020, r1370466 from trunk:Jim Jagielski2012-08-172-2/+150
* Merge r1361801 from trunk:Jim Jagielski2012-08-141-4/+3
* Big mod_lua backport:Rainer Jung2012-08-047-292/+232
* Merge r1366621 from trunk:Jim Jagielski2012-07-281-2/+3
* Merge r1352047, r1361298 from trunk:Jim Jagielski2012-07-252-0/+32
* Add missing HTTP status codes taken fromRainer Jung2012-07-201-0/+18
* Merge r1305586 from trunk:Jim Jagielski2012-04-271-17/+3
* fix various property issuesAndré Malo2012-04-042-0/+0
* Merge r1300766:Stefan Fritsch2012-03-162-2/+2
* Improve Lua 5.2.0 compatibility.Rainer Jung2012-02-013-1/+7
* 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:Graham Leggett2011-12-141-1/+1
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-054-21/+21
* Backport:Graham Leggett2011-11-301-1/+1
* r1203632 from trunk:Jeff Trawick2011-11-181-12/+0
* Merge r1201443 from trunk:Eric Covener2011-11-133-5/+98
* 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-117-309/+150
* expose r:trace1-8Eric Covener2011-11-101-0/+31
* ap_check_cmd_context checks don't work on the block formsEric Covener2011-11-101-11/+0
* since mod_ssl.h is now included, tell compiler where to find itGregg Lewis Smith2011-11-091-2/+2
* Fixed NetWare build.Guenter Knauf2011-11-091-0/+1
* mod_lua: Expose SSL variables via r:ssl_var_lookup()Eric Covener2011-11-083-0/+32
* allow some lua hooks to be run in "early" or "late" modeEric Covener2011-11-081-48/+181
* correct return val, the char* is pushed on the lua stack.Eric Covener2011-11-081-1/+1
* quick handlers and translate_name in lua can't be keyed off Eric Covener2011-11-051-0/+21
* provide ap_escape_html as r:escape_html() Eric Covener2011-11-051-0/+11
* get the hello world of Handlers working againEric Covener2011-11-041-0/+3
* make r.handler and r.proxyreq readable tooEric Covener2011-10-301-1/+18
* add constants for PROXYREQ_* to the apache2 global, allow r.proxyreq andEric Covener2011-10-302-0/+24
* alphabetize writable lua properties and use strcmp() for the oddball that'sEric Covener2011-10-301-9/+10
* make r.args read/write for rewrite refugees.Eric Covener2011-10-291-0/+6
* quick handler in an external file is already enabled, quick handler in block Eric Covener2011-10-221-1/+2