summaryrefslogtreecommitdiffstats
path: root/modules/proxy/proxy_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support remote https proxies by using HTTP CONNECT.Rainer Jung2010-02-121-2/+144
* fix maintainer mode ap_strstr() argument mismatch warningsJeff Trawick2010-01-221-2/+2
* Fix r893871 as noted by rpluem, to remove risk of returning aNick Kew2009-12-261-6/+12
* Proxy: fix ProxyPassReverse with relative URLNick Kew2009-12-251-0/+10
* Don't set worker->s if already set (for balancer using slotmem for examples).Jean-Frederic Clere2009-06-261-28/+30
* Return APR_EGENERAL for the errorJim Jagielski2009-05-131-1/+1
* Allow the load balancing method to "create" workers.Jean-Frederic Clere2009-05-131-10/+22
* * Fix syntax errorRuediger Pluem2009-05-061-1/+1
* optimize.... rp! :)Jim Jagielski2009-05-051-2/+2
* Change the order of mod_proxy and mod_proxy_balancer child_init().Jean-Frederic Clere2009-05-051-10/+10
* Explain empty code block (empty for now, that is) :)Jim Jagielski2009-05-051-0/+5
* * Silence compiler warning.Ruediger Pluem2009-05-051-1/+1
* As mentioned inline in comments, correctly handle more sophisticatedWilliam A. Rowe Jr2009-05-051-34/+36
* REVERT 771581 modules/proxy/ changes (miscommitted)William A. Rowe Jr2009-05-051-34/+34
* complete r771579, refactoring mod_watchdog as loadable on win32William A. Rowe Jr2009-05-051-34/+34
* Fold in initial template for methods to be able toJim Jagielski2009-04-271-0/+2
* remove TPF supportJeff Trawick2009-03-271-4/+0
* remove BeOS OS supportJeff Trawick2009-03-261-2/+2
* Note for self: PPR drops the path info so weJim Jagielski2009-03-101-0/+3
* * Rip out the old flushing approach for solving lifetime issues between theRuediger Pluem2008-11-081-117/+51
* * Improve the way to detect whether buckets in the filter chain need to beRuediger Pluem2008-10-221-43/+98
* * Revert r703998.Ruediger Pluem2008-10-151-18/+0
* * Make the connection timeout to backends work by temporarily setting theRuediger Pluem2008-10-131-0/+18
* Allow for the smax param to be 0, so that all connectionsJim Jagielski2008-09-191-1/+3
* * Introduce environment variable proxy-initial-not-pooled to avoid reusingRuediger Pluem2008-08-091-0/+5
* * Add the possibility to set a separate connection timeout for backendRuediger Pluem2008-08-091-2/+16
* * Remove call to apr_reslist_destroy. With the latest trunk version ofRuediger Pluem2008-08-041-1/+0
* Use what we have. This logic belongs here anyway...Jim Jagielski2008-04-081-4/+5
* Note why we aren't bothering to check that we haveJim Jagielski2008-02-141-0/+3
* Add in mod_jk's disablereuse analog for mod_proxy.Jim Jagielski2008-02-141-4/+10
* * Fix a typo (timout -> timeout)Ruediger Pluem2008-02-061-1/+1
* Now let things likeJim Jagielski2008-01-291-2/+48
* * Using the reslist pool for the proxy_conn_rec structure introduces a memoryRuediger Pluem2007-12-201-2/+2
* * Only sent a flush bucket down the chain if buckets where sent down the chainRuediger Pluem2007-12-181-5/+16
* * Tag the pools appropriately to ease memory debugging.Ruediger Pluem2007-12-151-0/+4
* * Fix a SEGFAULT by ensuring that buckets that may have been buffered in theRuediger Pluem2007-12-151-1/+52
* * Do not register connection_cleanup as cleanup for the conn->pool. In the pastRuediger Pluem2007-12-121-10/+0
* * Fix another memory leak related to PR 44026. Now that we keep the connectionRuediger Pluem2007-12-121-8/+8
* * Use a separate subpool to manage the data for the socket and the connectionRuediger Pluem2007-12-111-20/+20
* * Enable the proxy to keep connections persistent in the HTTPS case.Ruediger Pluem2007-12-081-21/+65
* Semi-revert 583466; just remove the ap_proxy_isvalidenc()Jim Jagielski2007-10-111-27/+0
* Abstract out "verification of valid encoding" viaJim Jagielski2007-10-101-0/+27
* Fix keepalive to proxy backendNick Kew2007-09-281-1/+1
* lb_score is bigger proxy_worker_stat. Prevent wasting space.Jean-Frederic Clere2007-09-121-4/+4
* * This check is now part of the PROXY_WORKER_IS_INITIALIZED macro.Ruediger Pluem2007-09-111-1/+1
* Maintain the illusion. It's not worth my time orJim Jagielski2007-09-101-0/+13
* Escape error-notes correctlyNick Kew2007-09-091-1/+1
* Check all IP addresses listed in ProxyBlockNick Kew2007-09-081-0/+1
* mod_proxy: Don't lose bytes when a response line arrives in small chunks.Nick Kew2007-09-081-1/+3
* Reinstate the lb_score patch, but, protect againstJim Jagielski2007-09-071-13/+0