summaryrefslogtreecommitdiff
path: root/modules/filters/mod_include.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* Revert r1783759: really more things than intended :pYann Ylavic2017-02-201-1/+0
* Follow up to r1783755: update APLOGNO.Yann Ylavic2017-02-201-0/+1
* PR59844: stack-allocated ap_expr_info_t returned from mod_includeEric Covener2016-07-131-7/+7
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-20/+20
* Add the <!--#comment ... --> syntax.Christophe Jaillet2016-04-021-0/+10
* mod_include now sets DOCUMENT_ARGS.Jeff Trawick2016-03-131-0/+1
* Added many log numbers to log statements thatRainer Jung2016-01-191-6/+16
* Follow up to r1715880: revert more abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-12-291-7/+7
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-27/+27
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-27/+27
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-27/+27
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-4/+0
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-7/+7
* Be consistant with the code below which accepts lower or upper case.Christophe Jaillet2015-01-051-1/+1
* Add missing APLOGNO.Christophe Jaillet2014-07-201-7/+7
* Note that the function will be available in APR.Graham Leggett2013-06-061-0/+1
* bug 54548 - use new expr parser with 'elif', like 'if'Thomas J. Donovan2013-02-241-1/+4
* 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
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-48/+59
* mod_include: The SSIAccessEnable directive existed to ensure the additionGraham Leggett2011-11-201-9/+1
* mod_include: Add support for application/x-www-form-urlencoded encodingGraham Leggett2011-10-291-0/+16
* regex related cleanups:Stefan Fritsch2011-10-181-4/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Simplify some overly complicated code using apr_brigade_putstrs and apr_pstrcatStefan Fritsch2011-08-201-22/+4
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-1/+1
* Simplify code with ap_str_tolower()Stefan Fritsch2011-06-131-7/+1
* Fix cut'n'paste errorStefan Fritsch2011-05-281-1/+1
* Use the new "ap_expr" expression parser.Stefan Fritsch2011-05-281-3/+129
* Fix config setting after r1128430 has changed some elements from int to charStefan Fritsch2011-05-281-3/+3
* properly merge directory configs in mod_includeStefan Fritsch2011-05-271-25/+46
* Fix various "variable 'x' set but not used" warnings.Stefan Fritsch2011-05-221-8/+11
* mod_include: Add the onerror attribute to the include element, allowingGraham Leggett2010-11-201-8/+29
* Put the expression parser back into mod_includeStefan Fritsch2010-11-061-65/+675
* mod_include: Move the request_rec within mod_include to beGraham Leggett2010-09-191-12/+11
* mod_include: Reinstate support for UTF-8 character sets by allowing aGraham Leggett2010-09-191-32/+156
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-2/+2
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-031-4/+3
* mod_include: recognise "text/html; parameters" as text/htmlNick Kew2010-07-191-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Allow fine control over the removal of Last-Modified and ETag headersGraham Leggett2010-02-011-6/+43
* * modules/filters/mod_include.c (handle_printenv): Fix handling ofJoe Orton2009-11-041-1/+1
* Bring back OS/2 support.Brian Havard2009-08-261-1/+1
* Update r795445 patch in the light of rpluem's comments on-listNick Kew2009-07-191-8/+5
* Typo fixNick Kew2009-07-181-1/+1
* Fix mod_include potential segfault checking backref from unmatched regexpNick Kew2009-07-181-13/+18
* Security fix for CVE-2009-1195: fix Options handling such thatJoe Orton2009-05-081-1/+1
* remove OS/2 platform supportJeff Trawick2009-03-261-1/+1