]> granicus.if.org Git - apache/history - modules/cluster
mod_cache: follow up to r1591322
[apache] / modules / cluster /
2013-12-09 Christophe JailletUse apr_pstrmemdup instead of apr_pstrndup when this...
2012-08-09 Guenter KnaufNetWare build tweaks.
2012-07-23 Jeff Trawickmod_lbmethod_heartbeat, mod_heartmonitor: Respect Defau...
2012-01-21 Stefan FritschMore configure time dependencies:
2011-12-18 Stefan Fritschremove some dead code
2011-12-14 Graham LeggettFurther clarify the naming of the entity that directly...
2011-12-07 Stefan FritschVarious fixes for log message tags:
2011-12-07 Stefan FritschRemove usage of APLOG_NOERRNO. It has been a no-op...
2011-12-04 Stefan FritschChange the provider names to match the module names:
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-29 Stefan FritschRemove more log message prefixes that are now redundant...
2011-11-26 Graham LeggettReplace a missed version of remote_addr with the new...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-16 Jeff Trawickfix spelling error in a couple of log messages
2011-09-16 Guenter KnaufContinue if the platform doesnt support file perms.
2011-07-14 Jeff Trawickfix def'n of AP_SLOTMEM_PROVIDER_VERSION, use it
2011-07-13 Stefan Fritschadjustments of build priorities of modules without...
2011-06-22 Stefan FritschVarious code cleanup
2011-04-30 Jeff Trawickfix some dead assignments found by the clang analyzer
2011-03-18 Guenter KnaufUse a var INSTALLBASE to simplify NetWare installation...
2011-03-18 Guenter KnaufUse var for prelude so its possible to change it at...
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-02-12 Stefan FritschUse ap_state_query() to fix many modules that were...
2010-12-20 William A. Rowe JrText, please
2010-10-19 Graham LeggettFix spelling of the handler.
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test handle...
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
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...