summaryrefslogtreecommitdiffstats
path: root/modules/cluster/mod_heartbeat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-3/+3
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* * Removed unused variables.Ruediger Pluem2009-03-301-7/+0
* Use correct check logicMladen Turk2009-03-301-1/+1
* If there are multiple hook watchdog threads registered, make sure we fire on ...Mladen Turk2009-03-301-1/+1
* Use child singleton watchdog for running the heartbeat moduleMladen Turk2009-03-291-161/+22
* no ap_my_generationJeff Trawick2009-03-251-2/+5
* Declare variables prior to code statements otherwise some compilers choke.Bradley Nicholes2009-03-241-1/+1
* Tag the pool at creation time.Paul Querna2009-01-221-1/+1
* Use the more traditional create/clear/destroy style for the main loop pool.Paul Querna2009-01-221-3/+4
* Use cmd->temp_pool for temp allocations during configuration.Paul Querna2008-12-071-4/+4
* Make ctx:status an apr_status_t, and be consistent about checking and setting...Paul Querna2008-12-071-5/+5
* Use APR_THREAD_FUNC for heart{beat,monitor} thread workers.Paul Querna2008-12-071-1/+1
* Show the correct mutex type (even if its just the enum id) rather than the de...Paul Querna2008-12-051-5/+8
* Add comment explaining the startup mutex.Paul Querna2008-12-051-0/+3
* Use correct function name in log message.Paul Querna2008-12-051-1/+1
* Don't overcount busy servers from previous generations.Paul Querna2008-12-051-1/+2
* Make hb_ctx_t:keep_running volatile.Paul Querna2008-12-051-1/+1
* Don't do anything by defautl if we haven't been configured.Paul Querna2008-12-021-10/+15
* Move the variable declarations to the beginning of the code blocks to avoid c...Bradley Nicholes2008-12-011-1/+3
* Move variable declartions to the top of functions for c89'ness.Paul Querna2008-12-011-7/+9
* Add two new modules to handle load balancing across multiple apache servers Paul Querna2008-12-011-0/+354