summaryrefslogtreecommitdiffstats
path: root/modules/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix AddOutputFilterByType brown paper bag crash bugStefan Fritsch2012-02-241-1/+4
* Fix various filter functions to return apr_status_t instead of intStefan Fritsch2012-02-033-7/+7
* Revert r1202255 to restore same behavior as in 2.4:Stefan Fritsch2012-01-311-5/+0
* Fix copy&paste error in comment.Rainer Jung2012-01-311-1/+1
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-182-4/+1
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-1/+1
* Add some more log message tagsStefan Fritsch2011-12-042-9/+8
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-0313-145/+156
* - Add some error handling for writing to the output filter chain.Stefan Fritsch2011-11-271-9/+32
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-1/+1
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-1/+1
* mod_include: The SSIAccessEnable directive existed to ensure the additionGraham Leggett2011-11-201-9/+1
* Avoid one apr_time_now() call in the fast pathStefan Fritsch2011-11-161-6/+9
* Add mod_data project file missing from r1202365Gregg Lewis Smith2011-11-161-0/+111
* disable mod_reqtimeout if not configuredPaul Querna2011-11-151-0/+5
* Fixed typo.Guenter Knauf2011-11-151-1/+1
* Added mod_data to NetWare build.Guenter Knauf2011-11-152-0/+249
* Change module sets and default activation status:Rainer Jung2011-11-121-4/+4
* * modules/filters/mod_proxy_html.c: Fix various code style issues. UseJoe Orton2011-11-101-136/+146
* * modules/proxy/mod_proxy_html.c (comp_urlmap): Fix const-ness warning.Joe Orton2011-11-101-1/+1
* Remove work-sketch cruft that went nowhere before getting ifdefed outNick Kew2011-11-101-5/+0
* mod_proxy_html: use ap_expr to evaluate conditional URLMapsNick Kew2011-11-101-48/+48
* Remove some ap_add_version_component() calls that don't provide any informationStefan Fritsch2011-11-091-4/+0
* mod_reqtimeout: Change the default to set some reasonable timeout values if l...Stefan Fritsch2011-11-081-33/+68
* Fix up some length limit calculationStefan Fritsch2011-11-081-2/+6
* Add some comments and another line length checkStefan Fritsch2011-11-081-14/+42
* Solaris doesn't support "test -e" in combinationRainer Jung2011-11-081-1/+1
* Link the modules that use it against the XML library so the server will start.Sander Temme2011-11-081-0/+2
* Remove ProxyHTMLLogVerbose in favor of trace loglevelsStefan Fritsch2011-11-081-45/+17
* auto var verbose not usedJeff Trawick2011-11-071-6/+0
* Also do length check if the last line is not LF terminatedStefan Fritsch2011-11-071-0/+7
* re-add apr_pool_clear accidentally removed in r1197405Stefan Fritsch2011-11-051-0/+1
* To prevent overboarding memory usage, limit line length to 1MBStefan Fritsch2011-11-041-19/+58
* Improve detection of libxml2Stefan Fritsch2011-11-031-19/+37
* Added proxy_html and xml2enc to Windows buildGregg Lewis Smith2011-11-032-0/+246
* Added proxy_html and xml2enc to NetWare build.Guenter Knauf2011-10-293-1/+530
* mod_include: Add support for application/x-www-form-urlencoded encodingGraham Leggett2011-10-291-0/+16
* Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.Stefan Fritsch2011-10-271-5/+5
* mod_xml2enc/mod_proxy_html dropNick Kew2011-10-271-0/+24
* Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and withStefan Fritsch2011-10-261-1/+2
* Make loop more efficient as pointed out by RoyStefan Fritsch2011-10-241-3/+3
* Unbreak AddOutputFilterByType for content types of the formStefan Fritsch2011-10-241-1/+12
* Log reason for not deflating at level trace1Stefan Fritsch2011-10-241-2/+21
* mod_buffer: Make sure we step down for subrequests, but not for internalGraham Leggett2011-10-231-1/+1
* mod_proxy_html/mod_xml2enc code dropNick Kew2011-10-231-0/+1309
* mod_proxy_html/mod_xml2enc code dropNick Kew2011-10-222-0/+660
* regex related cleanups:Stefan Fritsch2011-10-191-4/+1
* Consistently use base 10 for numbers when parsing config options. It may beStefan Fritsch2011-10-092-2/+2
* Make mod_substitute more efficient:Stefan Fritsch2011-09-261-68/+41
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-237-16/+16