summaryrefslogtreecommitdiffstats
path: root/modules/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-2312-60/+60
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-235-28/+28
* Add comment that the check for empty brigade at the start of the function isStefan Fritsch2011-09-161-0/+1
* Un-deprecate AddOutputFilterByType and update docs. Its limitations haveStefan Fritsch2011-09-151-1/+1
* Implement AddOutputFilterByType by doing strcmp()s instead of creatingStefan Fritsch2011-09-151-41/+60
* Fix 'Content-Encoding: gzip' missing if the first brigade passed toStefan Fritsch2011-09-131-21/+34
* Set Accept-Rangs: none instead of unsetting the Accept-Range header when weEric Covener2011-09-081-1/+1
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-1/+1
* Simplify some overly complicated code using apr_brigade_putstrs and apr_pstrcatStefan Fritsch2011-08-201-22/+4
* Fix endless loop if first bucket is metadataStefan Fritsch2011-08-011-1/+3
* Don't try to compress requests with a zero sized body.Stefan Fritsch2011-07-131-2/+24