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
*
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
*
* Do this later as we might leave the function anyway without the need for this.
Ruediger Pluem
2008-05-30
1
-2
/
+2
*
* According to RFC 2616 8.2.3 we are not allowed to forward an
Ruediger Pluem
2008-05-30
1
-0
/
+8
*
* mod_proxy_http.c
Ruediger Pluem
2008-05-27
1
-2
/
+20
*
Remove extra cruft that ended up in a commit.
Graham Leggett
2008-05-10
1
-4
/
+0
*
core, mod_proxy: If a kept_body is present, it becomes safe for
Graham Leggett
2008-05-10
1
-1
/
+8
*
Typo.
Jean-Frederic Clere
2008-04-21
1
-1
/
+1
*
Set at init time, and combine comments
Jim Jagielski
2008-04-20
1
-5
/
+6
*
* Do not add the query string again in the case that we are using the
Ruediger Pluem
2008-04-19
1
-15
/
+3
*
handle ? in cases where nocanon is in effect
Jim Jagielski
2008-04-17
1
-2
/
+5
*
* In the case that we fail to read the response line from the backend and if
Ruediger Pluem
2008-04-08
1
-0
/
+32
*
* Fix comment. No functional change.
Ruediger Pluem
2008-02-01
1
-1
/
+1
*
* Fix processing of chunked responses if Connection: Transfer-Encoding is
Ruediger Pluem
2008-01-29
1
-0
/
+14
*
*) mod_proxy_http: Return HTTP status codes instead of apr_status_t
Eric Covener
2008-01-11
1
-44
/
+50
*
* Enable the proxy to keep connections persistent in the HTTPS case.
Ruediger Pluem
2007-12-08
1
-8
/
+4
*
Add option not to send&clear response headers in ap_send_interim_response.
Nick Kew
2007-10-27
1
-1
/
+1
*
mod_proxy: add "nocanon" keyword to ProxyPass, to suppress
Nick Kew
2007-10-27
1
-3
/
+9
*
* modules/proxy/mod_proxy_http.c (ap_proxy_http_register_hook): Fix
Joe Orton
2007-10-11
1
-1
/
+1
*
(forward) proxy should not be verifying/checking for
Jim Jagielski
2007-10-11
1
-3
/
+0
*
Abstract out "verification of valid encoding" via
Jim Jagielski
2007-10-10
1
-12
/
+2
*
missing include!
Nick Kew
2007-10-09
1
-0
/
+1
*
mod_proxy_http: Don't unescape/escape forward proxied URLs. Just check them.
Nick Kew
2007-10-09
1
-1
/
+27
*
Purge tabs in r582631
Nick Kew
2007-10-07
1
-20
/
+20
*
mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx) responses.
Nick Kew
2007-10-07
1
-0
/
+24
*
No change, but they won't let me have foo
Nick Kew
2007-10-01
1
-10
/
+10
*
Proxy: remove Warning headers with wrong date
Nick Kew
2007-09-30
1
-1
/
+74
*
Fix typo in header name "Trailer"
Nick Kew
2007-09-28
1
-1
/
+1
*
Fix processing of Connection headers in proxy
Nick Kew
2007-09-28
1
-10
/
+18
*
Fix adding out Via header in proxy response
Nick Kew
2007-09-27
1
-2
/
+2
*
Strip hop-by-hop headers in proxy response
Nick Kew
2007-09-27
1
-0
/
+8
*
Formatting. No functional change.
Nick Kew
2007-09-27
1
-22
/
+22
*
Remove tabs.
Jean-Frederic Clere
2007-09-19
1
-7
/
+7
[next]