]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy_balancer.c
Use worker status character defines taken
[apache] / modules / proxy / mod_proxy_balancer.c
2016-01-19 Rainer JungUse worker status character defines taken
2016-01-19 Jim JagielskiOpen up hook/scar to allow for passes/fails and
2016-01-18 Jim JagielskiExpose this in our API
2016-01-17 Jim JagielskiMake balancer manager health-check aware
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicRevert r1715789: will re-commit without spurious functi...
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-09-28 Jim JagielskiAdjust since we are now in shared mem area
2015-08-27 Yann YlavicRevert r1696960 (see commit thread).
2015-08-21 Yann Ylavicmod_proxy_balancer: Fix balancers and balancer members...
2015-03-05 Jim JagielskiFresheh html
2015-03-04 Ruediger Pluem* Fix typo in error message
2015-02-06 Yann Ylavicmod_proxy(es): Avoid error response/document handling...
2015-01-07 Yann Ylavicmod_proxy: Don't put non balancer-member workers in...
2014-09-18 Christophe JailletConcat string at compile time when possible.
2014-05-16 Ruediger Pluem* Correctly escape user provided data.
2013-10-17 Jim JagielskiPut the uds path in its own field, and adjust the logic
2013-10-14 Jim JagielskiEnsure that userland format of UDS is the same as how...
2013-10-11 Jim Jagielskisyntax sugar... if the worker is associated w/ a UDS,
2013-10-11 Jim JagielskiReformat the UDS support inline with a new naming struc...
2013-09-17 Jim JagielskiMore cool info ;)
2013-09-17 Daniel RuggeriAdd note to balancer manager whether changes will/will...
2013-07-09 Jim JagielskiWe are no longer pre-grabbing.
2013-07-09 Jim JagielskiEnsure balancer runs after proxy for mutex creation
2013-05-09 Jim JagielskiMod_proxy used the global pool w/o mutex. fix.
2013-04-09 Daniel RuggeriAdd failontimeout to allow server admin to mark balance...
2012-12-14 Jim JagielskiAllow for searching w/i shm slots for a specific worker...
2012-12-10 Christophe Jailletmod_proxy_balancer: It's totally unclear what Drn,...
2012-12-07 Christophe JailletUse ap_rputs instead of ap_rvputs where applicable.
2012-11-26 Jim JagielskiCVE-2012-3499 and CVE-2012-4558
2012-11-01 Jim JagielskiAllow for setting of sticky session split char...
2012-10-01 Jim Jagielskiand allow the xml param
2012-10-01 Jim JagielskiBring XML output up to snuff for balancer-manager
2012-09-20 Jim Jagielskifix clang warning (dead initialization)
2012-09-19 Jim JagielskiRe-instate balancer merge (for the time being) but...
2012-09-19 Jim JagielskiUse identifying server_rec info when we know we have
2012-09-18 Jim JagielskiPersist local balancer-manager changes across restart...
2012-08-17 Rainer JungNo rv here.
2012-07-27 Jeff Trawickmod_proxy_balancer: Restore balancing after a failed...
2012-03-28 Ruediger Pluem* Add the forcerecovery balancer parameter that determi...
2012-03-12 Eric CovenerStray/confusing "recovery" in this failonstatus=XXX...
2012-02-03 Mladen TurkFix PR52402. Check if the shared memory was already...
2012-02-03 Mladen Turkoops, this got forgotten when copy/paste from dev branch
2012-02-03 Mladen TurkC/C++ 101 on how to traverse the array of pointers...
2011-12-18 Stefan FritschVarious code cleanup to avoid compiler, cppcheck, or...
2011-12-04 Stefan FritschAdd some more log message tags
2011-12-04 Stefan FritschChange the provider names to match the module names:
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-12-02 Graham Leggettmod_proxy: Make ap_proxy_retry_worker() into an optiona...
2011-11-30 Jim Jagielskiuse a style sheet... ideally we would pull one off...
2011-11-29 Jim JagielskiLogic which makes the balancer "active" or not... so...
2011-11-28 Jim JagielskiExpose the path that the balancer handles...
2011-11-25 Jim JagielskiMove useful and shared balancer stuff to the shm slot...
2011-11-25 Jim JagielskiAllow compile time changes of field sizes and be more
2011-11-18 Stefan Fritschgreat proxy logging cleanup:
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-07-14 Jeff Trawickfix def'n of AP_SLOTMEM_PROVIDER_VERSION, use it
2011-05-20 Jim JagielskiAdd in BalancerGrowth and its functionality... this...
2011-05-09 Jim JagielskiCleanup... most don't need apr_hooks.h at all...
2011-04-04 Jim Jagielskibetter error message
2011-03-31 Jim JagielskiMake the 'need to reset' more generic by extending...
2011-03-31 Jim JagielskiBetter knowledge of when to adjust.
2011-03-31 Jim JagielskiIf we change the LB method, or we take add in a new
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-02-23 Jim Jagielskiprotect one-off boundary
2011-02-22 Jim JagielskiBe at least somewhat more RESTful... Use POST for chang...
2011-02-18 Jim JagielskiNo longer depend on how fork() works when laying out...
2011-02-12 Stefan FritschUse ap_state_query() to fix many modules that were...
2011-02-10 Jim Jagielskimove function...
2011-02-09 Jim JagielskiUgg... unbalanced workers *do* need a mutex as well...
2011-02-09 Jim Jagielskitypo
2011-02-09 Jim JagielskiSquash error/warning about signed/unsigned comparison
2011-02-08 Jim JagielskiRemove the thread mutex from the worker... it really...
2011-02-07 Jim JagielskiKeep track of how many workers we've used so far.....
2011-02-07 Jim JagielskiMutex around adding a new worker...
2011-02-04 Jim JagielskiLock around the time when we're mucking w/ balancers...
2011-02-04 Jim JagielskiHere we go... we can now, via balancer-manager, add new
2011-02-04 Jim Jagielskimight as well allow for the sticky session to be adjust...
2011-02-04 Jim JagielskiAnd yet more balancer params that can be changed at...
2011-02-02 Jim JagielskiOptimize... create a struct to hold the worker status...
2011-02-02 Jim JagielskiInstead of just enabling/disabling, we can now adjust
2011-02-01 Jim JagielskiAgain, abstract out the worker status magic to it's...
2011-02-01 Jim JagielskiWe can now change lbmethod at runtime.
2011-01-31 Jim JagielskiMove the lbmethod to also allow it to be adjusted runtime
2011-01-31 Jim JagielskiMove some "nice to be able to change" balancer stuff...
2011-01-19 Jim JagielskiMake it clear that '_' is a possible char and accepted
2011-01-19 Jim JagielskiMake the balancer shared memory slot more human readabl...
2011-01-17 Rainer JungAlign proxy_worker_shared in slotmem shm
2011-01-17 Rainer Jungmod_slotmem_shm is a predecessor of
2011-01-13 Jim JagielskiDisplay number of members possible per balancer
2011-01-13 Jim JagielskiAnd check the nonce, taking care to ensure that the
2011-01-13 Jim JagielskiMove nonce to balancer struct and add logic for nonce...
2011-01-13 Jim Jagielskiwhitespace
2011-01-13 Jim JagielskiBuilds and passes tests as prefork... good save state
2011-01-13 Jim JagielskiAdjust for conf->workers being *proxy_worker and balanc...
2011-01-13 Jim JagielskiMore movement to shared stuff...
2011-01-13 Jim JagielskiOK... a good commit point (we don't quite compile yet...
2011-01-13 Jim JagielskiUse branch now
2010-11-05 Jim Jagielskia pointer optim.
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test handle...
next