]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy_http.c
* Fix processing of chunked responses if Connection: Transfer-Encoding is
[apache] / modules / proxy / mod_proxy_http.c
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
2005-03-30 Sander Striker* modules/proxy/mod_proxy_http.c
2005-03-14 Justin Erenkrantzmod_proxy: Add proxy-sendextracrlf option to send an...
2005-02-24 Joe Orton* modules/proxy/mod_proxy_http.c (ap_proxy_http_process...
2005-02-08 Jim JagielskiIf we rec' a bad response header line, ignore what...
2005-02-07 Jim JagielskiBetter handle the case where ProxyBadHeader StartBody is
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-03 Sander StrikerAlso translate Destination headers when ProxyPassReverse'd
2005-02-03 Sander StrikerRename proxy modules.