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
*
Support remote https proxies by using HTTP CONNECT.
Rainer Jung
2010-02-12
1
-2
/
+144
*
fix maintainer mode ap_strstr() argument mismatch warnings
Jeff Trawick
2010-01-22
1
-2
/
+2
*
Fix r893871 as noted by rpluem, to remove risk of returning a
Nick Kew
2009-12-26
1
-6
/
+12
*
Proxy: fix ProxyPassReverse with relative URL
Nick Kew
2009-12-25
1
-0
/
+10
*
Don't set worker->s if already set (for balancer using slotmem for examples).
Jean-Frederic Clere
2009-06-26
1
-28
/
+30
*
Return APR_EGENERAL for the error
Jim Jagielski
2009-05-13
1
-1
/
+1
*
Allow the load balancing method to "create" workers.
Jean-Frederic Clere
2009-05-13
1
-10
/
+22
*
* Fix syntax error
Ruediger Pluem
2009-05-06
1
-1
/
+1
*
optimize.... rp! :)
Jim Jagielski
2009-05-05
1
-2
/
+2
*
Change the order of mod_proxy and mod_proxy_balancer child_init().
Jean-Frederic Clere
2009-05-05
1
-10
/
+10
*
Explain empty code block (empty for now, that is) :)
Jim Jagielski
2009-05-05
1
-0
/
+5
*
* Silence compiler warning.
Ruediger Pluem
2009-05-05
1
-1
/
+1
*
As mentioned inline in comments, correctly handle more sophisticated
William A. Rowe Jr
2009-05-05
1
-34
/
+36
*
REVERT 771581 modules/proxy/ changes (miscommitted)
William A. Rowe Jr
2009-05-05
1
-34
/
+34
*
complete r771579, refactoring mod_watchdog as loadable on win32
William A. Rowe Jr
2009-05-05
1
-34
/
+34
*
Fold in initial template for methods to be able to
Jim Jagielski
2009-04-27
1
-0
/
+2
*
remove TPF support
Jeff Trawick
2009-03-27
1
-4
/
+0
*
remove BeOS OS support
Jeff Trawick
2009-03-26
1
-2
/
+2
*
Note for self: PPR drops the path info so we
Jim Jagielski
2009-03-10
1
-0
/
+3
*
* Rip out the old flushing approach for solving lifetime issues between the
Ruediger Pluem
2008-11-08
1
-117
/
+51
*
* Improve the way to detect whether buckets in the filter chain need to be
Ruediger Pluem
2008-10-22
1
-43
/
+98
*
* Revert r703998.
Ruediger Pluem
2008-10-15
1
-18
/
+0
*
* Make the connection timeout to backends work by temporarily setting the
Ruediger Pluem
2008-10-13
1
-0
/
+18
*
Allow for the smax param to be 0, so that all connections
Jim Jagielski
2008-09-19
1
-1
/
+3
*
* Introduce environment variable proxy-initial-not-pooled to avoid reusing
Ruediger Pluem
2008-08-09
1
-0
/
+5
*
* Add the possibility to set a separate connection timeout for backend
Ruediger Pluem
2008-08-09
1
-2
/
+16
*
* Remove call to apr_reslist_destroy. With the latest trunk version of
Ruediger Pluem
2008-08-04
1
-1
/
+0
*
Use what we have. This logic belongs here anyway...
Jim Jagielski
2008-04-08
1
-4
/
+5
*
Note why we aren't bothering to check that we have
Jim Jagielski
2008-02-14
1
-0
/
+3
*
Add in mod_jk's disablereuse analog for mod_proxy.
Jim Jagielski
2008-02-14
1
-4
/
+10
*
* Fix a typo (timout -> timeout)
Ruediger Pluem
2008-02-06
1
-1
/
+1
*
Now let things like
Jim Jagielski
2008-01-29
1
-2
/
+48
*
* Using the reslist pool for the proxy_conn_rec structure introduces a memory
Ruediger Pluem
2007-12-20
1
-2
/
+2
*
* Only sent a flush bucket down the chain if buckets where sent down the chain
Ruediger Pluem
2007-12-18
1
-5
/
+16
*
* Tag the pools appropriately to ease memory debugging.
Ruediger Pluem
2007-12-15
1
-0
/
+4
*
* Fix a SEGFAULT by ensuring that buckets that may have been buffered in the
Ruediger Pluem
2007-12-15
1
-1
/
+52
*
* Do not register connection_cleanup as cleanup for the conn->pool. In the past
Ruediger Pluem
2007-12-12
1
-10
/
+0
*
* Fix another memory leak related to PR 44026. Now that we keep the connection
Ruediger Pluem
2007-12-12
1
-8
/
+8
*
* Use a separate subpool to manage the data for the socket and the connection
Ruediger Pluem
2007-12-11
1
-20
/
+20
*
* Enable the proxy to keep connections persistent in the HTTPS case.
Ruediger Pluem
2007-12-08
1
-21
/
+65
*
Semi-revert 583466; just remove the ap_proxy_isvalidenc()
Jim Jagielski
2007-10-11
1
-27
/
+0
*
Abstract out "verification of valid encoding" via
Jim Jagielski
2007-10-10
1
-0
/
+27
*
Fix keepalive to proxy backend
Nick Kew
2007-09-28
1
-1
/
+1
*
lb_score is bigger proxy_worker_stat. Prevent wasting space.
Jean-Frederic Clere
2007-09-12
1
-4
/
+4
*
* This check is now part of the PROXY_WORKER_IS_INITIALIZED macro.
Ruediger Pluem
2007-09-11
1
-1
/
+1
*
Maintain the illusion. It's not worth my time or
Jim Jagielski
2007-09-10
1
-0
/
+13
*
Escape error-notes correctly
Nick Kew
2007-09-09
1
-1
/
+1
*
Check all IP addresses listed in ProxyBlock
Nick Kew
2007-09-08
1
-0
/
+1
*
mod_proxy: Don't lose bytes when a response line arrives in small chunks.
Nick Kew
2007-09-08
1
-1
/
+3
*
Reinstate the lb_score patch, but, protect against
Jim Jagielski
2007-09-07
1
-13
/
+0
[next]