index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
balancers
/
mod_lbmethod_heartbeat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sources build with latest clang version
Stefan Eissing
2023-04-27
1
-2
/
+0
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
1
-0
/
+1
*
* Always retrieve conditional function. static variable might contain garbage...
Ruediger Pluem
2018-07-20
1
-6
/
+4
*
mod_proxy: Provide an RFC1035 compliant version of the hostname in the
Graham Leggett
2018-02-13
1
-1
/
+1
*
Make sure updatelbstatus() is NULL
Jim Jagielski
2017-07-24
1
-1
/
+2
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-1
/
+1
*
No need to search twice for the same value.
Christophe Jaillet
2016-01-19
1
-9
/
+9
*
Fix curly braces style
Christophe Jaillet
2014-12-02
1
-5
/
+7
*
Use apr_pstrmemdup instead of apr_pstrndup when this is safe.
Christophe Jaillet
2013-12-09
1
-1
/
+1
*
mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/
Jeff Trawick
2012-07-23
1
-2
/
+2
*
Various fixes for log message tags:
Stefan Fritsch
2011-12-07
1
-3
/
+3
*
Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.x
Stefan Fritsch
2011-12-07
1
-5
/
+7
*
Change the provider names to match the module names:
Stefan Fritsch
2011-12-04
1
-2
/
+5
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-2
/
+2
*
mod_proxy: Make ap_proxy_retry_worker() into an optional function. Allows
Graham Leggett
2011-12-02
1
-1
/
+13
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-12
/
+12
*
Create wrapper API for apr_random;
Stefan Fritsch
2011-09-15
1
-38
/
+1
*
fix def'n of AP_SLOTMEM_PROVIDER_VERSION, use it
Jeff Trawick
2011-07-14
1
-1
/
+2
*
Cleanup... most don't need apr_hooks.h at all...
Jim Jagielski
2011-05-09
1
-1
/
+1
*
Use ap_state_query() to fix many modules that were not correctly initializing
Stefan Fritsch
2011-02-12
1
-7
/
+3
*
More movement to shared stuff...
Jim Jagielski
2011-01-13
1
-2
/
+2
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Elaborate on low hanging XXX fruit
William A. Rowe Jr
2009-12-01
1
-1
/
+1
*
When pick was zero no worker where choosen.
Jean-Frederic Clere
2009-10-08
1
-1
/
+1
*
Oops the slotmem uses apr_time_now. Can't use stat on shared memory :-)
Jean-Frederic Clere
2009-10-07
1
-7
/
+18
*
Try to have consistent interface regardless of slotmem or
Jim Jagielski
2009-09-30
1
-5
/
+19
*
Add port in the logic.
Jean-Frederic Clere
2009-09-30
1
-0
/
+6
*
typo.
Jean-Frederic Clere
2009-09-29
1
-1
/
+1
*
mark some private module data as "static", resolving
Jeff Trawick
2009-07-29
1
-1
/
+1
*
fix type mismatch in argument to attach() method
Jeff Trawick
2009-07-29
1
-1
/
+1
*
Put the hm_slot_server_t in a common include.
Jean-Frederic Clere
2009-07-28
1
-10
/
+1
*
* Silence compiler warnings about unused variables.
Ruediger Pluem
2009-07-09
1
-3
/
+1
*
Add use slotmem. Directive HeartbeatMaxServers > 10 to activate the logic.
Jean-Frederic Clere
2009-07-06
1
-2
/
+87
*
server_rec *r... Oops should be server_rec *s.
Jean-Frederic Clere
2009-05-13
1
-2
/
+2
*
Arrange the proxy_balancer_method:
Jean-Frederic Clere
2009-05-12
1
-4
/
+4
*
Change the order of mod_proxy and mod_proxy_balancer child_init().
Jean-Frederic Clere
2009-05-05
1
-7
/
+7
*
Fold in initial template for methods to be able to
Jim Jagielski
2009-04-27
1
-0
/
+10
*
Fix C90 forbids mixed declarations and code.
Paul Querna
2008-12-21
1
-1
/
+2
*
Make the max time from when we last saw a host a compile time option.
Paul Querna
2008-12-05
1
-1
/
+8
*
And move the HB balancer there
Jim Jagielski
2008-12-03
1
-0
/
+364