]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy.h
Close PR 32459, 15207. API change for PROXY_DECLARE ap_proxy_canonenc()
[apache] / modules / proxy / mod_proxy.h
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.
2004-08-11 William A. Rowe JrChange the scheme handler hook to include worker.
2004-08-11 William A. Rowe JrAdded close_on_recycle flags for creatin connections.
2004-08-11 William A. Rowe JrAdded acquire and release connection functions.
2004-08-11 William A. Rowe JrAdded ap_proxy_connection_create function that makes
2004-08-11 William A. Rowe JrAdded KeepAlive worker option.
2004-08-11 William A. Rowe JrAdd ap_proxy_connect_backend that will replace
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 JrMake proxy_conn always accesible for preforked MPM and
2004-08-11 William A. Rowe JrAdded ap_proxy_determine_connection.
2004-08-11 William A. Rowe JrAdd ap_proxy_pre_request API function.
2004-08-11 William A. Rowe JrAdd pre_request and post_request proxy hooks.
2004-08-11 William A. Rowe JrAdded API for creating balancers.
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 JrUse API instead directly obtaining worker and balancer.
2004-08-11 William A. Rowe JrAdd initial structures for connection pool and load...
2004-08-04 Graham LeggettFixes the build of proxy on Windows. Since the proxy_mo...
2004-07-04 André Malostyle
2004-06-29 Nick KewFix for multiple proxy bugs - review please:
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-02-03 André Malofinished that boring job:
2002-10-14 Jim JagielskiHaven't heard any vetoes regarding this, so might as...
2002-07-11 Jeff Trawickadd PROXY_OPTIONAL_HOOK() macro for modules that want to
2002-06-23 William A. Rowe Jr No crutches, people!
2002-06-14 William A. Rowe Jr Cleanup proxy timeouts a bit to remove emits and...
2002-04-26 Jeff Trawickget basic HTTP proxy working on EBCDIC machines
2002-04-08 Doug MacEachernPR:
2002-04-07 Doug MacEachernfix ProxyPass when frontend is https and backend is...
2002-04-02 Doug MacEachernPR:
2002-03-29 Doug MacEachernhook into mod_ssl for https support
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-09 Graham LeggettNew directive ProxyIOBufferSize. Sets the size of the...
2002-03-08 Jeff Trawickimplement a common function for getting a socket and...
2002-02-27 Jim JagielskiAdd the ProxyRemoteMatch directive to the mod_proxy
2002-02-21 Jeff Trawickfix the linkage of and add a prototype for ap_proxy_tab...
2002-01-30 Ian Holsmanadd a ProxyTimeout directive
2002-01-30 Martin KraemerMinor tipos
2002-01-30 Bill StoddardCleanup some fallout from the recent install_transport_...
2002-01-29 Ian Holsmannew directive 'ProxyPreserveHost' which allows the...
2002-01-03 Jeff Trawickget the declarations for strncasecmp() on AIX
2001-10-18 Ryan BloomThe proxy does not actually need this header.
2001-10-16 Ryan BloomCleanup the proxy code that creates a request to the...
2001-10-08 Ian Holsmaninitial port of new Request-mode HTTP_IN filter to...
2001-09-28 Graham LeggettFix the "merge" behaviour of the ProxyErrorOverride...
2001-09-28 Graham LeggettSome style cleanups related to the ProxyErrorOverride...
2001-09-20 Ian HolsmanAdded New Option 'HTTPProxyOverrideReturnedErrors'...
2001-08-30 William A. Rowe Jr Fix a broken declaration (supress type conversion...
2001-08-26 William A. Rowe Jr Split proxy: space using <Proxy[Match] > directive...
2001-08-01 Victor J. OrlikowskiRemove a no-longer-needed header.
2001-07-31 Victor J. OrlikowskiAfter checking what this does with Bill Rowe, and disco...
2001-07-31 Victor J. OrlikowskiBeing slightly picky: properly namespace protect make_f...
2001-07-31 Victor J. OrlikowskiOops. Include the right headers...
2001-07-31 Victor J. OrlikowskiNobody screamed. ;)
2001-06-06 Chuck MurckoUse apr-util's date functions now
2001-05-22 Victor J. OrlikowskiFixes to proxy, after util-uri move, plus fixes to...
2001-05-11 Ian HolsmanAllows Mod_proxy to be dynamically loaded on win32...
2001-04-15 Graham LeggettSplit each individual proxy protocol into separate...
2001-04-14 Graham LeggettMake hooks work for the *_canon() functions. Work conti...
2001-04-13 Graham LeggettInitial support for proxy protocol handler sub-modules...
next