]> 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
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
2007-09-07 Jim JagielskiReinstate the lb_score patch, but, protect against
2007-09-05 Jim JagielskiBe proactively safe. A cheap check, but helps prevents...
2007-06-25 Jean-Frederic ClereAdd sticky_path to solve PR41897.
2007-05-12 Jim JagielskiAdd regex pattern matching to ProxyPass, allowing,
2006-10-03 Jeff Trawickspellcheck
2006-09-30 Mladen TurkMove new struct member to the end of the struct,
2006-09-30 Mladen TurkEnable retry=0 for the worker.
2006-08-02 Mladen TurkCleanup: Remove close_on_recycle from proxy_conn_rec.
2006-07-31 Jim JagielskiAdd in a very simple balancer "set" concept, which...
2006-07-31 Mladen TurkCleanup: Remove checking for pre 2.0.46 MMN. It is
2006-07-25 Mladen TurkAdded cping/cpong support for the AJP protocol.
2006-07-13 Nick KewSupport environment variable interpolation in reverse...
2006-07-12 Jim JagielskiIt never fails. I sit on a patch for awhile and
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-11 Jim JagielskiClean up some proxy macros. Avoid the use of magic
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-14 Ruediger Pluem* Avoid calling ap_proxy_http_cleanup twice as this...
2006-03-30 Jim JagielskiDocument the removal of the flushing bandaid to a
2006-03-09 Jim JagielskiMake AJP flushing admin configurable.
2006-01-02 Ruediger Pluem* Correctly signal broken backend connections up the...
2005-12-11 Ruediger Pluem* revert r355823 and r355837
2005-12-11 Ruediger Pluem* Move handling of backends that broke after the header...
2005-09-09 Jim JagielskiProxy balancer lbmethods are now registered as provider...
2005-09-07 Jim JagielskiRestruct of lbmethod find-best algo's, bypassing hook...
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-08-12 Jim Jagielskisimple, functional interface to add additional balancer...
2005-08-12 Nick KewFix mess left by incompleteness of previous ProxyPassRe...
2005-08-10 Nick KewFix ProxyPassReverse & family to work correctly in...
2005-07-28 Mladen TurkAdd status param option so that current worker
2005-07-17 Ian HolsmanThis patch adds a new hook (request_status) that gets...
2005-04-09 Mladen TurkUse two optional functions from mod_ssl so that we
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-03 Jim JagielskiClose PR 32459, 15207. API change for PROXY_DECLARE...
2005-01-24 Jim JagielskiAdd in a weighted byte count of all traffic (in and...
2005-01-11 Sander StrikerRewrite Cookies and other headers in mod_proxy_ajp...
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-09-29 Mladen TurkAdd server_rec to initialize_worker_share so that it...
2004-09-28 Mladen TurkReformat code to no tab and no CR-LF
2004-09-28 Mladen TurkMake sure that we don't increase balancer worker count on
2004-09-26 Mladen TurkRemove proxy_runtime_worker and make the things simpler by
2004-09-17 Mladen TurkMake worker retry algorithm much simpler removing...
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-13 Mladen TurkAlways use prive connection pool for allocation, and...
2004-09-11 Mladen TurkDo not add forward proxy to other proxies. Use new...
2004-09-11 Mladen TurkRemove the unused close_connection function.
2004-09-10 Mladen TurkJust like for balancers initialize the workers on post_...
2004-09-10 Mladen TurkMove the shared scoreboard data initization to the...
2004-09-09 Mladen TurkAdd PROXY_WORKER_IGNORE_ERRORS flags that
2004-09-09 Mladen TurkAdd sockaddr to proxy_conn_rec. Using the workers address
2004-09-09 Mladen TurkAdd 'default' foward proxy worker to the proxy_server_conf.
2004-08-26 Mladen TurkUntabify the source.
2004-08-26 Mladen TurkAdd pool used for allocating proxy_server_conf to that...
2004-08-25 Mladen TurkDocument new API functions.
2004-08-25 Mladen TurkRemove the tabs from code.
2004-08-18 Graham LeggettFix some compiler warnings in proxy
2004-08-11 William A. Rowe JrAdded proxy status for conf, and elected member to...
2004-08-11 William A. Rowe JrImplement the worker retry functionality.
2004-08-11 William A. Rowe JrShared memory support. The shared memory is inside
2004-08-11 William A. Rowe JrAdd route and redirect to worker so they can be set...
2004-08-11 William A. Rowe JrFix structure element typo.
2004-08-11 William A. Rowe JrFix some config checking params.
next