index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
cluster
/
mod_heartmonitor.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-9
/
+9
*
fix spelling error in a couple of log messages
Jeff Trawick
2011-09-17
1
-2
/
+2
*
Continue if the platform doesnt support file perms.
Guenter Knauf
2011-09-17
1
-2
/
+2
*
fix def'n of AP_SLOTMEM_PROVIDER_VERSION, use it
Jeff Trawick
2011-07-14
1
-1
/
+2
*
Various code cleanup
Stefan Fritsch
2011-06-22
1
-1
/
+1
*
fix some dead assignments found by the clang analyzer
Jeff Trawick
2011-04-30
1
-2
/
+3
*
Use ap_state_query() to fix many modules that were not correctly initializing
Stefan Fritsch
2011-02-12
1
-7
/
+2
*
Fix spelling of the handler.
Graham Leggett
2010-10-20
1
-1
/
+1
*
Avoid unnecessariy initialisation before we test handler name.
Graham Leggett
2010-10-20
1
-3
/
+7
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Make the error message correspond to the code, which sets APR_SO_NONBLOCK.
Graham Leggett
2010-02-05
1
-1
/
+1
*
Elaborate on low hanging XXX fruit
William A. Rowe Jr
2009-12-01
1
-3
/
+3
*
change the callable functions in the mod_watchdog API
Jeff Trawick
2009-09-30
1
-3
/
+12
*
Add port in the logic.
Jean-Frederic Clere
2009-09-30
1
-11
/
+26
*
Add slotmem storage logic for multicast logic.
Jean-Frederic Clere
2009-09-29
1
-18
/
+70
*
Oops my bad: Stop copying and pasting code.
Jean-Frederic Clere
2009-08-04
1
-29
/
+2
*
Fix warnings.
Jean-Frederic Clere
2009-08-03
1
-2
/
+7
*
Add the file logic for the handler.
Jean-Frederic Clere
2009-07-30
1
-1
/
+185
*
mark some private module data as "static", resolving
Jeff Trawick
2009-07-29
1
-1
/
+1
*
Align logic and message :)
Jim Jagielski
2009-07-28
1
-1
/
+1
*
Put the hm_slot_server_t in a common include.
Jean-Frederic Clere
2009-07-28
1
-11
/
+1
*
* Silence compiler warnings about unused variables.
Ruediger Pluem
2009-07-09
1
-7
/
+1
*
fixed types, fixed NetWare build.
Guenter Knauf
2009-07-07
1
-2
/
+2
*
Add use slotmem. Directive HeartbeatMaxServers > 10 to activate the logic.
Jean-Frederic Clere
2009-07-06
1
-4
/
+126
*
cleanup truncation
William A. Rowe Jr
2009-05-15
1
-2
/
+2
*
* Add missing include to fix compiler warnings
Ruediger Pluem
2009-04-16
1
-0
/
+1
*
write Ok to tomcat.
Jean-Frederic Clere
2009-04-14
1
-1
/
+7
*
Add a logic to use an handler and HTTP.
Jean-Frederic Clere
2009-04-14
1
-29
/
+68
*
Remove the C++ style comment and use 1 for keep_running.
Jean-Frederic Clere
2009-04-08
1
-2
/
+1
*
Arrange traces.
Jean-Frederic Clere
2009-04-07
1
-17
/
+18
*
Set keep_running and clean pool if not.
Jean-Frederic Clere
2009-04-07
1
-0
/
+2
*
clean up apr_time_from_msec() compatibility macros
Jeff Trawick
2009-04-02
1
-6
/
+0
*
Use named watchdog for heartmonitor.
Mladen Turk
2009-03-30
1
-177
/
+98
*
* modules/cluster/mod_heartmonitor.c
Paul Querna
2009-03-27
1
-1
/
+13
*
Use cmd->temp_pool for temp allocations during configuration.
Paul Querna
2008-12-07
1
-1
/
+1
*
Make ctx:status an apr_status_t, and be consistent about checking and setting...
Paul Querna
2008-12-07
1
-5
/
+5
*
Use APR_THREAD_FUNC for heart{beat,monitor} thread workers.
Paul Querna
2008-12-07
1
-1
/
+1
*
Also init mutex_path in hm_create_config.
Paul Querna
2008-12-05
1
-0
/
+2
*
Print the correct enum value for the lock mech.
Paul Querna
2008-12-05
1
-7
/
+9
*
Add a comment explaining the start mutex.
Paul Querna
2008-12-05
1
-0
/
+3
*
Log the correct function name.
Paul Querna
2008-12-05
1
-1
/
+1
*
D'oh. Fix r723672 and use the correct define.
Paul Querna
2008-12-05
1
-1
/
+1
*
Make the frequency with how often we write the stats file a compile time option.
Paul Querna
2008-12-05
1
-1
/
+8
*
Make hm_ctx_t:keep_running a volatile.
Paul Querna
2008-12-05
1
-1
/
+1
*
When not configured, don't do anything by default.
Paul Querna
2008-12-02
1
-2
/
+17
*
Move the variable declarations to the beginning of the code blocks to avoid c...
Bradley Nicholes
2008-12-01
1
-7
/
+10
*
Move variable declartions to the top of functions for c89'ness.
Paul Querna
2008-12-01
1
-2
/
+4
*
Add two new modules to handle load balancing across multiple apache servers
Paul Querna
2008-12-01
1
-0
/
+551