]> granicus.if.org Git - apache/history - modules/proxy/proxy_util.c
Ensure casing doesn't matter... (we know balancer->s->name is
[apache] / modules / proxy / proxy_util.c
2011-11-29 Jim JagielskiEnsure casing doesn't matter... (we know balancer-...
2011-11-29 Jim JagielskiSome optimization... we have a hash, use it. Quicker...
2011-11-29 Jim JagielskiLogic which makes the balancer "active" or not... so...
2011-11-28 Jim JagielskiPull this out as a sep function to allow for full vhosting
2011-11-28 Jim Jagielski"Final" (I hope) proxy struct/API changes in order...
2011-11-28 Jim JagielskiError-check.
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-21 Jim JagielskiNever used.
2011-11-18 Stefan FritschLog fatal errors at level CRIT, not at some random...
2011-11-18 Stefan Fritschgreat proxy logging cleanup:
2011-11-03 Stefan FritschModify placement of PROXY_DECLARE_DATA to fix build...
2011-10-14 Stefan FritschThere is absolutely no reason to have two 4k-sized...
2011-10-09 Stefan FritschRemove ap_proxy_removestr(). It has been unused for...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-20 Stefan FritschSave one call of ap_escape_html on the uri. Reflow...
2011-09-19 Stefan FritschAdd wrappers for malloc, calloc, realloc that check...
2011-07-29 Nick Kewmod_proxy: enable absolute URLs to be rewritten with...
2011-06-22 Stefan FritschVarious code cleanup
2011-06-13 Stefan FritschAvoid some memory allocations by using apr_table_setn...
2011-05-21 Stefan FritschReplace some "apr_p[c]alloc / memcpy" constructions...
2011-03-31 Jim JagielskiIf we change the LB method, or we take add in a new
2011-03-28 William A. Rowe JrResolve disagreement with its prototype
2011-02-18 Jim JagielskiNo longer depend on how fork() works when laying out...
2011-02-10 Jim Jagielskimove function...
2011-02-09 Jim JagielskiUgg... unbalanced workers *do* need a mutex as well...
2011-02-08 Jim JagielskiRemove the thread mutex from the worker... it really...
2011-02-04 Jim JagielskiHere we go... we can now, via balancer-manager, add new
2011-02-02 Jim JagielskiNo need to pollute the whole namespace...
2011-02-02 Jim JagielskiOptimize... create a struct to hold the worker status...
2011-02-01 Jim JagielskiAgain, abstract out the worker status magic to it's...
2011-02-01 Jim JagielskiMove the setting of flags into a func... that way there is
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-13 Jim JagielskiMove nonce to balancer struct and add logic for nonce...
2011-01-13 Jim JagielskiSet some defaults... do it here @ worker creation,...
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
2011-01-06 Ruediger Pluem* Be ANSI C compatible
2011-01-05 Graham Leggettmod_proxy_http: Allocate the fake backend request from...
2010-12-30 Graham LeggettFix a spin should we encounter a corrupt bucket from...
2010-12-23 Ruediger Pluem* The concept of the cleaned flag is flawed: Once we...
2010-11-18 Stefan FritschFix 'comparison is always false due to limited range...
2010-11-16 Graham LeggettRevert r1035504, this was the wrong way to do it.
2010-11-16 Graham LeggettFix pool lifetime issues when the proxy backend connect...
2010-11-14 Nick KewFix mod_proxy to support setting source address.
2010-11-07 Jeff Trawicklog how long worker will be disabled
2010-11-04 Rainer JungFollowup to r1026665: reset "cleaned" flag in
2010-10-30 Daniel Earl PoirierFix a number of typos and misspellings. Reported by...
2010-10-23 Graham Leggettmod_proxy: Release the backend connection as soon as...
2010-10-20 Graham LeggettOptimise the set flags in the mod_proxy structures.
2010-09-20 Jim JagielskiFold in possible use of FNV if desired
2010-08-24 Jeff Trawickap_proxy_retry_worker() only needs to spit out one...
2010-08-23 Jean-Frederic ClerePrevent race condition
2010-08-13 Ruediger Pluem* The forward and reverse worker do not keep connection...
2010-08-10 Jim JagielskiFold in some stuff to allow for matching of workers
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
2010-07-14 Jim JagielskiAllow for modules to keep track of worker slot
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-06-03 Stefan Fritschlog issues with CONNECT at request scope instead of...
2010-02-14 Rainer JungHandle the pathological case of a connect
2010-02-14 Rainer JungWe need to copy the forward proxy data, because it
2010-02-14 Rainer JungLimit sscanf format to the number of chars actually
2010-02-12 Rainer JungSupport remote https proxies by using HTTP CONNECT.
2010-01-22 Jeff Trawickfix maintainer mode ap_strstr() argument mismatch warnings
2009-12-26 Nick KewFix r893871 as noted by rpluem, to remove risk of retur...
2009-12-25 Nick KewProxy: fix ProxyPassReverse with relative URL
2009-06-26 Jean-Frederic ClereDon't set worker->s if already set (for balancer using...
2009-05-13 Jim JagielskiReturn APR_EGENERAL for the error
2009-05-13 Jean-Frederic ClereAllow the load balancing method to "create" workers.
2009-05-06 Ruediger Pluem* Fix syntax error
2009-05-05 Jim Jagielskioptimize.... rp! :)
2009-05-05 Jean-Frederic ClereChange the order of mod_proxy and mod_proxy_balancer...
2009-05-05 Jim JagielskiExplain empty code block (empty for now, that is) :)
2009-05-05 Ruediger Pluem* Silence compiler warning.
2009-05-05 William A. Rowe JrAs mentioned inline in comments, correctly handle more...
2009-05-05 William A. Rowe JrREVERT 771581 modules/proxy/ changes (miscommitted)
2009-05-05 William A. Rowe Jrcomplete r771579, refactoring mod_watchdog as loadable...
2009-04-27 Jim JagielskiFold in initial template for methods to be able to
2009-03-27 Jeff Trawickremove TPF support
2009-03-26 Jeff Trawickremove BeOS OS support
2009-03-10 Jim JagielskiNote for self: PPR drops the path info so we
2008-11-08 Ruediger Pluem* Rip out the old flushing approach for solving lifetim...
2008-10-22 Ruediger Pluem* Improve the way to detect whether buckets in the...
2008-10-15 Ruediger Pluem* Revert r703998.
2008-10-13 Ruediger Pluem* Make the connection timeout to backends work by tempo...
2008-09-19 Jim JagielskiAllow for the smax param to be 0, so that all connections
2008-08-09 Ruediger Pluem* Introduce environment variable proxy-initial-not...
2008-08-09 Ruediger Pluem* Add the possibility to set a separate connection...
2008-08-04 Ruediger Pluem* Remove call to apr_reslist_destroy. With the latest...
2008-04-08 Jim JagielskiUse what we have. This logic belongs here anyway...
2008-02-14 Jim JagielskiNote why we aren't bothering to check that we have
2008-02-14 Jim JagielskiAdd in mod_jk's disablereuse analog for mod_proxy.
2008-02-06 Ruediger Pluem* Fix a typo (timout -> timeout)
2008-01-29 Jim JagielskiNow let things like
next