index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
proxy_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
OK, while we ponder how best to reuse conn pools for workers,
Jim Jagielski
2005-12-11
1
-10
/
+4
*
Until we determine whether we should dip into the connection
Jim Jagielski
2005-12-01
1
-7
/
+5
*
Check that conn->hostname is valid before we do the string
Jim Jagielski
2005-11-30
1
-0
/
+1
*
Fix case where a shared keepalive connection results in
Jim Jagielski
2005-11-29
1
-3
/
+13
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-23
/
+23
*
Move to a different impl which was my 1st concept and that which
Jim Jagielski
2005-11-01
1
-21
/
+15
*
Fix a problem where we are doing a case insensitive
Jim Jagielski
2005-10-31
1
-2
/
+28
*
* Fix PR36906 by not lower caseing the whole worker name. Only lower case the
Ruediger Pluem
2005-10-25
1
-0
/
+1
*
Performance Tune: Do the cheap and fast length check before
Jim Jagielski
2005-10-12
1
-3
/
+3
*
Fix -Wall warning... Thanks to Joe for the head's up!
Jim Jagielski
2005-10-12
1
-2
/
+2
*
mod_proxy_balancer: BalancerManager and proxies correctly handle
Jim Jagielski
2005-10-11
1
-8
/
+18
*
* Fix style nits (whitespaces / formats of comments). No Functional changes.
Ruediger Pluem
2005-10-03
1
-74
/
+104
*
de-ref bug - balancer is always not null since it's &balancer
Jim Jagielski
2005-09-29
1
-1
/
+1
*
Proxy balancer lbmethods are now registered as providers and not
Jim Jagielski
2005-09-09
1
-180
/
+3
*
Restruct of lbmethod find-best algo's, bypassing hook mechanism.
Jim Jagielski
2005-09-07
1
-0
/
+173
*
Get rid of some warnings
Martin Kraemer
2005-08-12
1
-3
/
+5
*
simple, functional interface to add additional balancer lb selection methods
Jim Jagielski
2005-08-12
1
-1
/
+15
*
Fix mess left by incompleteness of previous ProxyPassReverse fix
Nick Kew
2005-08-12
1
-2
/
+2
*
Add status param option so that current worker
Mladen Turk
2005-07-28
1
-1
/
+1
*
- Use apr_uri_t to parse the proxy URL, instead of munging it by hand. Origin...
Paul Querna
2005-05-25
1
-25
/
+12
*
Revert the latest hack for setting query string.
Mladen Turk
2005-04-09
1
-3
/
+1
*
Add r->args to uri->query if the original r->uri
Mladen Turk
2005-04-09
1
-1
/
+3
*
Remove formatting characters from ap_log_error() calls. These
Jeff Trawick
2005-02-09
1
-3
/
+3
*
* modules/proxy/proxy_util.c
Sander Striker
2005-02-08
1
-0
/
+3
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Close PR 32459, 15207. API change for PROXY_DECLARE ap_proxy_canonenc()
Jim Jagielski
2005-02-03
1
-6
/
+9
*
Add in a weighted byte count of all traffic (in and out) as
Jim Jagielski
2005-01-24
1
-0
/
+1
*
Rewrite Cookies and other headers in mod_proxy_ajp as configured with
Sander Striker
2005-01-11
1
-0
/
+125
*
Kill the pool cleanup when closing non cachable connection.
Mladen Turk
2005-01-02
1
-4
/
+11
*
Fix closing connection for non-cachable proxies.
Mladen Turk
2005-01-01
1
-3
/
+3
*
Close the connection for generic forward and
Mladen Turk
2005-01-01
1
-1
/
+9
*
Simplify connection address and port resolving for non-cachable workers (gere...
Mladen Turk
2004-12-31
1
-19
/
+16
*
Do not cache hostname and port for forward and
Mladen Turk
2004-12-31
1
-5
/
+21
*
Make proxy address cache thread safe and available only
Mladen Turk
2004-12-14
1
-3
/
+18
*
mod_proxy: Respect errors reported by pre_connection hooks.
Jeff Trawick
2004-12-08
1
-1
/
+9
*
wrong format string was converted to APR_PID_T_FMT
Jeff Trawick
2004-12-02
1
-1
/
+1
*
Add generic reverse proxy worker so that module-driven reverse proxying works...
Mladen Turk
2004-12-01
1
-0
/
+17
*
Use APR_PID_T_FMT instead %d for pid logging.
Mladen Turk
2004-11-29
1
-2
/
+2
*
Make sure that worker initialization is done only
Mladen Turk
2004-11-29
1
-4
/
+17
*
Do not use reslist if it wasn't created. This fixes cases on prefork with
Mladen Turk
2004-10-16
1
-1
/
+1
*
Add server_rec to initialize_worker_share so that it get's
Mladen Turk
2004-09-29
1
-8
/
+19
*
Reformat code to no tab and no CR-LF
Mladen Turk
2004-09-28
1
-1843
/
+1843
*
Make sure that we don't increase balancer worker count on
Mladen Turk
2004-09-28
1
-1846
/
+1843
*
Remove proxy_runtime_worker and make the things simpler by
Mladen Turk
2004-09-26
1
-18
/
+44
*
Make worker retry algorithm much simpler removing incremental
Mladen Turk
2004-09-17
1
-12
/
+5
*
Fix worker retries and limit default retry timeout to 10 minutes.
Mladen Turk
2004-09-15
1
-7
/
+11
*
Register output function so that core can retrieve it and set
Mladen Turk
2004-09-15
1
-2
/
+1
*
Fix typo -- uri is constructed when there is no proxy in chain.
Mladen Turk
2004-09-13
1
-1
/
+1
*
No need to allocate hostname on each request for
Mladen Turk
2004-09-13
1
-6
/
+9
*
Always use prive connection pool for allocation, and call
Mladen Turk
2004-09-13
1
-8
/
+9
[next]