summaryrefslogtreecommitdiffstats
path: root/modules/cluster (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-232-10/+6
* OS/2: Fix building of more modules that depend on symbols from other modules.Brian Havard2010-06-221-1/+11
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-062-2/+2
* Make the error message correspond to the code, which sets APR_SO_NONBLOCK.Graham Leggett2010-02-051-1/+1
* Elaborate on low hanging XXX fruitWilliam A. Rowe Jr2009-12-011-3/+3
* change the callable functions in the mod_watchdog APIJeff Trawick2009-09-301-3/+12
* Add port in the logic.Jean-Frederic Clere2009-09-301-11/+26
* Add slotmem storage logic for multicast logic.Jean-Frederic Clere2009-09-291-18/+70
* Oops my bad: Stop copying and pasting code.Jean-Frederic Clere2009-08-041-29/+2
* Fix warnings.Jean-Frederic Clere2009-08-031-2/+7
* Add the file logic for the handler.Jean-Frederic Clere2009-07-301-1/+185
* mark some private module data as "static", resolvingJeff Trawick2009-07-291-1/+1
* Align logic and message :)Jim Jagielski2009-07-281-1/+1
* Put the hm_slot_server_t in a common include.Jean-Frederic Clere2009-07-281-11/+1
* * Silence compiler warnings about unused variables.Ruediger Pluem2009-07-091-7/+1
* finally fixed NetWare export list (thanks help from rjung).Guenter Knauf2009-07-082-6/+0
* fixed types, fixed NetWare build.Guenter Knauf2009-07-072-2/+4
* fixed import list.Guenter Knauf2009-07-071-0/+4
* Add use slotmem. Directive HeartbeatMaxServers > 10 to activate the logic.Jean-Frederic Clere2009-07-061-4/+126
* fixed NetWare build includes.Guenter Knauf2009-07-062-0/+2
* cleanup truncationWilliam A. Rowe Jr2009-05-151-2/+2
* Fix win32 build includesWilliam A. Rowe Jr2009-05-152-4/+4
* Reorder so and watchdog to configure before cluster modulesWilliam A. Rowe Jr2009-05-061-0/+0
* 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