summaryrefslogtreecommitdiff
path: root/modules/filters
Commit message (Expand)AuthorAgeFilesLines
* 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-061-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-161-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