]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy_http.c
Further clarify the naming of the entity that originates the request by
[apache] / modules / proxy / mod_proxy_http.c
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_make_fake_req() from the...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_date_canon() from the public...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_buckets_lifetime_transform...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_liststr(), it duplicates...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-18 Stefan Fritschgreat proxy logging cleanup:
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-08-05 Stefan Fritschmod_proxy_http, mod_proxy_connect: Add 'proxy-status...
2011-05-11 Stefan FritschUse APR_STATUS_IS_... in some more cases.
2011-02-11 Ruediger Pluem* Play safe if the notes table does not contain an...
2011-01-19 Igor GalićAdd a patch from Vincent Deffontaines to make the addin...
2011-01-13 Jim JagielskiMore movement to shared stuff...
2011-01-05 Jeff Trawickfix comment
2011-01-05 Jim Jagielskiupdate comment
2011-01-05 Graham LeggettMake sure we clone the table rather than copy it, to...
2011-01-05 Graham Leggettmod_proxy_http: Allocate the fake backend request from...
2011-01-04 Graham Leggettmod_proxy_http: Ensure that when the backend is closed...
2010-12-30 Graham LeggettChange another variable that could be confused for...
2010-12-29 Ruediger Pluem* Fix r1039304 and make the patch similar to the one...
2010-12-23 Ruediger Pluem* The concept of the cleaned flag is flawed: Once we...
2010-12-23 Ruediger Pluem* Do not fiddle around with the close field if we might...
2010-11-26 Ruediger Pluem* Put a note in the connection notes that the SSL hands...
2010-11-16 Graham LeggettWhen the proxy closes the backend connection early...
2010-11-16 Graham LeggettRevert r1035504, this was the wrong way to do it.
2010-11-16 Graham LeggettFix pool lifetime issues when the proxy backend connect...
2010-11-04 Graham LeggettFix a pool lifetime issue: Make sure we clean up our...
2010-10-23 Graham Leggettmod_proxy: Release the backend connection as soon as...
2010-10-23 Stefan FritschRemove needless pool cleanup. ap_pregcomp already regis...
2010-10-22 Graham LeggettFix an inline variable declaration.
2010-10-20 Graham Leggettmod_proxy: Move the ProxyErrorOverride directive to...
2010-09-22 Jeff Trawickaxe an unnecessary call to sscanf() when parsing the...
2010-09-21 Ruediger Pluem* LimitRequestBody does not affect Proxy requests ...
2010-08-18 Jim JagielskiPull out "does request have a body" logic to a central
2010-08-17 Jim JagielskiFix comment and code to be what it should have been/
2010-08-17 Jim JagielskiFurther checks for non-body requests...
2010-08-17 Jim Jagielskidetab
2010-08-16 Jim JagielskiFor backends which are HTTP/1.1, do a quick test (ping)
2010-06-10 Rainer JungUse APR_STATUS_IS_TIMEUP instead of direct compare...
2010-06-06 Stefan Fritsch- Be less verbose at levels INFO and DEBUG in mod_proxy...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-03-10 Stefan Fritschlog remote server port in various places
2010-02-20 Nick Kewmod_proxy_http: get the headers right in a HEAD request...
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...
next