freebsd-dev/usr.bin/fetch
Bill Fenner 93eb50393d Don't try to parse a colon in a URL as a port
(e.g. http://www.host.name/foo:bar)

PR:		bin/5072
Submitted by:	Takeshi WATANABE <watanabe@komadori.planet.kobe-u.ac.jp>
1999-02-03 20:24:53 +00:00
..
fetch.1 For RFC 850 dates received in HTTP responses, implement the century pivot 1999-01-15 16:56:22 +00:00
fetch.h Add -s option, just report size of file that would be fetched. 1998-12-08 13:00:49 +00:00
file.c DTRT for file: URLs when output file is "-". 1998-09-17 00:15:15 +00:00
ftp.c Add -s option, just report size of file that would be fetched. 1998-12-08 13:00:49 +00:00
http.c Don't try to parse a colon in a URL as a port 1999-02-03 20:24:53 +00:00
main.c Add -s option, just report size of file that would be fetched. 1998-12-08 13:00:49 +00:00
Makefile
uri.c
util.c time() needs a pointer to a time_t, but tv_sec in a timeval is a 1998-02-20 05:08:53 +00:00