summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy: Avoid confusion of prefix/regex matching workers at loading. PR 6...Yann Ylavic2021-07-053-84/+137
* mod_proxy: Follow up to r1891206: fix UDS scheme.Yann Ylavic2021-07-031-1/+2
* mpm_proxy: Fix possible reuse/merging of Proxy(Pass)Match workers. PR 65419.Yann Ylavic2021-07-021-32/+83
* remove extra whitespace in HTTP_NOT_IMPLEMENTED Eric Covener2021-07-021-1/+1
* core: Write Completion (WC) bucket type.Yann Ylavic2021-06-291-18/+12
* fix xlate of literal text ErrorDocument on EBCDICEric Covener2021-06-291-1/+1
* * modules/ssl/ssl_engine_init.c (ssl_init_server_certs): Fix use ofJoe Orton2021-06-291-2/+17
* Add log tags.Graham Leggett2021-06-248-15/+21
* dbm: Split the loading of a dbm driver from the opening of a dbm file. WhenGraham Leggett2021-06-247-23/+336
* * log-tags always win.Stefan Eissing2021-06-111-2/+2
* *) mod_ssl: tighten the handling of ALPN for outgoing (proxy)Stefan Eissing2021-06-111-1/+61
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-089-84/+52
* mod_h2: Make h2_headers_create() constant and simplfy code using it.Yann Ylavic2021-06-073-70/+27
* mod_h2: Don't strip headers from 304 responses.Yann Ylavic2021-06-071-18/+1
* * mod_http2: using the ap_parse_request_line() unconditionally, now that it ...Stefan Eissing2021-05-271-107/+1
* fix build with LibreSSL [Yann Ylavic]Giovanni Bechis2021-05-211-3/+2
* mod_ssl: Switch to using OpenSSL's automatic internal DH parameterJoe Orton2021-05-213-4/+14
* * mod_log_config/mod_ssl: moved the log_handlers registered by mod_sslStefan Eissing2021-05-184-77/+40
* mod_md: removing the previous libressl workaround and adding the realStefan Eissing2021-05-181-8/+3
* mod_md: workaround for missing libressl definitions. [Giovanni Bechis]Stefan Eissing2021-05-181-0/+5
* Follow up to r1889938: APLOGNO().Yann Ylavic2021-05-171-1/+1
* mod_ssl: coalesce using a bucket brigade and the setaside/reinstate mechanism.Yann Ylavic2021-05-161-48/+36
* mod_proxy_hcheck: Honor worker timeout settings.Yann Ylavic2021-05-161-4/+6
* mod_proxy_wstunnel: Add ProxyWebsocketFallbackToProxyHttp.Yann Ylavic2021-05-121-6/+47
* * Spelling fixes after review by @bigio.Stefan Eissing2021-05-123-3/+3
* Allow the tunnelled connections to report theJean-Frederic Clere2021-05-063-9/+35
* Add some missing space in HTMLChristophe Jaillet2021-05-041-4/+4
* * Do not strip any headers from 304 responses.Ruediger Pluem2021-04-301-15/+0
* Fix a comment (missing '_' in 'keep_body')Christophe Jaillet2021-04-301-9/+7
* mod_htt2: fix incomplete sync with latest changes in github, adjust version n...Stefan Eissing2021-04-232-3/+3
* mod_md: make sure its post-config hook runs before mod_watchdog. ifStefan Eissing2021-04-221-3/+7
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-2012-51/+54
* mod_md: fixed a conversion warning, bumped version number.Stefan Eissing2021-04-132-3/+3
* update the damn log tags.Stefan Eissing2021-04-131-2/+2
* *) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ...Stefan Eissing2021-04-1311-181/+377
* max_attempts_set needs to be set too.Jean-Frederic Clere2021-04-081-0/+1
* mod_socache_shmcb: be safe from socache_shmcb_destroy() late call.Yann Ylavic2021-04-011-3/+18
* *) mod_http2: Fixed a race condition that could lead to streams beingStefan Eissing2021-03-264-9/+17
* Fixing mod_lua to use new http_ssl.h header file as well.Stefan Eissing2021-03-261-0/+1
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-2611-0/+11
* mod_md: make certain that the post config after ssl part runs really late.Stefan Eissing2021-03-242-4/+4
* Make sure that conn->keepalive is NOT reset after being set in ap_read_reques...Jean-Frederic Clere2021-03-241-6/+0
* Resolving gcc's "error: too many arguments for format [-Werror=format-extra-a...Stefan Eissing2021-03-241-1/+1
* Fixing trace logging printf to have the correct args now that we number certs.Stefan Eissing2021-03-231-3/+2
* mod_md:Stefan Eissing2021-03-2210-122/+154
* mod_ssl: Add base64-encoded DER certificate variables as alternativeJoe Orton2021-03-194-36/+73
* * modules/generators/mod_cgid.c (cgid_server): Register cleanup forJoe Orton2021-03-161-3/+3
* * modules/proxy/proxy_util.c (ap_proxy_define_balancer):Joe Orton2021-03-161-0/+2
* Fix the fixed timeout, thanks RĂ¼diger.Jean-Frederic Clere2021-03-101-6/+17
* Add CPING to health check logic.Jean-Frederic Clere2021-03-104-1/+63