]> granicus.if.org Git - apache/history - modules/cluster
Enable SetEnv to set PATH
[apache] / modules / cluster /
2010-06-22 Brian HavardOS/2: Fix building of more modules that depend on symbo...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-02-05 Graham LeggettMake the error message correspond to the code, which...
2009-12-01 William A. Rowe JrElaborate on low hanging XXX fruit
2009-09-30 Jeff Trawickchange the callable functions in the mod_watchdog API
2009-09-30 Jean-Frederic ClereAdd port in the logic.
2009-09-29 Jean-Frederic ClereAdd slotmem storage logic for multicast logic.
2009-08-04 Jean-Frederic ClereOops my bad: Stop copying and pasting code.
2009-08-03 Jean-Frederic ClereFix warnings.
2009-07-30 Jean-Frederic ClereAdd the file logic for the handler.
2009-07-29 Jeff Trawickmark some private module data as "static", resolving
2009-07-28 Jim JagielskiAlign logic and message :)
2009-07-28 Jean-Frederic ClerePut the hm_slot_server_t in a common include.
2009-07-09 Ruediger Pluem* Silence compiler warnings about unused variables.
2009-07-08 Guenter Knauffinally fixed NetWare export list (thanks help from...
2009-07-07 Guenter Knauffixed types, fixed NetWare build.
2009-07-07 Guenter Knauffixed import list.
2009-07-06 Jean-Frederic ClereAdd use slotmem. Directive HeartbeatMaxServers > 10...
2009-07-06 Guenter Knauffixed NetWare build includes.
2009-05-15 William A. Rowe Jrcleanup truncation
2009-05-15 William A. Rowe JrFix win32 build includes
2009-05-05 William A. Rowe JrReorder so and watchdog to configure before cluster...
2009-05-05 William A. Rowe Jrcomplete r771579, refactoring mod_watchdog as loadable...
2009-04-16 Ruediger Pluem* Add missing include to fix compiler warnings
2009-04-14 Jean-Frederic Clerewrite Ok to tomcat.
2009-04-14 Jean-Frederic ClereAdd a logic to use an handler and HTTP.
2009-04-08 Jean-Frederic ClereRemove the C++ style comment and use 1 for keep_running.
2009-04-07 Jean-Frederic ClereArrange traces.
2009-04-07 Jean-Frederic ClereSet keep_running and clean pool if not.
2009-04-01 Jeff Trawickclean up apr_time_from_msec() compatibility macros
2009-03-30 Ruediger Pluem* Removed unused variables.
2009-03-30 Mladen TurkUse named watchdog for heartmonitor.
2009-03-30 Mladen TurkUse correct check logic
2009-03-30 Mladen TurkIf there are multiple hook watchdog threads registered...
2009-03-29 Mladen TurkUse child singleton watchdog for running the heartbeat...
2009-03-27 Paul Querna* modules/cluster/mod_heartmonitor.c
2009-03-25 Jeff Trawickno ap_my_generation
2009-03-24 Bradley NicholesDeclare variables prior to code statements otherwise...
2009-01-22 Paul QuernaTag the pool at creation time.
2009-01-22 Paul QuernaUse the more traditional create/clear/destroy style...
2008-12-07 Paul QuernaUse cmd->temp_pool for temp allocations during configur...
2008-12-07 Paul QuernaMake ctx:status an apr_status_t, and be consistent...
2008-12-07 Paul QuernaUse APR_THREAD_FUNC for heart{beat,monitor} thread...
2008-12-05 Paul QuernaMerge mod_wombat from the wombat branch:
2008-12-05 Paul QuernaAlso init mutex_path in hm_create_config.
2008-12-05 Paul QuernaPrint the correct enum value for the lock mech.
2008-12-05 Paul QuernaAdd a comment explaining the start mutex.
2008-12-05 Paul QuernaLog the correct function name.
2008-12-05 Paul QuernaD'oh. Fix r723672 and use the correct define.
2008-12-05 Paul QuernaMake the frequency with how often we write the stats...
2008-12-05 Paul QuernaMake hm_ctx_t:keep_running a volatile.
2008-12-05 Paul QuernaShow the correct mutex type (even if its just the enum...
2008-12-05 Paul QuernaAdd comment explaining the startup mutex.
2008-12-05 Paul QuernaUse correct function name in log message.
2008-12-05 Paul QuernaDon't overcount busy servers from previous generations.
2008-12-05 Paul QuernaMake hb_ctx_t:keep_running volatile.
2008-12-02 Paul QuernaDon't do anything by defautl if we haven't been configured.
2008-12-02 Paul QuernaWhen not configured, don't do anything by default.
2008-12-01 Bradley NicholesAdd the new modules to the netware build
2008-12-01 Bradley NicholesMove the variable declarations to the beginning of...
2008-12-01 Paul QuernaMove variable declartions to the top of functions for...
2008-12-01 Paul QuernaAdd two new modules to handle load balancing across...