]> granicus.if.org Git - apache/history - modules/proxy/proxy_util.c
Fix 'comparison is always false due to limited range of data type'.
[apache] / modules / proxy / proxy_util.c
2010-11-18 Stefan FritschFix 'comparison is always false due to limited range...
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-14 Nick KewFix mod_proxy to support setting source address.
2010-11-07 Jeff Trawicklog how long worker will be disabled
2010-11-04 Rainer JungFollowup to r1026665: reset "cleaned" flag in
2010-10-30 Daniel Earl PoirierFix a number of typos and misspellings. Reported by...
2010-10-23 Graham Leggettmod_proxy: Release the backend connection as soon as...
2010-10-20 Graham LeggettOptimise the set flags in the mod_proxy structures.
2010-09-20 Jim JagielskiFold in possible use of FNV if desired
2010-08-24 Jeff Trawickap_proxy_retry_worker() only needs to spit out one...
2010-08-23 Jean-Frederic ClerePrevent race condition
2010-08-13 Ruediger Pluem* The forward and reverse worker do not keep connection...
2010-08-10 Jim JagielskiFold in some stuff to allow for matching of workers
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
2010-07-14 Jim JagielskiAllow for modules to keep track of worker slot
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-06-03 Stefan Fritschlog issues with CONNECT at request scope instead of...
2010-02-14 Rainer JungHandle the pathological case of a connect
2010-02-14 Rainer JungWe need to copy the forward proxy data, because it
2010-02-14 Rainer JungLimit sscanf format to the number of chars actually
2010-02-12 Rainer JungSupport remote https proxies by using HTTP CONNECT.
2010-01-22 Jeff Trawickfix maintainer mode ap_strstr() argument mismatch warnings
2009-12-26 Nick KewFix r893871 as noted by rpluem, to remove risk of retur...
2009-12-25 Nick KewProxy: fix ProxyPassReverse with relative URL
2009-06-26 Jean-Frederic ClereDon't set worker->s if already set (for balancer using...
2009-05-13 Jim JagielskiReturn APR_EGENERAL for the error
2009-05-13 Jean-Frederic ClereAllow the load balancing method to "create" workers.
2009-05-06 Ruediger Pluem* Fix syntax error
2009-05-05 Jim Jagielskioptimize.... rp! :)
2009-05-05 Jean-Frederic ClereChange the order of mod_proxy and mod_proxy_balancer...
2009-05-05 Jim JagielskiExplain empty code block (empty for now, that is) :)
2009-05-05 Ruediger Pluem* Silence compiler warning.
2009-05-05 William A. Rowe JrAs mentioned inline in comments, correctly handle more...
2009-05-05 William A. Rowe JrREVERT 771581 modules/proxy/ changes (miscommitted)
2009-05-05 William A. Rowe Jrcomplete r771579, refactoring mod_watchdog as loadable...
2009-04-27 Jim JagielskiFold in initial template for methods to be able to
2009-03-27 Jeff Trawickremove TPF support
2009-03-26 Jeff Trawickremove BeOS OS support
2009-03-10 Jim JagielskiNote for self: PPR drops the path info so we
2008-11-08 Ruediger Pluem* Rip out the old flushing approach for solving lifetim...
2008-10-22 Ruediger Pluem* Improve the way to detect whether buckets in the...
2008-10-15 Ruediger Pluem* Revert r703998.
2008-10-13 Ruediger Pluem* Make the connection timeout to backends work by tempo...
2008-09-19 Jim JagielskiAllow for the smax param to be 0, so that all connections
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
next