summaryrefslogtreecommitdiffstats
path: root/modules/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy_html: bugfixes and introduce HTML5 doctypeNick Kew2013-02-041-2/+8
* Fix error because of negative rate-limitChristophe Jaillet2013-01-281-10/+10
* According to my testing, one special case of 'log_xlate_error', i.e. EES_INCO...Christophe Jaillet2013-01-061-7/+9
* Fix various clone/edit and search/replace errorsGregg Lewis Smith2012-12-126-12/+12
* Fix a few 'too many arguments for format' warningsStefan Fritsch2012-12-081-4/+4
* Add some __attribute__ for automatic format checking.Christophe Jaillet2012-12-082-2/+3
* *) mod_xml2enc: Fix problems with charset conversion altering theJim Jagielski2012-11-081-0/+3
* Use 'ap_strcasestr' instead of a strdup/str_tolower/strstr sequenceChristophe Jaillet2012-10-161-7/+2
* mod_include: When an include file or virtual path fails, include the resultGraham Leggett2012-10-021-7/+8
* mod_include: When +Includes is not set and we disable mod_include, tellGraham Leggett2012-10-021-1/+1
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-5/+6
* revert r1385214, as I inadvertently left out acinclude.m4.Kaspar Brand2012-09-161-6/+5
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-5/+6
* Add a few AP_DEBUG_ASSERT()s for the benefit of clangStefan Fritsch2012-09-141-0/+1
* NetWare build tweaks.Guenter Knauf2012-08-0914-15/+15
* r1359057 added and include to mod_ssl.hGregg Lewis Smith2012-08-041-2/+2
* Fix mod_deflate NetWare build.Guenter Knauf2012-07-201-0/+1
* Make mod_deflate skip compression if compression is enabled at SSL level.Stefan Fritsch2012-07-091-0/+31
* * modules/filters/mod_ext_filter.c (ef_unified_filter): Set hit_eosJoe Orton2012-07-051-1/+10
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-261-2/+2
* * modules/filters/config.m4: Prevent libsed internals from pollutingJoe Orton2012-04-171-1/+7
* * modules/filters/sed1.c: Mark private globals as static const.Joe Orton2012-04-171-3/+4
* fix various property issuesAndré Malo2012-04-041-111/+111
* PR52981: mod_request: fix check for bad KeptBodySize argumentEric Covener2012-03-231-1/+1
* Don't define PATH_MAX, we use APR_PATH_MAX anyway.Stefan Fritsch2012-03-221-3/+0
* some more trace logging for AddOutputFilterByTypeStefan Fritsch2012-03-121-0/+13
* Pass the EOS bucket down the filter chainStefan Fritsch2012-02-251-1/+2
* Enable per-module loglevel for mod_xml2enc and mod_proxy_htmlStefan Fritsch2012-02-252-2/+5
* 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