summaryrefslogtreecommitdiffstats
path: root/modules/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* mod_substitute: allow opt-in to expressions in substitution valueEric Covener2017-12-311-11/+71
* Fix some styleChristophe Jaillet2017-12-181-3/+3
* mod_proxy_html: fix metafix handling of <meta http-equiv> elementsNick Kew2017-12-161-6/+6
* APR-ize uint typesJim Jagielski2017-12-151-6/+6
* The other half of r1442409: fix mod_proxy_html doctype-handling typosNick Kew2017-11-271-16/+10
* mod_substitute: add runtime traces. PR 61132.Yann Ylavic2017-11-231-0/+33
* Save a few bytes in the conf pool when handling 'ProxyHTMLDoctype' directive ...Christophe Jaillet2017-11-011-1/+1
* mod_substitute: use local/native LF for splittingEric Covener2017-04-141-1/+1
* mod_brotli: Comment on the default choice (0) for BROTLI_PARAM_LGBLOCK.Evgeny Kotkov2017-04-101-0/+4
* mod_brotli: Fix a minor typo in the description of BrotliAlterETagEvgeny Kotkov2017-04-101-1/+1
* mod_brotli: Update makefile to allow using Brotli library >= 0.6.0.Evgeny Kotkov2017-04-101-3/+3
* mod_xml2enc: cut out inappropriate fallback (and misleading log message)Nick Kew2017-03-071-0/+6
* 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
* configure: add dependency checks for mod_cryptoJacob Champion2017-01-311-1/+19
* mod_crypto: improve error message with older APRsJacob Champion2017-01-311-9/+10
* Save a few bytes and a few cycles.Christophe Jaillet2017-01-211-2/+2
* mod_brotli: Update makefile to cope with the pkg-config layout changeEvgeny Kotkov2017-01-161-5/+3
* unused variable error could mistakenly note that brotli isn't available.Jim Jagielski2017-01-161-1/+2
* Shorten RemoteIPProxyProtocolEnable to RemoteIPProxyProtocol and correct refe...Daniel Ruggeri2016-12-301-736/+0