summaryrefslogtreecommitdiffstats
path: root/modules/proxy/balancers/mod_lbmethod_bybusyness.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Arrange the bybusyness logic and prevent bad busy valuesJean-Frederic Clere2023-09-111-3/+10
* * ap_proxy_balancer_get_best_worker cannot be exported and used as an optionalRuediger Pluem2018-07-251-2/+2
* * Add missing log numbersRuediger Pluem2018-07-201-1/+1
* * mod_proxy: Remove load order and link dependency between mod_lbmethod_*Ruediger Pluem2018-07-201-1/+27
* mod_proxy_balancer: follow up to r1828890: indentation and 80 col.Yann Ylavic2018-05-291-4/+6
* mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...Jim Riggs2018-04-111-85/+20
* Make sure updatelbstatus() is NULLJim Jagielski2017-07-241-1/+2
* Fix curly braces styleChristophe Jaillet2014-12-021-6/+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-2/+15
* Move useful and shared balancer stuff to the shm slot...Jim Jagielski2011-11-251-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-2/+2
* Implement draining capability for proxy workers... only acceptJim Jagielski2011-09-131-5/+6
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+1
* Implement reset() funcs for the LBmethods...Jim Jagielski2011-03-311-1/+9
* More movement to shared stuff...Jim Jagielski2011-01-131-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* 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-14/+14
* Fold in initial template for methods to be able toJim Jagielski2009-04-271-0/+10
* Correct logic with non-seq lbsets config'edJim Jagielski2009-02-011-1/+1
* Add in independent bybusyness lbmethodJim Jagielski2008-12-031-0/+129