]> granicus.if.org Git - apache/history - modules/proxy/proxy_util.c
* Introduce environment variable proxy-initial-not-pooled to avoid reusing
[apache] / modules / proxy / proxy_util.c
2008-08-09 Ruediger Pluem* Introduce environment variable proxy-initial-not...
2008-08-09 Ruediger Pluem* Add the possibility to set a separate connection...
2008-08-04 Ruediger Pluem* Remove call to apr_reslist_destroy. With the latest...
2008-04-08 Jim JagielskiUse what we have. This logic belongs here anyway...
2008-02-14 Jim JagielskiNote why we aren't bothering to check that we have
2008-02-14 Jim JagielskiAdd in mod_jk's disablereuse analog for mod_proxy.
2008-02-06 Ruediger Pluem* Fix a typo (timout -> timeout)
2008-01-29 Jim JagielskiNow let things like
2007-12-20 Ruediger Pluem* Using the reslist pool for the proxy_conn_rec structu...
2007-12-18 Ruediger Pluem* Only sent a flush bucket down the chain if buckets...
2007-12-15 Ruediger Pluem* Tag the pools appropriately to ease memory debugging.
2007-12-15 Ruediger Pluem* Fix a SEGFAULT by ensuring that buckets that may...
2007-12-12 Ruediger Pluem* Do not register connection_cleanup as cleanup for...
2007-12-12 Ruediger Pluem* Fix another memory leak related to PR 44026. Now...
2007-12-11 Ruediger Pluem* Use a separate subpool to manage the data for the...
2007-12-08 Ruediger Pluem* Enable the proxy to keep connections persistent in...
2007-10-11 Jim JagielskiSemi-revert 583466; just remove the ap_proxy_isvalidenc()
2007-10-10 Jim JagielskiAbstract out "verification of valid encoding" via
2007-09-28 Nick KewFix keepalive to proxy backend
2007-09-12 Jean-Frederic Clerelb_score is bigger proxy_worker_stat. Prevent wasting...
2007-09-11 Ruediger Pluem* This check is now part of the PROXY_WORKER_IS_INITIAL...
2007-09-10 Jim JagielskiMaintain the illusion. It's not worth my time or
2007-09-09 Nick KewEscape error-notes correctly
2007-09-08 Nick KewCheck all IP addresses listed in ProxyBlock
2007-09-08 Nick Kewmod_proxy: Don't lose bytes when a response line arrive...
2007-09-07 Jim JagielskiReinstate the lb_score patch, but, protect against
2007-08-03 Jim Jagielski *) mod_proxy: Improve network performance by setting...
2007-08-02 Nick KewImprovement suggested by rpluem to proxy_date fix
2007-08-01 Nick KewFix buffer overflow in date handling
2007-06-25 Jean-Frederic ClereFix the timeout logic. The order is now:
2007-06-11 Jean-Frederic ClereArrange the proxy timeout behaviour.
2007-05-04 Jim JagielskiAbstract out (kinda) MSG_PEEK. This way when we
2006-12-09 Jim JagielskiIsolate the unlock return vals
2006-12-08 Jim JagielskiFailure to unlock is very nasty, so log it to help
2006-12-03 Ruediger Pluem* Ensure that at least scheme://hostname[:port] matches...
2006-11-10 Mladen TurkAdd alternate is_socket_connected by using APR functions.
2006-11-10 Mladen TurkRemove alternate is_socket_connected detection.
2006-11-01 Ruediger Pluem* Assign rv in the if statement to return the correct...
2006-10-03 Mladen TurkAdd missing include for experimental is_connected.
2006-10-02 Mladen TurkCleanup alternate is_connected method.
2006-09-30 Mladen TurkAdd alternative is_socket_connected implementation.
2006-09-30 Mladen TurkEnable retry=0 for the worker.
2006-09-14 Ruediger Pluem* PROXY_WORKER_IS_INITIALIZED checks if PROXY_WORKER_IN...
2006-08-14 Nick KewPR#37770: Don't try to use dead backend connection...
2006-08-08 Nick KewFix tabs introduced in r429875
2006-08-08 Nick KewPR#38448: don't URLencode tilde in path component
2006-08-08 Nick KewFix style (indentation at least) to apache style rules...
2006-08-02 Mladen TurkCleanup: Remove close_on_recycle from proxy_conn_rec.
2006-07-31 Mladen TurkCleanup: Remove checking for pre 2.0.46 MMN. It is
2006-07-13 Nick KewSupport environment variable interpolation in reverse...
2006-07-12 Jim JagielskiIt never fails. I sit on a patch for awhile and
2006-07-11 Jim JagielskiAdd in hot-standby balancer member. If all other members
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Jim JagielskiClean up some proxy macros. Avoid the use of magic
2006-04-20 Joe Orton* modules/proxy/proxy_util.c (ap_proxy_initialize_worke...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-19 Martin KraemerFix for platforms without threads: inreslist exists...
2006-04-15 Nick KewPR#39321 - don't segfault if a bad URL is specified...
2006-04-14 Ruediger Pluem* Avoid calling ap_proxy_http_cleanup twice as this...
2006-04-08 Ruediger Pluem* Check for an existing socket independant of an existi...
2006-03-30 Jim JagielskiDocument the removal of the flushing bandaid to a
2006-03-09 Jim JagielskiMake AJP flushing admin configurable.
2006-02-15 Jim Jagielski *) mod_proxy: Fix KeepAlives not being allowed and...
2006-02-14 Jim JagielskiOK, handle better the initializing of worker, separating
2006-02-14 Jim JagielskiI wondered why I never saw the scoreboard init entry...
2006-01-05 Ruediger Pluem* If a subrequest has a broken backend also set no_cach...
2006-01-02 Ruediger Pluem* Correctly signal broken backend connections up the...
2005-12-11 Jim JagielskiOK, while we ponder how best to reuse conn pools for...
2005-12-01 Jim JagielskiUntil we determine whether we should dip into the conne...
2005-11-30 Jim JagielskiCheck that conn->hostname is valid before we do the...
2005-11-29 Jim JagielskiFix case where a shared keepalive connection results in
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-01 Jim JagielskiMove to a different impl which was my 1st concept and...
2005-10-31 Jim JagielskiFix a problem where we are doing a case insensitive
2005-10-25 Ruediger Pluem* Fix PR36906 by not lower caseing the whole worker...
2005-10-12 Jim JagielskiPerformance Tune: Do the cheap and fast length check...
2005-10-12 Jim JagielskiFix -Wall warning... Thanks to Joe for the head's up!
2005-10-11 Jim Jagielskimod_proxy_balancer: BalancerManager and proxies correct...
2005-10-03 Ruediger Pluem* Fix style nits (whitespaces / formats of comments...
2005-09-29 Jim Jagielskide-ref bug - balancer is always not null since it's...
2005-09-09 Jim JagielskiProxy balancer lbmethods are now registered as provider...
2005-09-07 Jim JagielskiRestruct of lbmethod find-best algo's, bypassing hook...
2005-08-12 Martin KraemerGet rid of some warnings
2005-08-12 Jim Jagielskisimple, functional interface to add additional balancer...
2005-08-12 Nick KewFix mess left by incompleteness of previous ProxyPassRe...
2005-07-28 Mladen TurkAdd status param option so that current worker
2005-05-25 Paul Querna- Use apr_uri_t to parse the proxy URL, instead of...
2005-04-09 Mladen TurkRevert the latest hack for setting query string.
2005-04-09 Mladen TurkAdd r->args to uri->query if the original r->uri
2005-02-09 Jeff TrawickRemove formatting characters from ap_log_error() calls...
2005-02-08 Sander Striker* modules/proxy/proxy_util.c
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-03 Jim JagielskiClose PR 32459, 15207. API change for PROXY_DECLARE...
2005-01-24 Jim JagielskiAdd in a weighted byte count of all traffic (in and...
2005-01-11 Sander StrikerRewrite Cookies and other headers in mod_proxy_ajp...
2005-01-02 Mladen TurkKill the pool cleanup when closing non cachable connection.
2005-01-01 Mladen TurkFix closing connection for non-cachable proxies.
2005-01-01 Mladen TurkClose the connection for generic forward and
2004-12-31 Mladen TurkSimplify connection address and port resolving for...
2004-12-31 Mladen TurkDo not cache hostname and port for forward and
next