index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
cluster
/
mod_heartbeat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-3
/
+3
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
* Removed unused variables.
Ruediger Pluem
2009-03-30
1
-7
/
+0
*
Use correct check logic
Mladen Turk
2009-03-30
1
-1
/
+1
*
If there are multiple hook watchdog threads registered, make sure we fire on ...
Mladen Turk
2009-03-30
1
-1
/
+1
*
Use child singleton watchdog for running the heartbeat module
Mladen Turk
2009-03-29
1
-161
/
+22
*
no ap_my_generation
Jeff Trawick
2009-03-25
1
-2
/
+5
*
Declare variables prior to code statements otherwise some compilers choke.
Bradley Nicholes
2009-03-24
1
-1
/
+1
*
Tag the pool at creation time.
Paul Querna
2009-01-22
1
-1
/
+1
*
Use the more traditional create/clear/destroy style for the main loop pool.
Paul Querna
2009-01-22
1
-3
/
+4
*
Use cmd->temp_pool for temp allocations during configuration.
Paul Querna
2008-12-07
1
-4
/
+4
*
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
*
Show the correct mutex type (even if its just the enum id) rather than the de...
Paul Querna
2008-12-05
1
-5
/
+8
*
Add comment explaining the startup mutex.
Paul Querna
2008-12-05
1
-0
/
+3
*
Use correct function name in log message.
Paul Querna
2008-12-05
1
-1
/
+1
*
Don't overcount busy servers from previous generations.
Paul Querna
2008-12-05
1
-1
/
+2
*
Make hb_ctx_t:keep_running volatile.
Paul Querna
2008-12-05
1
-1
/
+1
*
Don't do anything by defautl if we haven't been configured.
Paul Querna
2008-12-02
1
-10
/
+15
*
Move the variable declarations to the beginning of the code blocks to avoid c...
Bradley Nicholes
2008-12-01
1
-1
/
+3
*
Move variable declartions to the top of functions for c89'ness.
Paul Querna
2008-12-01
1
-7
/
+9
*
Add two new modules to handle load balancing across multiple apache servers
Paul Querna
2008-12-01
1
-0
/
+354