summaryrefslogtreecommitdiffstats
path: root/modules/lua/mod_lua.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-05provide ap_escape_html as r:escape_html() Eric Covener1-0/+11
2011-11-05remove unneeded dependency to mod_proxy_htmlGregg Lewis Smith2-6/+0
2011-11-05re-add apr_pool_clear accidentally removed in r1197405Stefan Fritsch1-0/+1
2011-11-05Remove some copy and paste remnants, no libaprutil in APR2Gregg Lewis Smith1-12/+0
2011-11-04get the hello world of Handlers working againEric Covener2-0/+6
2011-11-04Update transformsStefan Fritsch29-847/+895
2011-11-04Unify syntax of config directives taking an expression as optional contition ...Stefan Fritsch6-26/+38
2011-11-04To prevent overboarding memory usage, limit line length to 1MBStefan Fritsch3-19/+64
2011-11-03Improve detection of libxml2Stefan Fritsch1-19/+37
2011-11-03Modify placement of PROXY_DECLARE_DATA to fix build problems with MSVC,Stefan Fritsch2-4/+4
2011-11-03Somehow missed in r1196876Gregg Lewis Smith1-0/+2
2011-11-03Added proxy_html and xml2enc to Windows buildGregg Lewis Smith7-2/+390
2011-10-30add new properties/constantsEric Covener2-0/+26
2011-10-30make r.handler and r.proxyreq readable tooEric Covener1-1/+18
2011-10-30add constants for PROXYREQ_* to the apache2 global, allow r.proxyreq andEric Covener2-0/+24
2011-10-30alphabetize writable lua properties and use strcmp() for the oddball that'sEric Covener1-9/+10
2011-10-30Updates.Lucien Gentis7-24/+56
2011-10-30Reverted r1194896.Guenter Knauf2-8/+3
2011-10-29r.args can be writtenEric Covener2-2/+2
2011-10-29make r.args read/write for rewrite refugees.Eric Covener2-0/+9
2011-10-29Some NetWare build tweaks.Guenter Knauf2-35/+48
2011-10-29Removed prototype which had no implementation.Guenter Knauf1-8/+0
2011-10-29Fixed NetWare build check for APU_HAVE_CRYPTO.Guenter Knauf1-2/+4
2011-10-29Added check for APU_HAVE_CRYPTO to NetWare build.Guenter Knauf1-1/+2
2011-10-29Remove magic numbers; ensure that an invalid nmatch is correctedJim Jagielski1-6/+6
2011-10-29Some NetWare build tweaks: generate proxy import list.Guenter Knauf2-3/+8
2011-10-29Some NetWare build tweaks: removed obsolete include paths.Guenter Knauf5-19/+9
2011-10-29Added proxy_html and xml2enc to NetWare build.Guenter Knauf3-1/+530
2011-10-29Update transformations.Graham Leggett12-42/+66
2011-10-29mod_include: Add support for application/x-www-form-urlencoded encodingGraham Leggett7-34/+137
2011-10-27Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.Stefan Fritsch4-9/+9
2011-10-27XSLT transformationRich Bowen1-10/+18
2011-10-27Applies patch from Tomas Pospisek <tpo2 sourcepole ch> improving SSL FAQ on t...Rich Bowen1-10/+18
2011-10-27Add new modules to CHANGESNick Kew1-0/+8
2011-10-27mod_proxy_html and mod_xml2enc: part 4Nick Kew2-0/+11
2011-10-27mod_xml2enc/mod_proxy_html dropNick Kew1-0/+24
2011-10-26* support/rotatelogs.c (usage, main): Add support for -c option.Joe Orton3-1/+76
2011-10-26Add comment why the code is disabledStefan Fritsch1-0/+1
2011-10-26Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and withStefan Fritsch6-26/+84
2011-10-26Remove spurious parsing of the cipher parameter.Graham Leggett1-1/+0
2011-10-25Update transformations.Graham Leggett7-151/+177
2011-10-25mod_session_crypto: Refactor to support the new apr_crypto API.Graham Leggett3-247/+260
2011-10-25* Correctly return a 400 (Bad request) in case of a HTTP/0.9 request likeRuediger Pluem1-5/+6
2011-10-25Adds border, zebra striping, to IndexStyleSheet table.Rich Bowen2-12/+11
2011-10-25Rebuild HTMLRich Bowen1-1/+1
2011-10-25Makes the 'canonical hostname' example a tiny bit more useful, in that it now...Rich Bowen1-1/+1
2011-10-24update transformationAndré Malo6-6/+33
2011-10-24propsAndré Malo2-0/+2
2011-10-24Mention mod_reqtimeout in the DoS mitigation sectionStefan Fritsch2-0/+8
2011-10-24Add missing line breakStefan Fritsch2-2/+2