]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy.c
Close PR 32459, 15207. API change for PROXY_DECLARE ap_proxy_canonenc()
[apache] / modules / proxy / mod_proxy.c
2005-02-03 Jim JagielskiClose PR 32459, 15207. API change for PROXY_DECLARE...
2005-02-01 Mladen TurkFix #32367 support for ProxyPass /foo !
2005-01-24 Jim JagielskiAdd in a weighted byte count of all traffic (in and...
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-12-16 Jim Jagielskisimplify the BalancerMember load factor weighting....
2004-12-14 Cliff Woolley"transfered" is not a word.
2004-12-14 Jim Jagielskigrammatical parameter change... "readed" -> "read"
2004-12-14 Mladen TurkMake proxy address cache thread safe and available...
2004-12-01 Mladen TurkAdd generic reverse proxy worker so that module-driven...
2004-10-14 Mladen TurkMerge the proxy_status too. Thanks to Christian von...
2004-09-29 Mladen TurkUse apr_strftime instead our own format_byte_out function.
2004-09-28 Mladen TurkMake sure that we don't increase balancer worker count on
2004-09-26 Mladen TurkInitialize workers for every virtual server not just...
2004-09-26 Mladen TurkRemove proxy_runtime_worker and make the things simpler by
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
next