summaryrefslogtreecommitdiff
path: root/modules/proxy/proxy_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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-081-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
* Use APR_PID_T_FMT instead %d for pid logging.Mladen Turk2004-11-291-2/+2
* Make sure that worker initialization is done onlyMladen Turk2004-11-291-4/+17
* Do not use reslist if it wasn't created. This fixes cases on prefork withMladen Turk2004-10-161-1/+1
* Add server_rec to initialize_worker_share so that it get'sMladen Turk2004-09-291-8/+19
* Reformat code to no tab and no CR-LFMladen Turk2004-09-281-1843/+1843
* Make sure that we don't increase balancer worker count onMladen Turk2004-09-281-1846/+1843
* Remove proxy_runtime_worker and make the things simpler byMladen Turk2004-09-261-18/+44
* Make worker retry algorithm much simpler removing incrementalMladen Turk2004-09-171-12/+5
* Fix worker retries and limit default retry timeout to 10 minutes.Mladen Turk2004-09-151-7/+11
* Register output function so that core can retrieve it and setMladen Turk2004-09-151-2/+1
* Fix typo -- uri is constructed when there is no proxy in chain.Mladen Turk2004-09-131-1/+1
* No need to allocate hostname on each request forMladen Turk2004-09-131-6/+9
* Always use prive connection pool for allocation, and callMladen Turk2004-09-131-8/+9