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
/
mod_proxy_http.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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-29
1
-2
/
+2
*
* According to RFC 2616 8.2.3 we are not allowed to forward an
Ruediger Pluem
2008-05-29
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-09
1
-4
/
+0
*
core, mod_proxy: If a kept_body is present, it becomes safe for
Graham Leggett
2008-05-09
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-26
1
-1
/
+1
*
mod_proxy: add "nocanon" keyword to ProxyPass, to suppress
Nick Kew
2007-10-26
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-08
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
*
Propagate Proxy-Authorization header correctly
Nick Kew
2007-09-09
1
-11
/
+14
*
Fix proxy-sendchunk(s|ed) problem
Nick Kew
2007-09-02
1
-2
/
+4
*
proxy_http: don't wait for response body in a HEAD
Nick Kew
2007-08-30
1
-1
/
+2
*
create the brigate outside ap_proxygetline and reuse it.
Jean-Frederic Clere
2007-08-01
1
-8
/
+9
*
Improve traces in ap_proxy_http_process_response().
Jean-Frederic Clere
2007-06-21
1
-3
/
+27
*
HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone. Only
Jeff Trawick
2007-04-12
1
-2
/
+2
*
Re-add "proxy-sendextracrlf" first introduced in r157478 and silently removed
Justin Erenkrantz
2007-01-13
1
-0
/
+14
*
* Handle request bodies larger than 2 GB by converting the Content-Length
Ruediger Pluem
2006-12-12
1
-1
/
+4
*
Minor nit: why make the logic more complex than it needs to
Jim Jagielski
2006-08-28
1
-2
/
+2
*
Cleanup: Remove close_on_recycle from proxy_conn_rec.
Mladen Turk
2006-08-02
1
-2
/
+2
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
* server/core.c (default_handler): Use apr_brigade_insert_file() to
Joe Orton
2006-06-14
1
-22
/
+1
[next]