index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_h2: Make h2_headers_create() constant and simplfy code using it.
Yann Ylavic
2021-06-07
3
-70
/
+27
*
mod_h2: Don't strip headers from 304 responses.
Yann Ylavic
2021-06-07
1
-18
/
+1
*
* mod_http2: using the ap_parse_request_line() unconditionally, now that it ...
Stefan Eissing
2021-05-27
1
-107
/
+1
*
fix build with LibreSSL [Yann Ylavic]
Giovanni Bechis
2021-05-21
1
-3
/
+2
*
mod_ssl: Switch to using OpenSSL's automatic internal DH parameter
Joe Orton
2021-05-21
3
-4
/
+14
*
* mod_log_config/mod_ssl: moved the log_handlers registered by mod_ssl
Stefan Eissing
2021-05-18
4
-77
/
+40
*
mod_md: removing the previous libressl workaround and adding the real
Stefan Eissing
2021-05-18
1
-8
/
+3
*
mod_md: workaround for missing libressl definitions. [Giovanni Bechis]
Stefan Eissing
2021-05-18
1
-0
/
+5
*
Follow up to r1889938: APLOGNO().
Yann Ylavic
2021-05-17
1
-1
/
+1
*
mod_ssl: coalesce using a bucket brigade and the setaside/reinstate mechanism.
Yann Ylavic
2021-05-16
1
-48
/
+36
*
mod_proxy_hcheck: Honor worker timeout settings.
Yann Ylavic
2021-05-16
1
-4
/
+6
*
mod_proxy_wstunnel: Add ProxyWebsocketFallbackToProxyHttp.
Yann Ylavic
2021-05-12
1
-6
/
+47
*
* Spelling fixes after review by @bigio.
Stefan Eissing
2021-05-12
3
-3
/
+3
*
Allow the tunnelled connections to report the
Jean-Frederic Clere
2021-05-06
3
-9
/
+35
*
Add some missing space in HTML
Christophe Jaillet
2021-05-04
1
-4
/
+4
*
* Do not strip any headers from 304 responses.
Ruediger Pluem
2021-04-30
1
-15
/
+0
*
Fix a comment (missing '_' in 'keep_body')
Christophe Jaillet
2021-04-30
1
-9
/
+7
*
mod_htt2: fix incomplete sync with latest changes in github, adjust version n...
Stefan Eissing
2021-04-23
2
-3
/
+3
*
mod_md: make sure its post-config hook runs before mod_watchdog. if
Stefan Eissing
2021-04-22
1
-3
/
+7
*
core/ap_ssl_*: changes after review by rpluem
Stefan Eissing
2021-04-20
12
-51
/
+54
*
mod_md: fixed a conversion warning, bumped version number.
Stefan Eissing
2021-04-13
2
-3
/
+3
*
update the damn log tags.
Stefan Eissing
2021-04-13
1
-2
/
+2
*
*) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ...
Stefan Eissing
2021-04-13
11
-181
/
+377
*
max_attempts_set needs to be set too.
Jean-Frederic Clere
2021-04-08
1
-0
/
+1
*
mod_socache_shmcb: be safe from socache_shmcb_destroy() late call.
Yann Ylavic
2021-04-01
1
-3
/
+18
*
*) mod_http2: Fixed a race condition that could lead to streams being
Stefan Eissing
2021-03-26
4
-9
/
+17
*
Fixing mod_lua to use new http_ssl.h header file as well.
Stefan Eissing
2021-03-26
1
-0
/
+1
*
*) core: provide ap_ssl_* functions in new http_ssl.h header file.
Stefan Eissing
2021-03-26
11
-0
/
+11
*
mod_md: make certain that the post config after ssl part runs really late.
Stefan Eissing
2021-03-24
2
-4
/
+4
*
Make sure that conn->keepalive is NOT reset after being set in ap_read_reques...
Jean-Frederic Clere
2021-03-24
1
-6
/
+0
*
Resolving gcc's "error: too many arguments for format [-Werror=format-extra-a...
Stefan Eissing
2021-03-24
1
-1
/
+1
*
Fixing trace logging printf to have the correct args now that we number certs.
Stefan Eissing
2021-03-23
1
-3
/
+2
*
mod_md:
Stefan Eissing
2021-03-22
10
-122
/
+154
*
mod_ssl: Add base64-encoded DER certificate variables as alternative
Joe Orton
2021-03-19
4
-36
/
+73
*
* modules/generators/mod_cgid.c (cgid_server): Register cleanup for
Joe Orton
2021-03-16
1
-3
/
+3
*
* modules/proxy/proxy_util.c (ap_proxy_define_balancer):
Joe Orton
2021-03-16
1
-0
/
+2
*
Fix the fixed timeout, thanks RĂ¼diger.
Jean-Frederic Clere
2021-03-10
1
-6
/
+17
*
Add CPING to health check logic.
Jean-Frederic Clere
2021-03-10
4
-1
/
+63
*
Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...
Stefan Eissing
2021-03-09
11
-117
/
+31
*
lets try ASN1_STRING_data() for openssl 1.0.2
Stefan Eissing
2021-03-09
1
-2
/
+4
*
Use an optional function as adviced by RĂ¼diger.
Jean-Frederic Clere
2021-03-09
2
-2
/
+12
*
refrain from handling ip address alt names in pre 1.1 openssl
Stefan Eissing
2021-03-08
1
-4
/
+2
*
Use ASN1_STRING_data() if openssl verison < 1.1.
Stefan Eissing
2021-03-08
1
-0
/
+4
*
log tags, my nemesis
Stefan Eissing
2021-03-08
1
-1
/
+1
*
*) mod_md: v2.4.0 with improvements and bugfixes
Stefan Eissing
2021-03-08
46
-1273
/
+2191
*
Follow-up to r1887244.
Christophe Jaillet
2021-03-06
1
-5
/
+5
*
Fix a potential duplicated ID generation issue under heavy load.
Christophe Jaillet
2021-03-06
1
-20
/
+32
*
* modules/proxy/mod_proxy_balancer.c (balancer_display_page):
Joe Orton
2021-03-05
1
-0
/
+1
*
Add balancer_manage() to allow external module to fill workers for balancers.
Jean-Frederic Clere
2021-03-04
1
-0
/
+37
*
And the necessary log tags added just shortly afterwards.
Stefan Eissing
2021-03-03
1
-1
/
+1
[next]