]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy.c
Display worker status under server-status
[apache] / modules / proxy / mod_proxy.c
2004-09-16 Mladen TurkDisplay worker status under server-status
2004-09-16 Mladen TurkAdd maximum nuber of attempts for failover and run...
2004-09-15 Mladen TurkRegister output function so that core can retrieve...
2004-09-11 Mladen TurkAdd more comments to the code -- No functional change.
2004-09-11 Mladen TurkDo not add forward proxy to other proxies. Use new...
2004-09-10 Mladen TurkInitialize the forward proxy worker too.
2004-09-10 Mladen TurkJust like for balancers initialize the workers on post_...
2004-09-09 Mladen TurkAdd PROXY_WORKER_IGNORE_ERRORS flags that
2004-09-09 Mladen TurkAdd 'default' foward proxy worker to the proxy_server_conf.
2004-08-26 André Maloremove unused variables and fix some compiler warnings...
2004-08-26 Mladen TurkAdd pool used for allocating proxy_server_conf to that...
2004-08-25 Mladen TurkUntabify the code. Have no idea who put all those tabs...
2004-08-25 Mladen TurkAdded ProxySet directive (can be rename to something...
2004-08-25 Mladen TurkRemove BalancerStickySession directive.
2004-08-24 Justin ErenkrantzClean up some bogus error messages.
2004-08-18 Jean-Frederic ClerePrevent / beeing accepted wrongly by the proxy when...
2004-08-13 Jeff Trawickfix format string mismatch (int vs. apr_time_t)
2004-08-11 William A. Rowe JrSmall status displaying fix.
2004-08-11 William A. Rowe JrAdded proxy status for conf, and elected member to...
2004-08-11 William A. Rowe JrMake sure that if the pre_request was called that the...
2004-08-11 William A. Rowe JrUse the pool for add_worker call.
2004-08-11 William A. Rowe JrAdd pool to functions for setting worker and balancer...
2004-08-11 William A. Rowe JrFix some config checking params.
2004-08-11 William A. Rowe JrChange the scheme handler hook to include worker.
2004-08-11 William A. Rowe JrAdded KeepAlive worker option.
2004-08-11 William A. Rowe JrAdded iobuffersize and receivebuffersize to be worker...
2004-08-11 William A. Rowe JrAdded timeout_set for worker. Each worker can have...
2004-08-11 William A. Rowe JrAdded acquire timeout for obtaining resources from...
2004-08-11 William A. Rowe JrRemove proxy_mdule_conf.
2004-08-11 William A. Rowe JrRemove proxy_conn struct and add it's params to proxy_c...
2004-08-11 William A. Rowe JrAdd worker timeout inherited from ProxyTimeout.
2004-08-11 William A. Rowe JrRemove unusable code. The constructor and destructor...
2004-08-11 William A. Rowe JrUse pre_pequest function and set proxy_module_conf...
2004-08-11 William A. Rowe Jrdup real and fake
2004-08-11 William A. Rowe JrAdd pre_request and post_request proxy hooks.
2004-08-11 William A. Rowe JrRemove all worker/balancer API's to proxy_util.
2004-08-11 William A. Rowe JrAdded API for creating balancers.
2004-08-11 William A. Rowe JrUse RAW_ARGS instead ITERATE.
2004-08-11 William A. Rowe JrMove worker params parsing to a separate function.
2004-08-11 William A. Rowe JrMove min,smax and hmax params to worker, so they can...
2004-08-11 William A. Rowe JrObtain balancer using API.
2004-08-11 William A. Rowe JrUse API instead directly obtaining worker and balancer.
2004-08-11 William A. Rowe JrEnable backwards compatibility with 2.0-HEAD, define...
2004-07-04 André Malobadly encoded urls could cause a null byte skipping...
2004-07-04 André Malostyle
2004-07-03 André Malofix a bunch of compiler warnings
2004-06-29 Nick KewFix for multiple proxy bugs - review please:
2004-04-10 André MaloFix a bunch of cases where the return code of the regex...
2004-02-28 Joe OrtonMove mod_ssl-internal interfaces into ssl_private.h...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-09-30 Bradley NicholesCheck to make sure that the file name is not NULL befor...
2003-02-18 André MaloHook mod_proxy's fixup before mod_rewrite's fixup,...
2003-02-03 André Malofinished that boring job:
2002-10-14 Jim JagielskiHaven't heard any vetoes regarding this, so might as...
2002-09-08 Brian PaneCheck that r->filename is non-null before trying to use
2002-07-08 William A. Rowe Jr Changes for deprecated apr_is_fnmatch
2002-07-06 Ian HolsmanRenames Pending:
2002-06-23 William A. Rowe Jr No crutches, people!
2002-06-12 William A. Rowe Jr Solve the 80/20 by initializing and storing server_re...
2002-05-30 Justin ErenkrantzSwitch mod_proxy to using the brigade/filter calls...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-04-24 Graham LeggettAdd an intelligent error message should no proxy submod...
2002-04-08 Doug MacEachernPR:
2002-04-07 Doug MacEachernfix ProxyPass when frontend is https and backend is...
2002-04-01 William A. Rowe Jr Fix another linkage error for 2.0.34 and cvs head
2002-03-29 Doug MacEachernimport ssl_proxy_enable in the post config phase, other...
2002-03-29 Doug MacEachernhook into mod_ssl for https support
2002-03-21 Graham LeggettChange the header merging behaviour in proxy, as some...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-09 Jeff Trawickprovide missing MAX() macro so that proxy can compile...
2002-03-09 Graham LeggettNew directive ProxyIOBufferSize. Sets the size of the...
2002-02-27 Jim JagielskiAdd the ProxyRemoteMatch directive to the mod_proxy
2002-02-12 Bill StoddardOut foul tabs. No function change.
2002-02-01 Ian Holsmanmissed a '&'
2002-01-30 Ian Holsmanadd a ProxyTimeout directive
2002-01-30 Martin KraemerMinor tipos
2002-01-29 Ian Holsmannew directive 'ProxyPreserveHost' which allows the...
2002-01-29 Ian Holsmanconfiguration change.
2002-01-17 Jeff TrawickFix a problem in the parsing of the <Proxy foo> directive.
2001-11-29 Ian Holsmanr->headers_in is shared by original requests and compon...
2001-11-17 Ian HolsmanProxyPass wasn't sending the right URL through to the...
2001-10-19 William A. Rowe Jr And where, praytell, should mod_proxy.c find ap_send_...
2001-10-18 William A. Rowe Jr As GStein points out... comment here would be helpful
2001-10-11 William A. Rowe Jr Aye, it's bogus. Something very odd about short...
2001-09-28 Graham LeggettFix the "merge" behaviour of the ProxyErrorOverride...
2001-09-28 Graham LeggettSome style cleanups related to the ProxyErrorOverride...
2001-09-27 Victor J. OrlikowskiChange ProxyHTTPOverrideReturnedErrors command to Proxy...
2001-09-26 Ian Holsmanchange command name so that it starts with 'Proxy'
2001-09-20 Ian HolsmanAdded New Option 'HTTPProxyOverrideReturnedErrors'...
2001-08-28 Graham LeggettFix some warnings...
2001-08-26 William A. Rowe Jr Split proxy: space using <Proxy[Match] > directive...
2001-08-20 Ian Holsmanadjust to apr_uri_ rename
2001-08-15 Victor J. OrlikowskiFix an off-by-one error in an argument to apr_pstrcat.
2001-07-31 Victor J. OrlikowskiNobody screamed. ;)
2001-07-09 Chuck Murckofix params for logging call
2001-06-26 Ian HolsmanFixed up formatting (removed tabs)
2001-06-26 Ian HolsmanProxyPass & ProxyPass Reverse now can be specified...
next