cvs commit: apachen/src/modules/proxy mod_proxy.c

1998-01-24 Thread dgaudet
dgaudet 98/01/24 12:30:08 Modified:src/modules/proxy mod_proxy.c Log: don't waste memory allocating an error message... use %s and such Revision ChangesPath 1.32 +2 -2 apachen/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apachen/src/modules/proxy mod_proxy.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:09:58 Modified:src/modules/proxy mod_proxy.c Log: more const stuff from debugging the code Revision ChangesPath 1.31 +3 -3 apachen/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apachen/src/modules/proxy mod_proxy.c proxy_util.c

1997-11-27 Thread martin
martin 97/11/27 05:46:31 Modified:src/modules/proxy mod_proxy.c proxy_util.c Log: Modified aplog_error() calls to use APLOG_NOERRNO when no errno was set; Reviewed bDean Gaudet Revision ChangesPath 1.29 +6 -4 apachen/src/modules/proxy/mod_proxy.c Index:

cvs commit: apachen/src/modules/proxy mod_proxy.c

1997-11-08 Thread dgaudet
dgaudet 97/11/08 13:39:13 Modified:src CHANGES src/main http_request.c src/modules/proxy mod_proxy.c Log: find_types() shouldn't be called if we just found a matching ProxyPass directive and set handler to 'proxy-server', because find_types()

cvs commit: apachen/src/modules/proxy mod_proxy.c mod_proxy.h proxy_connect.c

1997-09-04 Thread Marc Slemko
marc97/09/04 17:26:34 Modified:src CHANGES src/modules/proxy mod_proxy.c mod_proxy.h proxy_connect.c Log: Fix mod_proxy to properly handle CONNECT requests when we are talking to a proxy via ProxyRemote. Some of the code in here should be better

cvs commit: apachen/src/modules/proxy mod_proxy.c proxy_connect.c proxy_http.c proxy_util.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 20:07:30 Modified:src/modules/proxy mod_proxy.c proxy_connect.c proxy_http.c proxy_util.c Log: Convert log_*() to aplog_error(). Something needs to be done with proxy_log_uerror() in here. I see no obvious reason not to replace it with