summaryrefslogtreecommitdiffstats
path: root/modules/proxy/balancers/mod_lbmethod_heartbeat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sources build with latest clang versionStefan Eissing2023-04-271-2/+0
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* * Always retrieve conditional function. static variable might contain garbage...Ruediger Pluem2018-07-201-6/+4
* mod_proxy: Provide an RFC1035 compliant version of the hostname in theGraham Leggett2018-02-131-1/+1
* Make sure updatelbstatus() is NULLJim Jagielski2017-07-241-1/+2
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* No need to search twice for the same value.Christophe Jaillet2016-01-191-9/+9
* Fix curly braces styleChristophe Jaillet2014-12-021-5/+7
* Use apr_pstrmemdup instead of apr_pstrndup when this is safe.Christophe Jaillet2013-12-091-1/+1
* mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/Jeff Trawick2012-07-231-2/+2
* Various fixes for log message tags:Stefan Fritsch2011-12-071-3/+3
* Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.xStefan Fritsch2011-12-071-5/+7
* Change the provider names to match the module names:Stefan Fritsch2011-12-041-2/+5
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-2/+2
* mod_proxy: Make ap_proxy_retry_worker() into an optional function. AllowsGraham Leggett2011-12-021-1/+13
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-12/+12
* Create wrapper API for apr_random;Stefan Fritsch2011-09-151-38/+1
* fix def'n of AP_SLOTMEM_PROVIDER_VERSION, use itJeff Trawick2011-07-141-1/+2
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+1
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-121-7/+3
* More movement to shared stuff...Jim Jagielski2011-01-131-2/+2
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Elaborate on low hanging XXX fruitWilliam A. Rowe Jr2009-12-011-1/+1
* When pick was zero no worker where choosen.Jean-Frederic Clere2009-10-081-1/+1
* Oops the slotmem uses apr_time_now. Can't use stat on shared memory :-)Jean-Frederic Clere2009-10-071-7/+18
* Try to have consistent interface regardless of slotmem orJim Jagielski2009-09-301-5/+19
* Add port in the logic.Jean-Frederic Clere2009-09-301-0/+6
* typo.Jean-Frederic Clere2009-09-291-1/+1
* mark some private module data as "static", resolvingJeff Trawick2009-07-291-1/+1
* fix type mismatch in argument to attach() methodJeff Trawick2009-07-291-1/+1
* Put the hm_slot_server_t in a common include.Jean-Frederic Clere2009-07-281-10/+1
* * Silence compiler warnings about unused variables.Ruediger Pluem2009-07-091-3/+1
* Add use slotmem. Directive HeartbeatMaxServers > 10 to activate the logic.Jean-Frederic Clere2009-07-061-2/+87
* server_rec *r... Oops should be server_rec *s.Jean-Frederic Clere2009-05-131-2/+2
* Arrange the proxy_balancer_method:Jean-Frederic Clere2009-05-121-4/+4
* Change the order of mod_proxy and mod_proxy_balancer child_init().Jean-Frederic Clere2009-05-051-7/+7
* Fold in initial template for methods to be able toJim Jagielski2009-04-271-0/+10
* Fix C90 forbids mixed declarations and code.Paul Querna2008-12-211-1/+2
* Make the max time from when we last saw a host a compile time option.Paul Querna2008-12-051-1/+8
* And move the HB balancer thereJim Jagielski2008-12-031-0/+364