summaryrefslogtreecommitdiffstats
path: root/modules/proxy/balancers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Arrange the bybusyness logic and prevent bad busy valuesJean-Frederic Clere2023-09-111-3/+10
* 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
* * ap_proxy_balancer_get_best_worker cannot be exported and used as an optionalRuediger Pluem2018-07-253-6/+6
* * Add missing log numbersRuediger Pluem2018-07-203-3/+3
* * Always retrieve conditional function. static variable might contain garbage...Ruediger Pluem2018-07-201-6/+4
* * Remove invalid copy and paste commentsRuediger Pluem2018-07-202-8/+0
* * mod_proxy: Remove load order and link dependency between mod_lbmethod_*Ruediger Pluem2018-07-203-3/+81
* mod_proxy_balancer: follow up to r1828890: indentation and 80 col.Yann Ylavic2018-05-293-8/+11
* mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...Jim Riggs2018-04-113-230/+49
* mod_proxy: Provide an RFC1035 compliant version of the hostname in theGraham Leggett2018-02-131-1/+1
* Make sure updatelbstatus() is NULLJim Jagielski2017-07-244-4/+8
* Fix proxy balancer lbmethod --enable defaults to follow proxy_balancerWilliam A. Rowe Jr2016-06-281-4/+4
* 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-024-18/+22
* 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
* Revert a whole mess that was not ment to be committedWilliam A. Rowe Jr2012-01-054-32/+32
* Cure size_t abuse, curse some recent codeWilliam A. Rowe Jr2012-01-054-32/+32
* 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-034-8/+8
* mod_proxy: Make ap_proxy_retry_worker() into an optional function. AllowsGraham Leggett2011-12-024-5/+54
* Move useful and shared balancer stuff to the shm slot...Jim Jagielski2011-11-253-3/+3
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-233-15/+15
* Create wrapper API for apr_random;Stefan Fritsch2011-09-151-38/+1
* Implement draining capability for proxy workers... only acceptJim Jagielski2011-09-133-11/+20
* 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-094-4/+4
* Implement reset() funcs for the LBmethods...Jim Jagielski2011-03-313-3/+28
* 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-134-5/+5
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-064-4/+4
* 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-134-8/+8
* Arrange the proxy_balancer_method:Jean-Frederic Clere2009-05-124-16/+16
* Change the order of mod_proxy and mod_proxy_balancer child_init().Jean-Frederic Clere2009-05-054-46/+46
* Add balancer module targetsWilliam A. Rowe Jr2009-05-054-0/+492