summaryrefslogtreecommitdiffstats
path: root/modules/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* PR#64443: watch whether mod_proxy_html i18n might risk messing up FORMNick Kew2020-06-071-0/+27
* Move stray /i switch into proper locationChristophe Jaillet2020-05-232-2/+2
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-203-12/+15
* * modules/filters/mod_proxy_html.c: Fix proxy_html_conf.bufszJoe Orton2020-04-221-1/+1
* Add missing pool tags to help debugging.Yann Ylavic2020-04-163-0/+3
* PR64295 cannot override default Virtualhost's mod_reqtimeoutJean-Frederic Clere2020-04-151-2/+2
* "?:" is a GNU extension, use standard syntaxGiovanni Bechis2020-02-272-2/+2
* Avoid printing NULL strings in logsGiovanni Bechis2020-02-261-1/+1
* Avoid printing NULL strings in logsGiovanni Bechis2020-02-221-1/+1
* convert malloc(3) into ap_mallocGiovanni Bechis2020-02-181-1/+1
* Follow up to r1873941: define AP_REG_NO_DEFAULT for raw ap_regcomp() usage.Yann Ylavic2020-02-171-2/+4
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-134-5/+5
* don't use DOTALL from mod_substitute which leaves \n at the end of the line.Eric Covener2020-02-121-1/+1
* Honor "Accept-Encoding: foo;q=0" as per RFC 7231; which means 'foo' is "not a...Christophe Jaillet2019-10-112-4/+30
* Reverse the order of the test... if clang, then use clang, because some clang...Jim Jagielski2019-09-192-14/+14
* * modules/filters/mod_proxy_html.c, modules/filters/mod_xml2enc.c:Joe Orton2019-08-062-2/+2
* Unfortunately -Wcomment can only be influencedRainer Jung2019-08-052-4/+0
* Follow up to r1864438 and r1864435:Rainer Jung2019-08-051-0/+2
* Use the right pragma syntax.Rainer Jung2019-08-052-4/+4
* The GCC flag "-Wno-error=comment" introduced by r1855446Rainer Jung2019-08-053-4/+40
* After reinstatement of DSO support in APR/APR-util, revert r1837437,Graham Leggett2019-06-231-1/+1
* mod_reqtimeout: fix default_[stage]_rate_factor initializations.Yann Ylavic2019-04-081-10/+10
* Make the work-around for C++ style comments causing fatal errors inJim Jagielski2019-03-131-1/+1
* mod_reqtimeout: follow up to r1853901: init stage name outside INIT_STAGE().Yann Ylavic2019-02-201-2/+3
* mod_reqtimeout: follow up to r1853901: fix macro args.Yann Ylavic2019-02-201-3/+3
* mod_reqtimeout: follow up to r1853906: adjust hooks priorities comments.Yann Ylavic2019-02-191-4/+6
* mod_reqtimeout: Allow to configure (TLS-)handshake timeouts.Yann Ylavic2019-02-191-5/+26
* mod_reqtimeout: factorize structs and code.Yann Ylavic2019-02-191-98/+87
* This just got me. I upgraded macOS to Mojave (w/ latest Xcode) and I always b...Jim Jagielski2019-01-081-0/+4
* Use apr_uint64_t instead of uint64_t; Pointed out by ylavicStefan Sperling2018-12-231-7/+7
* Avoid hard-coded "%ld" format strings in mod_deflate's logging statements.Stefan Sperling2018-12-231-10/+16
* mod_brotli, mod_deflate: Restore the separate handling of 304 Not ModifiedEvgeny Kotkov2018-10-092-10/+16
* * modules/filters/mod_deflate.cJoe Orton2018-10-051-3/+1
* Axe some redundant conditions. PR 62549.Yann Ylavic2018-08-131-1/+1
* mod_ratelimit: Don't interfere with "chunked" encoding.Yann Ylavic2018-07-311-2/+1
* http: Enforce consistently no response body with both 204 and 304 statuses.Yann Ylavic2018-07-302-7/+10
* mod_ratelimit: fix behavior with proxied contentLuca Toscano2018-06-201-77/+62
* Follow up to r1833368: share openssl between modules.Yann Ylavic2018-06-131-1/+1
* Save a few cycles.Christophe Jaillet2018-05-041-2/+2
* Save a few cycles and simlify code.Christophe Jaillet2018-05-041-8/+7
* mod_proxy_html: Fix variable interpolation and memory allocation failure in P...Yann Ylavic2018-05-021-0/+6
* mod_xml2enc: follow up to r1829038 and r1829039.Yann Ylavic2018-04-301-10/+7
* mod_xml2enc: follow up to r1829038.Yann Ylavic2018-04-131-0/+10
* mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180.Yann Ylavic2018-04-131-9/+28
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-2/+2
* Propose backportable fix to accept libxml2 path in theWilliam A. Rowe Jr2018-02-231-1/+1
* get mod_brotli in buildGregg Lewis Smith2018-01-191-0/+111
* mod_proxy_html: output filter rework.Yann Ylavic2018-01-031-28/+30
* mod_proxy_html: don't depend on NUL terminated bucket data.Yann Ylavic2018-01-031-3/+4
* mod_proxy_html: follow up to r1599012.Yann Ylavic2018-01-031-11/+48