summaryrefslogtreecommitdiffstats
path: root/modules/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the <!--#comment ... --> syntax.Christophe Jaillet2016-04-021-0/+10
* mod_include now sets DOCUMENT_ARGS.Jeff Trawick2016-03-131-0/+1
* mod_reqtimeout: Prevent long response times from triggering a timeout onceYann Ylavic2016-03-091-13/+20
* Revert r1733054: spurious commit of being-worked mod_reqtimeout changes.Yann Ylavic2016-03-011-18/+0
* mod_proxy: follow up to r1729826 + r1729847 + r1732986.Yann Ylavic2016-03-011-0/+18
* mod_filter: Fix AddOutputFilterByType with non-content-level filters.Nick Kew2016-01-251-5/+7
* Added many log numbers to log statements thatRainer Jung2016-01-192-7/+17
* Added many log numbers to log statements thatRainer Jung2016-01-192-2/+2
* Follow up to r1715880: revert more abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-12-291-7/+7
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-2/+2
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-233-42/+42
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-233-42/+42
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-233-42/+42
* Remove some useless 'return' statements.Christophe Jaillet2015-11-212-6/+0
* mod_substitute: cleanup properly on EOS.Yann Ylavic2015-10-061-0/+1
* m4: please any autoconf by quoting AC_DEFUN's names. PR 58126.Yann Ylavic2015-10-051-1/+1
* Follow-up to r1702948:Jeff Trawick2015-10-031-1/+1
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-305-17/+24
* Fix a spurious test where a condition is always true:Christophe Jaillet2015-09-201-1/+1
* On ebcdic systems, make sure E2A conversion happens last, Eric Covener2015-08-281-0/+7
* mod_substitute: follow up r1688339.Yann Ylavic2015-08-211-5/+5
* mod_substitute: revert r1697002.Yann Ylavic2015-08-211-4/+4
* mod_substitute: follow up r1684900.Yann Ylavic2015-08-211-4/+4
* s/\<\(\w\+\)\>\s\+\<\1\>/\1/gYann Ylavic2015-07-091-1/+1
* s/the the/the/gRich Bowen2015-07-093-3/+3
* mod_reqtimeout: follow up to r1621453.Yann Ylavic2015-07-061-52/+42
* Net -8 LoC, my usual specialty.William A. Rowe Jr2015-06-301-10/+2
* Increase legibility of the max_line_length behavior, and adjust forWilliam A. Rowe Jr2015-06-301-3/+4
* Optimize in all cases that the members are all explicitly initialized.William A. Rowe Jr2015-06-301-2/+2
* Very difficult to read, and therefore was wrong.William A. Rowe Jr2015-06-301-3/+10
* mod_substitute: follow up to r1687680.Yann Ylavic2015-06-301-4/+3
* mod_substitute: follow up to r1687539.Yann Ylavic2015-06-261-5/+4
* mod_substitute: follow up r1684900.Yann Ylavic2015-06-251-2/+25
* *) mod_ext_filter, mod_charset_lite: Avoid inadvertent filtering of protocolEric Covener2015-06-172-0/+10
* mod_substitute: Fix configuraton merge order.Nick Kew2015-06-111-2/+2
* Constify + save a few bytes in conf poolChristophe Jaillet2015-06-021-7/+7
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-9/+3
* Save a few bytes in conf pool when parsing some directives. Use temp_pool whe...Christophe Jaillet2015-02-051-1/+1
* Be consistant with the code below which accepts lower or upper case.Christophe Jaillet2015-01-051-1/+1
* mod_reqtimeout: don't extend the timeout in speculative mode, wait for theYann Ylavic2014-11-241-1/+6
* mod_reqtimeout: revert r1640758.Yann Ylavic2014-11-201-11/+7
* mod_reqtimeout: avoid unnecessary calls to apr_socket_timeout_set().Yann Ylavic2014-11-201-7/+11
* mod_buffer: avoid unlikely access to freed memory and forward flushed bucketsYann Ylavic2014-10-181-17/+23
* mod_substitute: No real functional change, but:Rainer Jung2014-10-151-3/+7
* mod_substitute: Restrict configuration in .htaccess toRainer Jung2014-10-021-2/+2
* mod_substitute: Make maximum line length configurable.Rainer Jung2014-10-021-13/+65
* mod_substitute: Fix memory limitation in case ofRainer Jung2014-09-281-1/+3
* PR56729: mod_reqtimeout gets confused when it sees a read viaEric Covener2014-08-301-0/+10
* mod_deflate:Yann Ylavic2014-08-211-90/+55
* mod_deflate: follow up to r1619444.Yann Ylavic2014-08-211-7/+8