summaryrefslogtreecommitdiffstats
path: root/modules/proxy/balancers/mod_lbmethod_bytraffic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Remove invalid copy and paste commentsRuediger Pluem2018-07-201-4/+0
* * 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-2/+3
* mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...Jim Riggs2018-04-111-74/+16
* Make sure updatelbstatus() is NULLJim Jagielski2017-07-241-1/+2
* Fix curly braces styleChristophe Jaillet2014-12-021-4/+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
* Move useful and shared balancer stuff to the shm slot...Jim Jagielski2011-11-251-1/+1
* Implement draining capability for proxy workers... only acceptJim Jagielski2011-09-131-3/+7
* 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/+11
* 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-12/+12
* 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 bytraffic lbmethodJim Jagielski2008-12-031-0/+132