summaryrefslogtreecommitdiffstats
path: root/modules/cluster (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* complete r771579, refactoring mod_watchdog as loadable on win32William A. Rowe Jr2009-05-052-0/+246
* * Add missing include to fix compiler warningsRuediger Pluem2009-04-161-0/+1
* write Ok to tomcat.Jean-Frederic Clere2009-04-141-1/+7
* Add a logic to use an handler and HTTP.Jean-Frederic Clere2009-04-141-29/+68
* Remove the C++ style comment and use 1 for keep_running.Jean-Frederic Clere2009-04-081-2/+1
* Arrange traces.Jean-Frederic Clere2009-04-071-17/+18
* Set keep_running and clean pool if not.Jean-Frederic Clere2009-04-071-0/+2
* clean up apr_time_from_msec() compatibility macrosJeff Trawick2009-04-021-6/+0
* * Removed unused variables.Ruediger Pluem2009-03-301-7/+0
* Use named watchdog for heartmonitor.Mladen Turk2009-03-301-177/+98
* 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
* * modules/cluster/mod_heartmonitor.cPaul Querna2009-03-271-1/+13
* 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-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