summaryrefslogtreecommitdiffstats
path: root/modules/proxy/proxy_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * modules/proxy/proxy_util.c (ap_proxy_initialize_worker): FixJoe Orton2006-04-201-1/+4
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Fix for platforms without threads: inreslist exists only if APR_HAS_THREADS i...Martin Kraemer2006-04-191-0/+4
* PR#39321 - don't segfault if a bad URL is specified in ProxyPassNick Kew2006-04-161-0/+3
* * Avoid calling ap_proxy_http_cleanup twice as this releases a connectionRuediger Pluem2006-04-141-1/+15
* * Check for an existing socket independant of an existing connection record.Ruediger Pluem2006-04-081-4/+4
* Document the removal of the flushing bandaid to aJim Jagielski2006-03-301-2/+2
* Make AJP flushing admin configurable.Jim Jagielski2006-03-091-0/+2
* *) mod_proxy: Fix KeepAlives not being allowed and set toJim Jagielski2006-02-151-10/+0
* OK, handle better the initializing of worker, separatingJim Jagielski2006-02-141-14/+34
* I wondered why I never saw the scoreboard init entry; now I know.Jim Jagielski2006-02-141-10/+14
* * If a subrequest has a broken backend also set no_cache for the main requestRuediger Pluem2006-01-051-0/+6
* * Correctly signal broken backend connections up the chain also for the ajpRuediger Pluem2006-01-021-0/+14
* OK, while we ponder how best to reuse conn pools for workers,Jim Jagielski2005-12-111-10/+4
* Until we determine whether we should dip into the connectionJim Jagielski2005-12-011-7/+5
* Check that conn->hostname is valid before we do the stringJim Jagielski2005-11-301-0/+1
* Fix case where a shared keepalive connection results inJim Jagielski2005-11-291-3/+13
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-23/+23
* Move to a different impl which was my 1st concept and that whichJim Jagielski2005-11-011-21/+15
* Fix a problem where we are doing a case insensitiveJim Jagielski2005-10-311-2/+28
* * Fix PR36906 by not lower caseing the whole worker name. Only lower case theRuediger Pluem2005-10-251-0/+1
* Performance Tune: Do the cheap and fast length check beforeJim Jagielski2005-10-121-3/+3
* Fix -Wall warning... Thanks to Joe for the head's up!Jim Jagielski2005-10-121-2/+2
* mod_proxy_balancer: BalancerManager and proxies correctly handleJim Jagielski2005-10-111-8/+18
* * Fix style nits (whitespaces / formats of comments). No Functional changes.Ruediger Pluem2005-10-031-74/+104
* de-ref bug - balancer is always not null since it's &balancerJim Jagielski2005-09-291-1/+1
* Proxy balancer lbmethods are now registered as providers and notJim Jagielski2005-09-091-180/+3
* Restruct of lbmethod find-best algo's, bypassing hook mechanism.Jim Jagielski2005-09-071-0/+173
* Get rid of some warningsMartin Kraemer2005-08-121-3/+5
* simple, functional interface to add additional balancer lb selection methodsJim Jagielski2005-08-121-1/+15
* Fix mess left by incompleteness of previous ProxyPassReverse fixNick Kew2005-08-121-2/+2
* Add status param option so that current workerMladen Turk2005-07-281-1/+1
* - Use apr_uri_t to parse the proxy URL, instead of munging it by hand. Origin...Paul Querna2005-05-251-25/+12
* Revert the latest hack for setting query string.Mladen Turk2005-04-091-3/+1
* Add r->args to uri->query if the original r->uriMladen Turk2005-04-091-1/+3
* Remove formatting characters from ap_log_error() calls. TheseJeff Trawick2005-02-091-3/+3
* * modules/proxy/proxy_util.cSander Striker2005-02-091-0/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Close PR 32459, 15207. API change for PROXY_DECLARE ap_proxy_canonenc()Jim Jagielski2005-02-031-6/+9
* Add in a weighted byte count of all traffic (in and out) asJim Jagielski2005-01-241-0/+1
* Rewrite Cookies and other headers in mod_proxy_ajp as configured withSander Striker2005-01-111-0/+125
* Kill the pool cleanup when closing non cachable connection.Mladen Turk2005-01-021-4/+11
* Fix closing connection for non-cachable proxies.Mladen Turk2005-01-011-3/+3
* Close the connection for generic forward andMladen Turk2005-01-011-1/+9
* Simplify connection address and port resolving for non-cachable workers (gere...Mladen Turk2004-12-311-19/+16
* Do not cache hostname and port for forward andMladen Turk2004-12-311-5/+21
* Make proxy address cache thread safe and available onlyMladen Turk2004-12-141-3/+18
* mod_proxy: Respect errors reported by pre_connection hooks.Jeff Trawick2004-12-081-1/+9
* wrong format string was converted to APR_PID_T_FMTJeff Trawick2004-12-021-1/+1
* Add generic reverse proxy worker so that module-driven reverse proxying works...Mladen Turk2004-12-011-0/+17