summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Warn if the size of the remote file isn't known.des2000-12-221-2/+11
* If the URL did not specify a scheme, try to guess it from the host name.des2000-12-131-0/+10
* If the transfer timed out, but we don't know how large the file is supposeddes2000-11-301-1/+10
* Format string auditingkris2000-11-271-2/+2
* Understand the difference between an empty file and a non-existent file.des2000-10-191-9/+13
* Don't try to set the mtime of the output file if it's not a regular file.des2000-09-021-1/+2
* Don't unlink the target file if it's not a regular file.des2000-08-311-1/+2
* Restore the old semantics of deleting the output file when interrupted.des2000-07-261-2/+4
* Don't print summary in quiet mode.des2000-07-211-0/+3
* Don't display a running count in quiet mode.des2000-07-211-2/+7
* Fix two bugs related to resumed transfers:des2000-07-191-20/+26
* Braino: don't use passive mode unless the user requests it.des2000-07-191-1/+1
* While I'm at it, break a line that was too long, remove a pointless diagnosticdes2000-07-171-3/+3
* Rearrange / rewrite large portions of fetch() to take advantage of newdes2000-07-171-35/+84
* Better signal handling.des2000-07-161-11/+18
* Fix a bug in the stats display that showed up when resuming aborted transfers.des2000-07-131-2/+2
* Rework the stats code for the nth time. Much cleaner now.des2000-07-121-98/+62
* Now that the HTTP code supports timeouts, we don't need to use alarm()des2000-07-121-16/+29
* Rework the stats code to avoid code duplication.des2000-07-121-13/+16
* Don't segfault if given an invalid URL (doh!)des2000-07-091-1/+2
* Straighten out the behvaiour of -m and -n (thanks to bde).des2000-07-081-6/+12
* Implement the -c optiondes2000-06-291-3/+8
* Don't forget to delete the output file if the request fails.des2000-06-291-1/+3
* New libfetch-based fetch.des2000-06-281-0/+644
OpenPOWER on IntegriCloud