summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/fetch.c
AgeCommit message (Expand)Author
1999-02-09if we read less than Content-Length, whine and errorTheo de Raadt
1998-09-30something was too verboase in http fetch modeTheo de Raadt
1998-09-28first cut at file:/ URL supportTheo de Raadt
1998-09-11don't display Retrieving... message unless verbose output desiredMarco S Hyman
1998-05-13oopsTheo de Raadt
1998-05-13try other h_addr_list addresses when connecting, and handle EINTRTheo de Raadt
1998-03-26pass host name with GET request so servers hosting multiple virtualMarco S Hyman
1998-02-17Add a new option "-o filename" for autofetch mode. Allows use ofTodd C. Miller
1997-09-11- Move `parsed_url' label such that the next statement after the label isTodd C. Miller
1997-09-04Updtaes from NetBSD (lukem)Todd C. Miller
1997-07-25Updates from NetBSD (lukem) include -Wall cleanup.Todd C. Miller
1997-07-24no content-length is OK; cato@ulysses.df.lth.seTheo de Raadt
1997-05-19Make ftp ftp://anonymous:root@your.dom.ain@ftp.our.place.foo/pub/OpenBSD/Todd C. Miller
1997-04-28From NetBSD (lukem):Todd C. Miller
1997-04-23allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to workTheo de Raadt
1997-04-18Fix problem when fetching files with -a.Todd C. Miller
1997-04-16Sync with NetBSD (lukem):Todd C. Miller
1997-04-14URL specifiers are case insensitive. Noticed by Theo.Todd C. Miller
1997-04-10Sync with NetBSD (lukem)Todd C. Miller
1997-03-21Add in recent NetBSD changes we didn't already have:Todd C. Miller
1997-03-14Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meterTodd C. Miller
1997-02-05Include signal.h where reasonable and make signal handlers matchTodd C. Miller
1997-02-03Add back ``-r'' option and fix strncpy() usage and other nits becauseTodd C. Miller
1997-02-03Sync with NetBSDTodd C. Miller