]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy_balancer.c
fix clang warning (dead initialization)
[apache] / modules / proxy / mod_proxy_balancer.c
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...
2010-08-20 Jeff Trawickmod_proxy: Rename erroronstatus to failonstatus...
2010-08-10 Jim JagielskiFold in some stuff to allow for matching of workers
2010-08-03 Stefan Fritschremove more useless use of strlen
2010-07-11 Jeff Trawickfollow up to r930125
2010-06-06 Stefan Fritsch- Be less verbose at levels INFO and DEBUG in mod_proxy...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-04-22 Jim JagielskiMove back to a post_config hook...
2010-04-22 Jean-Frederic ClereAdd updatelbstatus to allow to have all the LB logic...
2010-04-21 Jim JagielskiAdd in BalancerNonce directive... useful for shared...
2010-04-02 Jeff Trawicksmall style tweaks to r930125
2010-04-01 Nick KewProxy balancer: support setting error status according to
2009-12-16 Rainer JungFix crash in balancer-manager.
2009-07-20 Jim JagielskiIn the case where we have no members, they aren't in...
2009-05-14 Jim Jagielskiunused var
2009-05-13 Jim Jagielskistandard method
2009-05-13 Jean-Frederic ClereAllow the load balancing method to "create" workers.
2009-05-12 Jean-Frederic ClereArrange the proxy_balancer_method:
2009-05-06 Jim Jagielskiupdate comment
2009-05-05 Jean-Frederic ClereChange the order of mod_proxy and mod_proxy_balancer...
2009-01-15 Ruediger Pluem* Try first if we find any "recoverable" workers before...
2008-12-03 Jim JagielskiAll lbmethods are now ind submodules...
2008-08-21 Jim JagielskiAllow determination of whether to use ';' as
2008-08-19 Jim JagielskiAdd in additional logging and use correct formats
2008-08-18 Jim JagielskiRemove trailing path element, ala ./jk/native/common...
2008-08-18 Jim JagielskiAdd in bybusyness LB method, via Joel Gluth in
2008-08-06 Ruediger Pluem* Move nonce field inside the html form.
2008-06-06 Joe OrtonNo functional change; simplify the CVE-2007-6420 fix...
2008-05-30 Joe OrtonPrevent CSRF attacks against the balancer-manager ...
2008-05-29 Ruediger Pluem* Set at init time and combine comments.
2008-05-29 Ruediger Pluem* Do not add the query string again in the case that...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2007-12-28 Ruediger Pluem* Correctly escape the worker route and the worker...
2007-12-28 Ruediger Pluem* Prevent crash in balancer manager if invalid balancer...
next