summaryrefslogtreecommitdiffstats
path: root/modules/filters/mod_filter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_filter: Fix AddOutputFilterByType with non-content-level filters.Nick Kew2016-01-251-5/+7
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-2/+0
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-1/+1
* Save a few bytes in conf pool when parsing some directives. Use temp_pool whe...Christophe Jaillet2015-02-051-1/+1
* *) mod_filter: Add "change=no" as a proto-flag to FilterProtocolEric Covener2013-09-021-0/+3
* Use 'ap_strcasestr' instead of a strdup/str_tolower/strstr sequenceChristophe Jaillet2012-10-161-7/+2
* Add a few AP_DEBUG_ASSERT()s for the benefit of clangStefan Fritsch2012-09-141-0/+1
* some more trace logging for AddOutputFilterByTypeStefan Fritsch2012-03-121-0/+13
* Fix AddOutputFilterByType brown paper bag crash bugStefan Fritsch2012-02-241-1/+4
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-6/+6
* 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
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-3/+3
* 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
* Set Accept-Rangs: none instead of unsetting the Accept-Range header when weEric Covener2011-09-081-1/+1
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-4/+1
* Improvements found by cppcheck:Stefan Fritsch2011-05-151-1/+1
* Log errors/infos during expression evaluation and associate the messageStefan Fritsch2010-11-201-0/+1
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-9/+12
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-031-4/+7
* Use temp_pool not pool for a string that's a tempNick Kew2010-07-231-1/+1
* Support multiple names in reimplemented AddOutputFilterByTypeNick Kew2010-07-231-2/+17
* Move AddOutputFilterByType implementation from core to mod_filter.Nick Kew2010-07-221-1/+44
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* mod_filter: enable filters to be configured on non-200 responsesNick Kew2009-12-271-1/+2
* more de-tabifyJim Jagielski2008-06-131-2/+2
* Remove ap_expr_clone from the API (same day it was added:-)Nick Kew2008-04-011-3/+1
* Update mod_filter to use ap_exprNick Kew2008-03-311-237/+23
* Since we don't support chained filters, and can't expect to while theNick Kew2007-11-291-4/+0
* mod_filter: don't segfault on (unsupported) chained FilterProviders.Nick Kew2007-11-261-1/+6
* Remove commas -- they are not used in the other directives' descriptions, eitherMartin Kraemer2007-08-281-3/+3
* Fix FilterTrace directive's descriptionMartin Kraemer2007-08-281-1/+1
* Rationalisation suggested by rpluemNick Kew2007-07-261-15/+8
* Fix integer comparisons in mod_filterNick Kew2007-07-261-12/+24
* mod_filter: fix merging of ! and =Nick Kew2007-07-261-5/+33
* PR#39420Nick Kew2006-12-131-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Chop historic notes no longer relevant since 2.2 release.Nick Kew2006-05-291-14/+0
* PR#39672: Check that filter exists before trying to insert itNick Kew2006-05-291-0/+5
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-4/+4
* Move mod_filter and mod_charset_lite from /experimental/ to /filters/Nick Kew2005-09-211-0/+850