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

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:02:40 Modified:src/modules/proxy proxy_ftp.c Log: clean up some warnings. An unused function, and an extra parm to ap_snprintf(). Revision ChangesPath 1.46 +1 -21 apachen/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c =

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

1997-12-30 Thread jim
jim 97/12/30 07:10:54 Modified:.STATUS src CHANGES src/ap Makefile.tmpl src/main alloc.c http_config.c http_config.h http_core.c http_main.c httpd.h util.c src/modules/proxy proxy_ftp.c

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

1997-11-27 Thread martin
martin 97/11/27 05:30:23 Modified:src/modules/proxy proxy_ftp.c Log: Deleted redundant pstrndup() call which slipped in Revision ChangesPath 1.43 +0 -3 apachen/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c =

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

1997-11-25 Thread martin
martin 97/11/25 13:34:13 Modified:src/modules/proxy proxy_ftp.c Log: Fix for the buggy behavior of proxy_ftp.c which would return incorrect links for ".." directory entries , depending on the fact whether the request contained a trailing slash or not. Also add a small "feat

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

1997-09-30 Thread Roy Fielding
fielding97/09/30 14:02:16 Modified:src CHANGES src/modules/proxy proxy_ftp.c Log: mod_proxy was sending HTTP/1.1 responses to ftp requests by mistake. Also removed the auto-generated link to www.apache.org that was the source of so many misdirected bug reports

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

1997-08-16 Thread Ben Laurie
ben 97/08/16 07:38:25 Modified:src/modules/proxy proxy_ftp.c Log: Life is easier if we don't have to have a pile of include paths used for a single include. Plus, then it compiles on NT. Revision ChangesPath 1.34 +1 -1 apachen/src/modules/proxy/proxy_ftp.c