]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy.h
We were not being consistent between http and others
[apache] / modules / proxy / mod_proxy.h
2013-11-16 Jim JagielskiWe were not being consistent between http and others
2013-11-09 Jim JagielskiExpand some of these fields... mostlt it's the workers...
2013-10-17 Jim JagielskiPut the uds path in its own field, and adjust the logic
2013-10-14 Jim JagielskiEnsure that userland format of UDS is the same as how...
2013-10-11 Jim JagielskiReformat the UDS support inline with a new naming struc...
2013-09-25 Jeff Trawickmod_proxy: Add ap_connection_reusable() for checking...
2013-08-23 Jim JagielskiAllow for a simple socket check in addition to the
2013-08-13 Jeff Trawickfix Doxygen warnings/comments
2013-05-16 Jim Jagielskiupdate comments
2013-05-14 Graham Leggettcore: Stop the HTTP_IN filter from attempting to write...
2013-05-13 Graham Leggettmod_proxy, mod_proxy_http: Connection headers must...
2013-05-09 Jim JagielskiMod_proxy used the global pool w/o mutex. fix.
2013-04-09 Daniel RuggeriAdd failontimeout to allow server admin to mark balance...
2013-03-07 Jim JagielskiPull out duplicated code to proxy_util...
2013-03-01 Jim JagielskiAdd in rough uds support (Bugx 54101) from Blaise Tarr...
2013-02-21 Jim Jagielskirealign and fix logic
2013-01-28 Jim JagielskiProxyPassInherit directive
2012-12-14 Jim JagielskiAllow for searching w/i shm slots for a specific worker...
2012-12-14 Rainer JungUse inherit_set to let the global server set
2012-12-14 Jim JagielskiAnticipate ordering for 2.4 backport
2012-12-06 Jim JagielskiAPI sync... not crucial for trunk
2012-11-01 Jim JagielskiAllow for setting of sticky session split char...
2012-09-20 Jim JagielskiOK, enable/allow previous broken, bad behavior iff...
2012-09-18 Jim JagielskiPersist local balancer-manager changes across restart...
2012-07-24 Joe OrtonFix handling of ProxyBlock if a forward proxy is config...
2012-03-28 Ruediger Pluem* Add the forcerecovery balancer parameter that determi...
2012-02-09 Jim JagielskiHandle cases, esp when using mod_proxy_fcgi, when we...
2012-01-05 William A. Rowe JrCure size_t abuse, curse some recent code [recommit...
2012-01-05 William A. Rowe JrRevert a whole mess that was not ment to be committed
2012-01-05 William A. Rowe JrCure size_t abuse, curse some recent code
2011-12-03 Graham Leggettmod_proxy: Remove dead code ap_proxy_table_unmerge().
2011-12-03 Graham Leggettmod_proxy: Move ap_proxy_strmatch_path and ap_proxy_str...
2011-12-03 Graham Leggettmod_proxy: Remove ap_proxy_make_fake_req() from the...
2011-12-03 Graham Leggettmod_proxy: Remove dead PROXY_OPTIONAL_HOOK macro.
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...
next