index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
mod_proxy_hcheck.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_proxy: Handle backend address renewal with address_ttl= parameter.
Yann Ylavic
2023-09-21
1
-60
/
+76
*
catch by CJ
Jim Jagielski
2022-10-17
1
-1
/
+2
*
*) mod_proxy_hcheck: Re-enable workers in standard ERROR state. PR 66302.
Jim Jagielski
2022-10-11
1
-1
/
+1
*
*) mod_proxy_hcheck: Detect AJP/CPING support correctly. PR 66300.
Jim Jagielski
2022-10-11
1
-11
/
+12
*
Allow for HTTP/1.1 or HTTP/1.0 protocol health checks
Jim Jagielski
2022-08-28
1
-9
/
+25
*
*) core/mod_proxy/mod_ssl:
Stefan Eissing
2021-06-08
1
-1
/
+2
*
mod_proxy_hcheck: Honor worker timeout settings.
Yann Ylavic
2021-05-16
1
-4
/
+6
*
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
1
-0
/
+50
*
mod_proxy_hcheck: don't pile up health checks. PR 63010.
Yann Ylavic
2021-01-19
1
-25
/
+40
*
wss also needs is_ssl.
Jean-Frederic Clere
2020-03-24
1
-1
/
+1
*
PR64140: Allow %{Content-Type} in health check expressions
Eric Covener
2020-02-28
1
-0
/
+7
*
Set connectiontimeout for mod_proxy_hcheck.
Jean-Frederic Clere
2019-06-24
1
-0
/
+4
*
Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.
Yann Ylavic
2019-05-17
1
-4
/
+2
*
mod_proxy_hcheck: mute "run from watchdog" message.
Yann Ylavic
2019-02-20
1
-3
/
+0
*
Create the configure for mod_proxy_hcheck when used in BalancerMember.
Jean-Frederic Clere
2019-02-14
1
-0
/
+10
*
mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499
Jim Jagielski
2018-09-11
1
-1
/
+0
*
Update updated field at the start of the check rather than at the end.
Jim Jagielski
2018-08-24
1
-1
/
+1
*
mod_proxy_hcheck: take balancer's SSLProxy* directives into account.
Yann Ylavic
2018-07-19
1
-18
/
+30
*
* modules/proxy/mod_proxy_hcheck.c (sctx_t, hc_create_config):
Joe Orton
2018-06-06
1
-2
/
+1
*
mod_proxy: Provide an RFC1035 compliant version of the hostname in the
Graham Leggett
2018-02-13
1
-8
/
+9
*
Fix remaining lint from ms capability for hchecks.
Jim Jagielski
2017-08-16
1
-1
/
+1
*
Allow finer control over hcheck intervals... minimum is whatever
Jim Jagielski
2017-06-21
1
-7
/
+11
*
suggestion from ylavic
Jim Jagielski
2017-03-29
1
-1
/
+7
*
final tune and preventative coding
Jim Jagielski
2017-03-08
1
-9
/
+10
*
Defensive
Jim Jagielski
2017-03-07
1
-4
/
+13
*
More granular logging
Jim Jagielski
2017-02-24
1
-2
/
+2
*
Instead of thread-pools for each server/context, use a server-wide
Jim Jagielski
2017-02-24
1
-25
/
+23
*
Since ProxyHC* values are per-server, we need to loop thru all per-server
Jim Jagielski
2017-02-24
1
-23
/
+20
*
Use single top-level context and have the callback loop thru all servers/vhos...
Jim Jagielski
2017-02-23
1
-27
/
+29
*
Work on all servers, not just top-level... Each Vhost has its own context and...
Jim Jagielski
2017-02-23
1
-24
/
+26
*
mod_proxy_hcheck: follow up to r1779574.
Yann Ylavic
2017-01-20
1
-7
/
+18
*
mod_proxy_hcheck: Don't validate timed out responses.
Yann Ylavic
2017-01-20
1
-1
/
+1
*
mod_proxy_hcheck: thread-safety.
Yann Ylavic
2017-01-20
1
-133
/
+148
*
Allow -DHC_USE_THREADS=0
Jim Jagielski
2017-01-18
1
-0
/
+2
*
* Add missing copy of hcuri and hcexpr ftom the worker to the health check wo...
Ruediger Pluem
2016-08-25
1
-0
/
+2
*
Permit mod_proxy_hcheck.c to compile on Win32 32-bit architectures.
William A. Rowe Jr
2016-07-22
1
-1
/
+1
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-4
/
+4
*
Some flow improvements...
Jim Jagielski
2016-03-29
1
-18
/
+12
*
protect logic in case backend == NULL
Jim Jagielski
2016-03-25
1
-5
/
+5
*
mod_proxy_hcheck: add missing APLOGNO()s.
Yann Ylavic
2016-02-29
1
-5
/
+5
*
Avoid compiler (gcc-5.3.1) warning on unused variable.
Yann Ylavic
2016-02-29
1
-2
/
+1
*
remove as requested by yann
Jim Jagielski
2016-02-09
1
-3
/
+1
*
Remove now useless cast.
Christophe Jaillet
2016-02-05
1
-1
/
+1
*
Enabling a worker via health-check also moves them out of
Jim Jagielski
2016-02-03
1
-0
/
+1
*
Only health-check workers which are not STOPPED
Jim Jagielski
2016-02-03
1
-4
/
+6
*
Now honor changed params!
Jim Jagielski
2016-02-02
1
-1
/
+24
*
Now input-ize the values... next step is to tie into the
Jim Jagielski
2016-02-02
1
-4
/
+6
*
Tie bal-man to hcheck for dynamic adjustments... right now,
Jim Jagielski
2016-02-02
1
-1
/
+24
*
Since these are externs, prepend proxy_
Jim Jagielski
2016-02-02
1
-1
/
+1
[next]