summaryrefslogtreecommitdiffstats
path: root/modules/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Follow up to r1918814: Strings are from configuration and thus trustedRuediger Pluem2024-07-021-1/+1
* * Always trust content types that we set literallyRuediger Pluem2024-07-024-5/+5
* mod_crypto: Fix warnings about signed bit fields.Yann Ylavic2024-03-141-3/+3
* * modules/filters/mod_xml2enc.c (xml2enc_ffunc): Accept any XML mediaJoe Orton2024-02-071-8/+12
* mod_deflate: remove filter after seeing EOSJoe Orton2023-12-201-0/+4
* mod_xml2enc: remove dependency on xmlstring headerEric Covener2023-11-211-3/+3
* fix return codesGiovanni Bechis2023-06-081-3/+3
* mod_ext_filter: check exit status of filter processesGiovanni Bechis2023-06-071-1/+46
* limit mod_sed memory useEric Covener2022-06-012-45/+118
* * Use apr_size_t instead of int to avoid an overflowRuediger Pluem2022-04-271-1/+1
* * Improve the logic flowRuediger Pluem2022-03-081-11/+19
* mod_sed: use size_t to allow for larger buffer sizes and unsigned arithmetics.Yann Ylavic2022-03-073-43/+58
* mod_reqtimeout: Set socket timeout for AP_MODE_INIT.Yann Ylavic2022-01-241-2/+1
* SEDERR_TMAMES and SEDERR_TMRMES are used only in sed1.c with 'eval->lnum' as ...Christophe Jaillet2022-01-201-2/+2
* The format specifier is APR_SIZE_T_FMT, so there is no point in trying to log...Christophe Jaillet2022-01-201-4/+2
* * modules/filters/mod_deflate.c (deflate_in_filter): Handle FLUSH inJoe Orton2021-12-031-29/+31
* * modules/filters/mod_deflate.c (deflate_out_filter): CatchJoe Orton2021-10-121-1/+6
* * mod_deflate: refrain from reading buckets of known length, justStefan Eissing2021-08-301-3/+8
* Fix a comment (missing '_' in 'keep_body')Christophe Jaillet2021-04-301-9/+7
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-8/+3
* The Microsoft OOXML format uses xml packaged into a zip file, and hasJoe Orton2020-12-161-2/+2
* 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