]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy.h
Split proxy: space using <Proxy[Match] > directive blocks from
[apache] / modules / proxy / mod_proxy.h
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...
2001-04-13 Graham LeggettAdded Max-Forwards support for all request types so...
2001-04-12 Graham LeggettFTP directory filter works now.
2001-04-11 Graham LeggettFixed some thread-safety issues with the HTTP proxy...
2001-04-10 Graham LeggettMake sure the filter stack in a reused downstream conne...
2001-04-10 Graham LeggettWe now keep the entire conn_rec across downstream keepa...
2001-04-10 Graham LeggettMore fixes...
2001-04-10 Graham LeggettCompiler warnings - yuck!
2001-04-09 Graham Leggett*) PASV FTP works now.
2001-04-08 Graham LeggettGoodbye more dead code.
2001-04-08 Graham LeggettStopped the CORE filter from sending off an HTTP respon...
2001-04-08 Graham LeggettHTTP_VERSION() is the correct way to do this...
2001-04-08 Graham LeggettAdd #defines for protocol version checks...
2001-04-06 Graham LeggettBugfixes to proxy_ftp.c -> in some places uri_addr...
2001-04-06 Graham LeggettConverted send_dir() to ap_proxy_send_dir_filter()...
2001-04-05 Graham LeggettCleanup of dead functions within proxy_util.c.
2001-04-05 Graham LeggettReworked the storage of the client socket between keepa...
2001-04-04 Graham LeggettSome code rewriting in ap_proxy_connect_handler():
2001-04-02 Graham Leggett *) Added support for downstream keepalives in mod_proxy.
2001-03-19 Chuck Murckoreorganize STATUS; update copyright
2001-03-11 Chuck MurckoCache removed, with other spooge
2001-03-10 Graham LeggettVirtual host config file fix backported from v1.3
2001-02-12 Chuck MurckoFix for moved macros
2001-02-10 Greg Stein*) continued header revamping
2001-02-07 Chuck MurckoChanges to get running on the current codebase
2000-12-20 Jeff TrawickSwitch to the APR-provided APR_CHARSET_EBCDIC feature...
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-11-18 Ryan BloomBegin to remove some of the cache-ing logic from the...
2000-11-17 Ryan BloomThis removes all BUFF's from the HTTP proxy. This...
2000-11-16 Ryan BloomMake the proxy work with filters. We are still using...
2000-11-14 Chuck MurckoSimplify ap_proxy_doconnect(); now returns apr_status_t
2000-11-11 Ryan BloomThe whole proxy compiles cleanly now. Now we need...
2000-11-11 Ryan Bloomproxy_ftp and proxy_http both compile now. Not tested...
2000-11-11 Chuck MurckoPick up buff.h for the moment, now to get the conn_rec...
2000-11-11 Chuck MurckoThis is 1.3.x current proxy folded into 2.0.
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-08 Ryan BloomRemove all compiler warnings from the proxy code. ...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-06-13 Chuck MurckoOK, this builds and is autoconf safe about system heade...
2000-06-12 Chuck MurckoNew mod_proxy/mod_cache (file cache) for 2.0. This...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-04-20 Jeff Trawick[EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.