]> granicus.if.org Git - apache/history - modules/proxy/proxy_util.c
Use apr-util's date functions now
[apache] / modules / proxy / proxy_util.c
2001-06-06 Chuck MurckoUse apr-util's date functions now
2001-05-11 Ian HolsmanAllows Mod_proxy to be dynamically loaded on win32...
2001-05-07 Chuck MurckoCrikey.
2001-05-06 Chuck MurckoTrack Greg's change to byte count for input filters
2001-04-24 Graham LeggettMade the variable naming the same as everywhere else...
2001-04-24 Victor J. OrlikowskiJust for the sake of cleanliness ...
2001-04-23 Graham LeggettApply changes to ap_get_brigade() to the proxy code.
2001-04-14 Graham LeggettMake hooks work for the *_canon() functions. Work conti...
2001-04-12 Graham LeggettFTP directory filter works now.
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 LeggettCompiler warnings - yuck!
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-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-16 Chuck Murckochange INADDR_NONE to APR_INADDR_NONE
2001-03-14 Graham LeggettPull in the Connection handling part of the v1.3 patch...
2001-03-11 Chuck MurckoCache removed, with other spooge
2001-02-11 Ryan BloomFix any compile breaks after moving apr_snprintf and...
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-07 Chuck MurckoChanges to get running on the current codebase
2001-01-31 William A. Rowe Jr Fix the remaining APR_FINFO_NORM occurances. Again...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
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-12-18 Jeff TrawickAPI routines ap_pgethostbyname() and ap_pduphostent...
2000-11-20 Chuck MurckoRestore Ryan's original intent in ap_proxy_doconnect...
2000-11-18 Ryan BloomMore proxy fixes. There are still some bugs in this...
2000-11-17 Chuck Murckofix apr_getaddrinfo() call
2000-11-17 Jeff TrawickAPR: Change apr_connect() to take apr_sockaddr_t instea...
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 MurckoThis is the 1.3.x current proxy into 2.0 - first stage
2000-11-11 Ryan BloomNot all platforms have INADDR_NONE defined by default...
2000-10-08 William A. Rowe Jr Missed it, a rather messy canonical error example.
2000-10-08 Ryan BloomRemove all compiler warnings from the proxy code. ...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-25 William A. Rowe Jr Add APR_EOL_STR for a platform specific text delimite...
2000-06-13 Chuck Murckofixups for remaining current warnings
2000-06-12 Chuck MurckoNew mod_proxy/mod_cache (file cache) for 2.0. This...
2000-04-28 Doug MacEachernback out APR_ prefix for TRUE,FALSE
2000-04-28 Doug MacEachernprefix TRUE,FALSE with APR_
2000-04-23 Roy T. FieldingFinished move of ap_md5 routines to apr_md5. Removed...
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-13 Jim JagielskiBackport the CSS security fixes to Apache 2.0a. Or...
2000-03-10 Ryan BloomFix all the License issues. Including:
1999-11-19 Ryan BloomFinish the conversion from fprintf(stderr -> ap_log_err.
1999-10-11 Martin KraemerRemove most of the annoying "re ap_context_t mplement...
1999-08-31 Ryan BloomFix all of those annoying --i -> - ap_context_t problem...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingChanges from pthreads. Removes timeouts, adds mutex.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.