]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy.h
mod_proxy: Remove dead code.
[apache] / modules / proxy / mod_proxy.h
2011-12-03 Graham Leggettmod_proxy: Remove dead code.
2011-12-03 Graham Leggettmod_proxy: Make the ap_proxy_is* functions private.
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 Graham Leggettmod_proxy: Move ap_proxy_string_read() out of the publi...
2011-12-02 Graham Leggettmod_proxy: Make ap_proxy_retry_worker() into an optiona...
2011-12-01 Jim JagielskiUse 2 sep hashing functions to account for collisions...
2011-11-29 Jim JagielskiSome optimization... we have a hash, use it. Quicker...
2011-11-29 Jim JagielskiLogic which makes the balancer "active" or not... so...
2011-11-29 Jim JagielskiInstead of running thru all kinds of logic paths, just...
2011-11-28 Jim JagielskiPull this out as a sep function to allow for full vhosting
2011-11-28 Jim Jagielski"Final" (I hope) proxy struct/API changes in order...
2011-11-28 Jim JagielskiError-check.
2011-11-25 Jim JagielskiMove useful and shared balancer stuff to the shm slot...
2011-11-25 Jim JagielskiAllow compile time changes of field sizes and be more
2011-11-03 Stefan FritschModify placement of PROXY_DECLARE_DATA to fix build...
2011-10-29 Guenter KnaufRemoved prototype which had no implementation.
2011-10-14 Stefan FritschThere is absolutely no reason to have two 4k-sized...
2011-10-09 Stefan FritschRemove ap_proxy_removestr(). It has been unused for...
2011-09-13 Jim JagielskiImplement draining capability for proxy workers......
2011-05-20 Jim JagielskiAdd in BalancerGrowth and its functionality... this...
2011-04-03 Guenter KnaufFixed only some proxy prototype formats.
2011-03-31 Jim JagielskiIf we change the LB method, or we take add in a new
2011-03-29 Jeff Trawickchange signed single-bit fields to unsigned
2011-02-18 Jim JagielskiNo longer depend on how fork() works when laying out...
2011-02-09 Jim JagielskiUgg... unbalanced workers *do* need a mutex as well...
2011-02-08 Jim JagielskiRemove the thread mutex from the worker... it really...
2011-02-08 Jim JagielskiExpose this as part of the API. That way, other code...
2011-02-04 Jim JagielskiHere we go... we can now, via balancer-manager, add new
2011-02-02 Jim JagielskiNo need to pollute the whole namespace...
2011-02-02 Jim JagielskiOptimize... create a struct to hold the worker status...
2011-02-01 Jim JagielskiAgain, abstract out the worker status magic to it's...
2011-02-01 Jim Jagielskibitfields should be unsigned
2011-02-01 Jim JagielskiMove the setting of flags into a func... that way there is
2011-01-31 Jim JagielskiMove the lbmethod to also allow it to be adjusted runtime
2011-01-31 Jim Jagielskituck away code that lets us ensure that the id is always
2011-01-31 Jim JagielskiMove some "nice to be able to change" balancer stuff...
2011-01-19 Igor GalićAdd a patch from Vincent Deffontaines to make the addin...
2011-01-19 Jim JagielskiMake the balancer shared memory slot more human readabl...
2011-01-17 Rainer JungAlign proxy_worker_shared in slotmem shm
2011-01-13 Jim JagielskiMove nonce to balancer struct and add logic for nonce...
2011-01-13 Jim Jagielskiwhitespace
2011-01-13 Jim JagielskiBuilds and passes tests as prefork... good save state
2011-01-13 Jim JagielskiAdjust for conf->workers being *proxy_worker and balanc...
2011-01-13 Jim JagielskiMore movement to shared stuff...
2011-01-13 Jim JagielskiOK... a good commit point (we don't quite compile yet...
2011-01-13 Jim JagielskiUse branch now
2011-01-05 Graham LeggettUpdate the comment to indicate what the backend request...
2010-12-23 Ruediger Pluem* The concept of the cleaned flag is flawed: Once we...
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 Trawickimprove wording of some function descriptions
2010-11-07 Jeff Trawickaxe outdated comment about FIXMEs/CHECKMEs
2010-10-30 Daniel Earl PoirierFix a number of typos and misspellings. Reported by...
2010-10-23 Graham LeggettOptimise more of the flags within proxy structures.
2010-10-23 Graham Leggettmod_proxy: Release the backend connection as soon as...
2010-10-22 Graham Leggettmod_proxy: Optimise ProxyPass within a Location so...
2010-10-20 Graham LeggettOptimise the set flags in the mod_proxy structures.
2010-10-20 Graham Leggettmod_proxy: Move the ProxyErrorOverride directive to...
2010-09-20 Jim JagielskiFold in possible use of FNV if desired
2010-08-10 Jim JagielskiFold in some stuff to allow for matching of workers
2010-07-14 Jim JagielskiAllow for modules to keep track of worker slot
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-03 Stefan Fritschlog issues with CONNECT at request scope instead of...
2010-04-22 Jean-Frederic ClereAdd updatelbstatus to allow to have all the LB logic...
2010-04-01 Nick KewProxy balancer: support setting error status according to
2010-02-12 Rainer JungSupport remote https proxies by using HTTP CONNECT.
2010-02-12 Rainer JungFix typo in comment.
2009-12-30 Takashi SatoMove ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.
2009-12-29 Takashi SatoMove AllowCONNECT from mod_proxy to mod_proxy_connect.
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-10-11 Stefan FritschAllow ProxyPreserveHost to work in <Proxy> sections
2009-09-17 Jim Jagielskikinda old
2009-05-13 Jean-Frederic ClereAllow the load balancing method to "create" workers.
2009-05-13 Jean-Frederic Clereserver_rec *r... Oops should be server_rec *s.
2009-05-12 Jean-Frederic ClereArrange the proxy_balancer_method:
2009-05-05 Jim Jagielskifix docco
2009-05-05 Jim Jagielskioptimize.... rp! :)
2009-05-05 Jean-Frederic ClereChange the order of mod_proxy and mod_proxy_balancer...
2009-04-27 Jim JagielskiFold in initial template for methods to be able to
2008-12-12 Paul QuernaAdd configuration of the Flush provider for mod_proxy_f...
2008-11-08 Ruediger Pluem* Rip out the old flushing approach for solving lifetim...
2008-08-21 Jim JagielskiAllow determination of whether to use ';' as
2008-08-09 Ruediger Pluem* Add the possibility to set a separate connection...
2008-05-28 Nick KewSwitch ftp_directory_charset and interpolate_env in...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-02-14 Jim JagielskiAdd in mod_jk's disablereuse analog for mod_proxy.
2007-12-31 William A. Rowe JrIntroduce the ProxyFtpDirCharset directive, allowing...
2007-12-15 Ruediger Pluem* Fix a SEGFAULT by ensuring that buckets that may...
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-28 Nick KewUpdate the patch for environment variable interpolation in
2007-10-26 Nick Kewmod_proxy: add "nocanon" keyword to ProxyPass, to suppress
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-10-02 Nick KewDefault to NOT setting Max-Forwards in violation of...
2007-09-10 Jim JagielskiMaintain the illusion. It's not worth my time or
2007-09-09 Jim JagielskiReinsert extern int PROXY_DECLARE_DATA proxy_lb_workers
next