summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-0911-117/+31
* lets try ASN1_STRING_data() for openssl 1.0.2Stefan Eissing2021-03-091-2/+4
* Use an optional function as adviced by RĂ¼diger.Jean-Frederic Clere2021-03-092-2/+12
* refrain from handling ip address alt names in pre 1.1 opensslStefan Eissing2021-03-081-4/+2
* Use ASN1_STRING_data() if openssl verison < 1.1.Stefan Eissing2021-03-081-0/+4
* log tags, my nemesisStefan Eissing2021-03-081-1/+1
* *) mod_md: v2.4.0 with improvements and bugfixesStefan Eissing2021-03-0846-1273/+2191
* Follow-up to r1887244.Christophe Jaillet2021-03-061-5/+5
* Fix a potential duplicated ID generation issue under heavy load.Christophe Jaillet2021-03-061-20/+32
* * modules/proxy/mod_proxy_balancer.c (balancer_display_page):Joe Orton2021-03-051-0/+1
* Add balancer_manage() to allow external module to fill workers for balancers.Jean-Frederic Clere2021-03-041-0/+37
* And the necessary log tags added just shortly afterwards.Stefan Eissing2021-03-031-1/+1