]> granicus.if.org Git - apache/history - modules/proxy/balancers/mod_lbmethod_heartbeat.c
Use ap_state_query() to fix many modules that were not correctly initializing
[apache] / modules / proxy / balancers / mod_lbmethod_heartbeat.c
2011-02-12 Stefan FritschUse ap_state_query() to fix many modules that were...
2011-01-13 Jim JagielskiMore movement to shared stuff...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-12-01 William A. Rowe JrElaborate on low hanging XXX fruit
2009-10-08 Jean-Frederic ClereWhen pick was zero no worker where choosen.
2009-10-07 Jean-Frederic ClereOops the slotmem uses apr_time_now. Can't use stat...
2009-09-30 Jim JagielskiTry to have consistent interface regardless of slotmem or
2009-09-30 Jean-Frederic ClereAdd port in the logic.
2009-09-29 Jean-Frederic Cleretypo.
2009-07-29 Jeff Trawickmark some private module data as "static", resolving
2009-07-29 Jeff Trawickfix type mismatch in argument to attach() method
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-06 Jean-Frederic ClereAdd use slotmem. Directive HeartbeatMaxServers > 10...
2009-05-13 Jean-Frederic Clereserver_rec *r... Oops should be server_rec *s.
2009-05-12 Jean-Frederic ClereArrange the proxy_balancer_method:
2009-05-05 Jean-Frederic ClereChange the order of mod_proxy and mod_proxy_balancer...
2009-04-27 Jim JagielskiFold in initial template for methods to be able to
2008-12-21 Paul QuernaFix C90 forbids mixed declarations and code.
2008-12-05 Paul QuernaMerge mod_wombat from the wombat branch:
2008-12-05 Paul QuernaMake the max time from when we last saw a host a compil...
2008-12-03 Jim JagielskiAnd move the HB balancer there