summaryrefslogtreecommitdiff
path: root/modules/proxy/proxy_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use worker as a parameter for connection_constructor.Mladen Turk2004-09-111-8/+6
* Do not add forward proxy to other proxies. Use new function toMladen Turk2004-09-111-0/+10
* Remove the unused close_connection function.Mladen Turk2004-09-111-11/+0
* Make sure that the connection pool cleanup is called beforeMladen Turk2004-09-111-9/+14
* Just like for balancers initialize the workers on post_configMladen Turk2004-09-101-14/+4
* Remove the proxy_conn_cleanup. The socket will be closedMladen Turk2004-09-101-34/+18
* Move the shared scoreboard data initization to the balancer module.Mladen Turk2004-09-101-58/+8
* Remove unneeded variable. No functional change.Mladen Turk2004-09-091-1/+0
* Make sure that the status is not overwritten.Mladen Turk2004-09-091-1/+1
* spellcheckJeff Trawick2004-09-091-1/+1
* First try the reverse proxies. If there is no worker defined forMladen Turk2004-09-091-12/+7
* Add PROXY_WORKER_IGNORE_ERRORS flags thatMladen Turk2004-09-091-2/+4
* Add sockaddr to proxy_conn_rec. Using the workers addressMladen Turk2004-09-091-7/+10
* Use forward worker for all PROXYREQ_PROXY requests.Mladen Turk2004-09-091-7/+24
* Fix some compiler warnings in proxyGraham Leggett2004-08-181-0/+4
* axe some unused variables and don't log an error code thatJeff Trawick2004-08-131-4/+1
* Fix setting of hostname for backend.William A. Rowe Jr2004-08-111-1/+3
* Added dynamic worker limit. It ensures that the addng dynamicWilliam A. Rowe Jr2004-08-111-2/+14
* Add some extra debugging to ease the bug chasing :)William A. Rowe Jr2004-08-111-6/+32
* Implement the worker retry functionality.William A. Rowe Jr2004-08-111-2/+47
* Shared memory support. The shared memory is insideWilliam A. Rowe Jr2004-08-111-12/+45
* Add route and redirect to worker so they can be set trough configuration.William A. Rowe Jr2004-08-111-3/+2
* Set initial lbstatus to calculated lbfactor.William A. Rowe Jr2004-08-111-11/+6
* Fix the assertion bug for reslist caused by returning theWilliam A. Rowe Jr2004-08-111-39/+22
* Change the scheme handler hook to include worker.William A. Rowe Jr2004-08-111-40/+70
* Added close_on_recycle flags for creatin connections.William A. Rowe Jr2004-08-111-1/+36
* Added acquire and release connection functions.William A. Rowe Jr2004-08-111-54/+66
* Added ap_proxy_connection_create function that makesWilliam A. Rowe Jr2004-08-111-4/+65