summaryrefslogtreecommitdiff
path: root/modules/filters/mod_charset_lite.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-2/+2
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-2/+2
* On ebcdic systems, make sure E2A conversion happens last, Eric Covener2015-08-281-0/+7
* s/the the/the/gRich Bowen2015-07-091-1/+1
* *) mod_ext_filter, mod_charset_lite: Avoid inadvertent filtering of protocolEric Covener2015-06-171-0/+5
* Fixed type.Guenter Knauf2013-07-061-1/+1
* According to my testing, one special case of 'log_xlate_error', i.e. EES_INCO...Christophe Jaillet2013-01-061-7/+9
* Fix various filter functions to return apr_status_t instead of intStefan Fritsch2012-02-031-3/+3
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-3/+0
* Add some more log message tagsStefan Fritsch2011-12-041-8/+7
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-6/+6
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-3/+3
* mod_charset_lite:Stefan Fritsch2011-05-211-76/+45
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* CharsetOptions NoImplicitAdd wasn't referenced during insert_filter callback.Eric Covener2009-10-251-0/+9
* CharsetOptions NoImplicitAdd makes us fall through to the "unknown option" cl...Eric Covener2009-10-251-1/+1
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-301-4/+4
* * Use send_bucket_downstream to send data down the chain instead of creatingRuediger Pluem2008-09-091-24/+15
* stash the brigade used by send_bucket_downstream in the filter context forGreg Ames2008-09-091-6/+6
* PR 45687: Detect and pass along error bucketsGreg Ames2008-09-051-4/+44
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+1
* tweak to include recently added TranslateAllMimeTypes option to this Eric Covener2008-02-261-1/+2
* rename mod_charset_lite CharsetOption ForceAllMimeTypes toEric Covener2008-02-211-2/+2
* *) mod_charset_lite: Add ForceAllMimeTypes sub-option toEric Covener2008-02-201-1/+12
* no logic changesJeff Trawick2007-11-161-16/+22
* Finish upJeff Trawick2007-11-161-66/+4
* Re-work the explanation in commentary and debug logging ofJeff Trawick2007-11-111-6/+12
* mod_charset_lite: Don't crash when the request has no associatedJeff Trawick2007-11-071-5/+10
* update license header textRoy T. Fielding2006-07-111-6/+6
* mod_charset_lite: Bypass translation when the source and dest charsetsJeff Trawick2006-05-041-0/+2
* Stop returning DECLINED from the output filter for proxyJeff Trawick2006-05-041-3/+0
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* mod_charset_lite: Remove Content-Length when output filter canJeff Trawick2006-02-231-0/+26
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-57/+57
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Move mod_filter and mod_charset_lite from /experimental/ to /filters/Nick Kew2005-09-211-0/+1138