]> granicus.if.org Git - apache/history - modules/proxy
Only persist if we want it to
[apache] / modules / proxy /
2011-02-07 Jim JagielskiKeep track of how many workers we've used so far.....
2011-02-07 Jim JagielskiMutex around adding a new worker...
2011-02-04 Jim JagielskiLock around the time when we're mucking w/ balancers...
2011-02-04 Jim JagielskiHere we go... we can now, via balancer-manager, add new
2011-02-04 Jim Jagielskimight as well allow for the sticky session to be adjust...
2011-02-04 Jim JagielskiOops.... we need to adjust sticky, which is an array now
2011-02-04 Jim JagielskiAnd yet more balancer params that can be changed at...
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-02 Jim JagielskiInstead of just enabling/disabling, we can now adjust
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-02-01 Jim JagielskiWe can now change lbmethod at runtime.
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 Jim JagielskiMake it clear that '_' is a possible char and accepted
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-17 Rainer Jungmod_slotmem_shm is a predecessor of
2011-01-13 Jim JagielskiDisplay number of members possible per balancer
2011-01-13 Jim JagielskiAnd check the nonce, taking care to ensure that the
2011-01-13 Jim JagielskiMove nonce to balancer struct and add logic for nonce...
2011-01-13 Jim JagielskiSet some defaults... do it here @ worker creation,...
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-06 Ruediger Pluem* Be ANSI C compatible
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 LeggettUpdate the comment to indicate what the backend request...
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-30 Graham LeggettFix a spin should we encounter a corrupt bucket from...
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-12-21 Graham LeggettThe alias_set variable is set when a parent location...
2010-12-20 William A. Rowe JrText, please
2010-11-26 Ruediger Pluem* Put a note in the connection notes that the SSL hands...
2010-11-18 Stefan FritschFix 'comparison is always false due to limited range...
2010-11-18 Stefan Fritschmod_proxy: Fix ProxyPassInterpolateEnv directive.
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-14 Nick KewFix mod_proxy to support setting source address.
2010-11-07 Jeff Trawickmark connection for close after the return from
2010-11-07 Jeff Trawicklog how long worker will be disabled
2010-11-07 Jeff Trawickimprove wording of some function descriptions
2010-11-07 Jeff Trawickaxe outdated comment about FIXMEs/CHECKMEs
2010-11-07 Jeff Trawickavoid duplicate end-of-stdin header
2010-11-05 Jim Jagielskia pointer optim.
2010-11-05 Eric CovenerPR47765: ProxyPass and ProxyPassReverse should not...
2010-11-05 Jeff Trawickrepeat apr_poll() while EINTR
2010-11-05 Eric CovenerPR50220: keep on chugging after EINTR in mod_proxy_connect
2010-11-04 Graham LeggettFix a pool lifetime issue: Make sure we clean up our...
2010-11-04 Rainer JungFollowup to r1026665: reset "cleaned" flag in
2010-11-01 Daniel Earl PoirierAdd to modules' help text (displayed by ./configure...
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-23 Stefan FritschRemove needless pool cleanup. ap_pregcomp already regis...
2010-10-22 Graham LeggettFix an inline variable declaration.
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-10-19 Graham LeggettAvoid unnecessariy initialisation before we test handle...
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-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-22 Rainer JungChange behaviour of worker sharing.
2010-08-22 Rainer JungMinor style nits.
2010-08-20 Jeff Trawickmod_proxy: Rename erroronstatus to failonstatus...
2010-08-18 Jim JagielskiPull out "does request have a body" logic to a central
2010-08-18 Jean-Frederic ClereDon't log errors when we can't send to client, just...
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-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-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-08-06 Jeff Trawickcomment fixes for "send" vs. "sent"
2010-08-03 Stefan Fritschremove more useless use of strlen
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-07-14 Jim JagielskiAllow for modules to keep track of worker slot
2010-07-11 Jeff Trawickfollow up to r930125
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-19 Stefan Fritsch- Add reallyall option to configure to build everything...
2010-06-18 Ruediger Pluem* Ensure that we only return a non fatal error if the...
next