]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy_http.c
mod_proxy_http: Make sure that when an ErrorDocument is served
[apache] / modules / proxy / mod_proxy_http.c
2010-02-13 Graham Leggettmod_proxy_http: Make sure that when an ErrorDocument...
2009-11-19 Jeff Trawickfix or complain about some invalid errno references
2009-10-11 Stefan FritschAllow ProxyPreserveHost to work in <Proxy> sections
2009-08-23 Nick KewReturn consistent error status for proxy unable to...
2009-07-02 Joe OrtonSecurity fix for CVE-2009-1890:
2009-06-17 Nick Kewmod_proxy_http: fix case sensitivity checking transfer...
2009-05-25 Nick KewFix IPv6 literal addresses passed to a proxied backend.
2009-04-01 Ruediger Pluem* Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN...
2009-01-10 Eric Coveneruse ap_log_rerror instead of r->server per niq's comments
2009-01-09 Eric Covenerpass a server_rec to ap_log_error on two interim respon...
2008-11-08 Ruediger Pluem* Rip out the old flushing approach for solving lifetim...
2008-10-22 Jim JagielskiRemove potential for memory leak... allocate on this
2008-09-20 Jim JagielskiFor timeouts, behave as before and not drop.
2008-08-12 Jeff Trawickcomment tweak
2008-08-09 Ruediger Pluem* Introduce environment variable proxy-initial-not...
2008-06-10 Jim Jagielskimove back to inner loop... fails otherwise
2008-06-10 Jim JagielskiPatch for CVE-2008-2364...
2008-05-29 Ruediger Pluem* Do this later as we might leave the function anyway...
2008-05-29 Ruediger Pluem* According to RFC 2616 8.2.3 we are not allowed to...
2008-05-27 Ruediger Pluem* mod_proxy_http.c
2008-05-09 Graham LeggettRemove extra cruft that ended up in a commit.
2008-05-09 Graham Leggettcore, mod_proxy: If a kept_body is present, it becomes...
2008-04-21 Jean-Frederic ClereTypo.
2008-04-20 Jim JagielskiSet at init time, and combine comments
2008-04-19 Ruediger Pluem* Do not add the query string again in the case that...
2008-04-17 Jim Jagielskihandle ? in cases where nocanon is in effect
2008-04-08 Ruediger Pluem* In the case that we fail to read the response line...
2008-02-01 Ruediger Pluem* Fix comment. No functional change.
2008-01-29 Ruediger Pluem* Fix processing of chunked responses if Connection...
2008-01-11 Eric Covener *) mod_proxy_http: Return HTTP status codes instead...
2007-12-08 Ruediger Pluem* Enable the proxy to keep connections persistent in...
2007-10-26 Nick KewAdd option not to send&clear response headers in ap_sen...
2007-10-26 Nick Kewmod_proxy: add "nocanon" keyword to ProxyPass, to suppress
2007-10-11 Joe Orton* modules/proxy/mod_proxy_http.c (ap_proxy_http_registe...
2007-10-11 Jim Jagielski(forward) proxy should not be verifying/checking for
2007-10-10 Jim JagielskiAbstract out "verification of valid encoding" via
2007-10-09 Nick Kewmissing include!
2007-10-08 Nick Kewmod_proxy_http: Don't unescape/escape forward proxied...
2007-10-07 Nick KewPurge tabs in r582631
2007-10-07 Nick Kewmod_proxy_http: Correctly forward unexpected interim...
2007-10-01 Nick KewNo change, but they won't let me have foo
2007-09-30 Nick KewProxy: remove Warning headers with wrong date
2007-09-28 Nick KewFix typo in header name "Trailer"
2007-09-28 Nick KewFix processing of Connection headers in proxy
2007-09-27 Nick KewFix adding out Via header in proxy response
2007-09-27 Nick KewStrip hop-by-hop headers in proxy response
2007-09-27 Nick KewFormatting. No functional change.
2007-09-19 Jean-Frederic ClereRemove tabs.
2007-09-09 Nick KewPropagate Proxy-Authorization header correctly
2007-09-02 Nick KewFix proxy-sendchunk(s|ed) problem
2007-08-30 Nick Kewproxy_http: don't wait for response body in a HEAD
2007-08-01 Jean-Frederic Clerecreate the brigate outside ap_proxygetline and reuse it.
2007-06-21 Jean-Frederic ClereImprove traces in ap_proxy_http_process_response().
2007-04-12 Jeff TrawickHTTP proxy ProxyErrorOverride: Leave 1xx and 3xx respon...
2007-01-13 Justin ErenkrantzRe-add "proxy-sendextracrlf" first introduced in r15747...
2006-12-12 Ruediger Pluem* Handle request bodies larger than 2 GB by converting...
2006-08-28 Jim JagielskiMinor nit: why make the logic more complex than it...
2006-08-02 Mladen TurkCleanup: Remove close_on_recycle from proxy_conn_rec.
2006-07-11 Roy T. Fieldingupdate license header text
2006-06-14 Joe Orton* server/core.c (default_handler): Use apr_brigade_inse...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-14 Ruediger Pluem* Avoid calling ap_proxy_http_cleanup twice as this...
2006-02-20 Ruediger Pluem* Disable persistent connections for SSL backends again...
2006-02-15 Jim Jagielski *) mod_proxy: Fix KeepAlives not being allowed and...
2006-02-13 Ruediger Pluem* Use the correct pool for apr_table_copy. Otherwise...
2006-02-11 Ruediger Pluem* Do not close the backend connection, because the...
2006-02-11 Ruediger Pluem* Do not remove the connection headers from r->headers_...
2006-01-05 Ruediger Pluem* Call ap_proxy_http_cleanup after ap_log_rerror becaus...
2006-01-02 Ruediger Pluem* Correctly signal broken backend connections up the...
2005-12-20 Jim JagielskiMorph the ap_http_broken_backend_filter() proxy "specific"
2005-12-18 Ruediger Pluem* If the mod_proxy backend connection broke in the...
2005-12-11 Ruediger Pluem* revert r355823 and r355837
2005-12-11 Ruediger Pluem* Move handling of backends that broke after the header...
2005-12-07 Justin ErenkrantzAdd a comment and use proper grammar for another comment.
2005-12-07 Justin ErenkrantzIf we get an error reading the upstream response, we...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-10-21 Ruediger Pluem* Fix PR37145 (data loss with httpd-2.0.55 reverse...
2005-08-10 Nick KewFix ProxyPassReverse & family to work correctly in...
2005-08-09 Joe Orton* modules/proxy/mod_proxy_http.c (stream_reqbody_cl...
2005-08-09 William A. Rowe Jr Hopefully, address the last edge case where status may
2005-08-08 William A. Rowe Jr Two blank lines for clarity; whitespace only change.
2005-08-08 William A. Rowe Jr We already accept 80 bytes less than the client body...
2005-08-08 William A. Rowe Jr Drop an impossible case; the while() loop already...
2005-08-08 William A. Rowe Jr Fix a double-termination case in svn trunk/; we termi...
2005-08-08 William A. Rowe Jr An impossible-to-hit edge case today; we described...
2005-07-25 Joe Orton* modules/proxy/mod_proxy_http.c (stream_reqbody_cl...
2005-07-18 William A. Rowe Jr Yet another snafu in body handling. We need to clear...
2005-07-18 William A. Rowe Jr Fix broken while () {} loops (lingering code from...
2005-07-15 William A. Rowe Jr On Roy's suggestion; why wait to try to clear out...
2005-07-15 William A. Rowe Jr Fix a style problem; b is ambigous (is it a brigade...
2005-07-15 William A. Rowe Jr leaving force-proxy-request-1.0 for broken clients...
2005-07-14 William A. Rowe Jr Missed an edge case; once we know the C-L didn't...
2005-07-14 William A. Rowe Jr How can I fix thee? let me count the ways...
2005-07-13 William A. Rowe Jr Fix two fat-fingered typos from commit 216156. Code...
2005-07-13 William A. Rowe Jr send_request_body and indentation made it very diffic...
2005-07-13 William A. Rowe Jr End abuse of apr_strnat[case]cmp - it isn't str[case...
2005-07-08 William A. Rowe Jr Fix a ton of wrong/silly indention, and clarify the...
2005-06-23 Jeff Trawickproxy HTTP: If a response contains both Transfer-Encodi...
2005-04-01 Joe Orton* modules/proxy/mod_proxy_http.c (ap_proxy_http_process...
2005-03-30 Sander Striker* modules/proxy/mod_proxy_http.c
next