Commit graph

8 commits

Author SHA1 Message Date
joerg
d137b223d0 fetch-1.4:
- restart system calls for SIGINFO, will do the status update on the
  next return
- handle FETCH_TIMEOUT like SIGALRM, and don't print errors about
  writing the output file
- explicitly check for -1 as return from fetchIO_read.
2009-02-05 23:38:18 +00:00
joerg
045bae360d Mark variables modified from signal handlers as volatile. 2009-02-05 22:32:57 +00:00
joerg
46d5b06934 Remove t flag. 2009-02-05 22:23:55 +00:00
joerg
74f5935b19 Also remove unused b flag. 2009-02-05 22:22:01 +00:00
joerg
444d8c74e8 fetch-1.3:
Remove FreeBSD legacy options. -H was undocumented and ignored,
-h / -f / -c could be used to construct FTP URLs in an adhoc fashion.
2009-02-05 22:19:57 +00:00
joerg
f89a759330 fetch-1.2:
Add -i option for conditional fetch, e.g. only fetch the file again, if
the remote version is newer.
2009-02-05 17:14:06 +00:00
joerg
f844ede02a fetch-1.1:
Include sys/ioctl.h for ioctl(2). Fix missing argument in warn(3) call.
2009-02-04 21:29:40 +00:00
joerg
a900d504d5 Add fetch-1.0 from FreeBSD, the frontend for libfetch(3). 2008-10-08 15:28:30 +00:00