index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
proxy_util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* modules/proxy/proxy_util.c (ap_proxy_initialize_worker): Fix
Joe Orton
2006-04-20
1
-1
/
+4
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Fix for platforms without threads: inreslist exists only if APR_HAS_THREADS i...
Martin Kraemer
2006-04-19
1
-0
/
+4
*
PR#39321 - don't segfault if a bad URL is specified in ProxyPass
Nick Kew
2006-04-16
1
-0
/
+3
*
* Avoid calling ap_proxy_http_cleanup twice as this releases a connection
Ruediger Pluem
2006-04-14
1
-1
/
+15
*
* Check for an existing socket independant of an existing connection record.
Ruediger Pluem
2006-04-08
1
-4
/
+4
*
Document the removal of the flushing bandaid to a
Jim Jagielski
2006-03-30
1
-2
/
+2
*
Make AJP flushing admin configurable.
Jim Jagielski
2006-03-09
1
-0
/
+2
*
*) mod_proxy: Fix KeepAlives not being allowed and set to
Jim Jagielski
2006-02-15
1
-10
/
+0
*
OK, handle better the initializing of worker, separating
Jim Jagielski
2006-02-14
1
-14
/
+34
*
I wondered why I never saw the scoreboard init entry; now I know.
Jim Jagielski
2006-02-14
1
-10
/
+14
*
* If a subrequest has a broken backend also set no_cache for the main request
Ruediger Pluem
2006-01-05
1
-0
/
+6
*
* Correctly signal broken backend connections up the chain also for the ajp
Ruediger Pluem
2006-01-02
1
-0
/
+14
*
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-09
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
[next]