summaryrefslogtreecommitdiff
path: root/modules/lua/lua_request.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r1657261 from trunk:Eric Covener2015-03-041-1/+5
* Merge r1657256 from trunk:Eric Covener2015-03-041-5/+12
* Merge r1611978, r1612068 from trunk:Jim Jagielski2014-09-051-3/+3
* backport for mod_lua: Don't quote values in cookies; Make IE happy again [#56...Daniel Gruno2014-07-181-2/+2
* Merge 1610491 from trunk:Joe Orton2014-07-141-4/+10
* mod_lua: Sync 2.4.x with trunk (more or less); Backport a fix and some code h...Daniel Gruno2014-06-211-31/+34
* C89 and suchDaniel Gruno2014-04-231-1/+2
* fix lua_ap_requestbody (bad backport?)Daniel Gruno2014-04-211-1/+1
* Backport r1588807Daniel Gruno2014-04-201-1/+1
* mod_lua: backport the two parsebody fixes.Daniel Gruno2014-04-201-5/+23
* mod_lua: Give me all the backports and eggs you have. (see CHANGES)Daniel Gruno2014-03-291-13/+62
* mod_lua: escape key/value pairs when setting cookies to prevent header splitt...Daniel Gruno2014-03-271-0/+4
* mod_lua: Backport setcookie changes. PR 56128Daniel Gruno2014-02-201-12/+86
* Merge r1567221 from trunk:Eric Covener2014-02-111-1/+1
* Backport r1564727: Fix support for uploading files by using pushlstring inste...Daniel Gruno2014-02-051-1/+50
* mod_lua: Detect "All" or "None" before putting together a potentially blank (...Daniel Gruno2014-01-031-1/+8
* Merge r1551968 from trunk:Eric Covener2013-12-181-0/+2
* Merge r1544820 from trunk:Jim Jagielski2013-12-021-4/+4
* 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-171-3/+426
* modules: Fix some compiler warnings.Graham Leggett2013-09-141-1/+1
* 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):Graham Leggett2013-06-101-105/+345
* mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to)Graham Leggett2013-06-071-20/+1240
* Backport lua dbd bindings to 2.4Daniel Gruno2013-01-271-0/+3
* Big mod_lua backport:Rainer Jung2012-08-041-19/+38
* Merge r1352047, r1361298 from trunk:Jim Jagielski2012-07-251-0/+30
* Merge r1300766:Stefan Fritsch2012-03-161-1/+1
* Backport:Graham Leggett2011-12-141-1/+1
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-051-8/+8
* Backport:Graham Leggett2011-11-301-1/+1
* Merge r1200475, r1200478, r1200482, r1200491, r1200513, r1200550, r1200580, r...Jim Jagielski2011-11-111-0/+7
* expose r:trace1-8Eric Covener2011-11-101-0/+31
* mod_lua: Expose SSL variables via r:ssl_var_lookup()Eric Covener2011-11-081-0/+12
* correct return val, the char* is pushed on the lua stack.Eric Covener2011-11-081-1/+1
* provide ap_escape_html as r:escape_html() Eric Covener2011-11-051-0/+11
* 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-301-0/+12
* 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
* expose ap_construct_url to lua scriptsEric Covener2011-10-221-0/+10
* Fix format string bugs in mod_lua. Found by gcc and pointed out by Igor Galic.Stefan Fritsch2011-10-081-1/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-2/+2
* expose subprocess_env on lua request objectBrian McCallister2010-07-231-1/+7
* Added casts to make strict compilers happy.Guenter Knauf2010-07-181-5/+5
* Mop up more than a dozen const'ness faultsWilliam A. Rowe Jr2010-06-101-1/+1
* Drop ap_body_to_table due to missing constraints; a DoS waitingWilliam A. Rowe Jr2010-06-101-15/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Fix some modules to make them compile with per-module loglevels.Stefan Fritsch2010-06-061-1/+1
* expose r->notes to luaBrian McCallister2009-11-051-0/+8