index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
mod_proxy_http.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Play safe if the notes table does not contain an SSL_connect_rv key.
Ruediger Pluem
2011-02-11
1
-2
/
+4
*
Add a patch from Vincent Deffontaines to make the adding of X-forwarded-*
Igor Galić
2011-01-19
1
-23
/
+24
*
More movement to shared stuff...
Jim Jagielski
2011-01-13
1
-9
/
+9
*
fix comment
Jeff Trawick
2011-01-05
1
-1
/
+1
*
update comment
Jim Jagielski
2011-01-05
1
-1
/
+1
*
Make sure we clone the table rather than copy it, to ensure that no keys
Graham Leggett
2011-01-05
1
-1
/
+1
*
mod_proxy_http: Allocate the fake backend request from a child pool
Graham Leggett
2011-01-05
1
-12
/
+11
*
mod_proxy_http: Ensure that when the backend is closed, the final call to
Graham Leggett
2011-01-05
1
-3
/
+3
*
Change another variable that could be confused for conn_rec.
Graham Leggett
2010-12-30
1
-3
/
+3
*
* Fix r1039304 and make the patch similar to the one proposed for
Ruediger Pluem
2010-12-29
1
-8
/
+8
*
* The concept of the cleaned flag is flawed: Once we returned the connection
Ruediger Pluem
2010-12-23
1
-4
/
+13
*
* Do not fiddle around with the close field if we might have returned the
Ruediger Pluem
2010-12-23
1
-7
/
+5
*
* Put a note in the connection notes that the SSL handshake to the backend
Ruediger Pluem
2010-11-26
1
-0
/
+6
*
When the proxy closes the backend connection early, force a setaside on
Graham Leggett
2010-11-16
1
-1
/
+18
*
Revert r1035504, this was the wrong way to do it.
Graham Leggett
2010-11-16
1
-15
/
+10
*
Fix pool lifetime issues when the proxy backend connection is terminated
Graham Leggett
2010-11-16
1
-10
/
+15
*
Fix a pool lifetime issue: Make sure we clean up our brigade before we
Graham Leggett
2010-11-04
1
-2
/
+2
*
mod_proxy: Release the backend connection as soon as EOS is detected,
Graham Leggett
2010-10-23
1
-0
/
+18
*
Remove needless pool cleanup. ap_pregcomp already registers a cleanup for the
Stefan Fritsch
2010-10-23
1
-6
/
+0
*
Fix an inline variable declaration.
Graham Leggett
2010-10-22
1
-2
/
+1
*
mod_proxy: Move the ProxyErrorOverride directive to have per directory scope.
Graham Leggett
2010-10-20
1
-4
/
+7
*
axe an unnecessary call to sscanf() when parsing the response line
Jeff Trawick
2010-09-22
1
-5
/
+4
*
* LimitRequestBody does not affect Proxy requests (Should it?).
Ruediger Pluem
2010-09-21
1
-0
/
+15
*
Pull out "does request have a body" logic to a central
Jim Jagielski
2010-08-18
1
-9
/
+3
*
Fix comment and code to be what it should have been/
Jim Jagielski
2010-08-17
1
-7
/
+7
*
Further checks for non-body requests...
Jim Jagielski
2010-08-17
1
-1
/
+10
*
detab
Jim Jagielski
2010-08-17
1
-38
/
+38
*
For backends which are HTTP/1.1, do a quick test (ping)
Jim Jagielski
2010-08-16
1
-37
/
+105
*
Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP to
Rainer Jung
2010-06-10
1
-2
/
+4
*
- Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_ssl
Stefan Fritsch
2010-06-06
1
-8
/
+14
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
log remote server port in various places
Stefan Fritsch
2010-03-10
1
-8
/
+10
*
mod_proxy_http: get the headers right in a HEAD request with ProxyErrorOverri...
Nick Kew
2010-02-20
1
-23
/
+16
*
mod_proxy_http: Make sure that when an ErrorDocument is served
Graham Leggett
2010-02-13
1
-16
/
+38
*
fix or complain about some invalid errno references
Jeff Trawick
2009-11-19
1
-1
/
+1
*
Allow ProxyPreserveHost to work in <Proxy> sections
Stefan Fritsch
2009-10-11
1
-1
/
+3
*
Return consistent error status for proxy unable to connect
Nick Kew
2009-08-23
1
-4
/
+1
*
Security fix for CVE-2009-1890:
Joe Orton
2009-07-02
1
-5
/
+16
*
mod_proxy_http: fix case sensitivity checking transfer encoding
Nick Kew
2009-06-17
1
-1
/
+1
*
Fix IPv6 literal addresses passed to a proxied backend.
Nick Kew
2009-05-26
1
-4
/
+13
*
* Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enable
Ruediger Pluem
2009-04-01
1
-0
/
+9
*
use ap_log_rerror instead of r->server per niq's comments
Eric Covener
2009-01-10
1
-2
/
+2
*
pass a server_rec to ap_log_error on two interim response messages
Eric Covener
2009-01-09
1
-2
/
+2
*
* Rip out the old flushing approach for solving lifetime issues between the
Ruediger Pluem
2008-11-08
1
-1
/
+7
*
Remove potential for memory leak... allocate on this
Jim Jagielski
2008-10-22
1
-17
/
+7
*
For timeouts, behave as before and not drop.
Jim Jagielski
2008-09-20
1
-2
/
+9
*
comment tweak
Jeff Trawick
2008-08-12
1
-1
/
+1
*
* Introduce environment variable proxy-initial-not-pooled to avoid reusing
Ruediger Pluem
2008-08-09
1
-0
/
+13
*
move back to inner loop... fails otherwise
Jim Jagielski
2008-06-10
1
-1
/
+3
*
Patch for CVE-2008-2364...
Jim Jagielski
2008-06-10
1
-5
/
+28
[next]