summaryrefslogtreecommitdiff
path: root/modules/cluster
Commit message (Expand)AuthorAgeFilesLines
* Use cmd->temp_pool for temp allocations during configuration.Paul Querna2008-12-072-5/+5
* Make ctx:status an apr_status_t, and be consistent about checking and setting...Paul Querna2008-12-072-10/+10
* Use APR_THREAD_FUNC for heart{beat,monitor} thread workers.Paul Querna2008-12-072-2/+2
* Also init mutex_path in hm_create_config.Paul Querna2008-12-051-0/+2
* Print the correct enum value for the lock mech.Paul Querna2008-12-051-7/+9
* Add a comment explaining the start mutex.Paul Querna2008-12-051-0/+3
* Log the correct function name.Paul Querna2008-12-051-1/+1
* D'oh. Fix r723672 and use the correct define.Paul Querna2008-12-051-1/+1
* Make the frequency with how often we write the stats file a compile time option.Paul Querna2008-12-051-1/+8
* Make hm_ctx_t:keep_running a volatile.Paul Querna2008-12-051-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
* When not configured, don't do anything by default.Paul Querna2008-12-021-2/+17
* Add the new modules to the netware buildBradley Nicholes2008-12-013-0/+762
* Move the variable declarations to the beginning of the code blocks to avoid c...Bradley Nicholes2008-12-012-8/+13
* Move variable declartions to the top of functions for c89'ness.Paul Querna2008-12-012-9/+13
* Add two new modules to handle load balancing across multiple apache servers Paul Querna2008-12-016-0/+978