aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* Bring the usage message in synch with reality.Dag-Erling Smørgrav2001-03-281-3/+2
* Now that libfetch uses the high port range by default, add a -U option toDag-Erling Smørgrav2001-03-242-13/+17
* If SIGINFO is received during the transfer, print a status line similarDag-Erling Smørgrav2001-03-071-5/+29
* Fix a formatting bug (MFC candidate)Dag-Erling Smørgrav2001-03-071-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Warn if the size of the remote file isn't known.Dag-Erling Smørgrav2000-12-221-2/+11
* If the URL did not specify a scheme, try to guess it from the host name.Dag-Erling Smørgrav2000-12-131-0/+10
* If the transfer timed out, but we don't know how large the file is supposedDag-Erling Smørgrav2000-11-301-1/+10
* Format string auditingKris Kennaway2000-11-271-2/+2
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
* Spell the des's name correctly.Ruslan Ermilov2000-11-141-1/+1
* Understand the difference between an empty file and a non-existent file.Dag-Erling Smørgrav2000-10-191-9/+13
* Don't try to set the mtime of the output file if it's not a regular file.Dag-Erling Smørgrav2000-09-021-1/+2
* Don't unlink the target file if it's not a regular file.Dag-Erling Smørgrav2000-08-311-1/+2
* Restore the old semantics of deleting the output file when interrupted.Dag-Erling Smørgrav2000-07-261-2/+4
* Don't print summary in quiet mode.Dag-Erling Smørgrav2000-07-211-0/+3
* Don't display a running count in quiet mode.Dag-Erling Smørgrav2000-07-211-2/+7
* Fix two bugs related to resumed transfers:Dag-Erling Smørgrav2000-07-191-20/+26
* Braino: don't use passive mode unless the user requests it.Dag-Erling Smørgrav2000-07-191-1/+1
* * Remove description of obsolete -t option.Ben Smithurst2000-07-181-5/+2
* The description of the semantics of -v and -q has long since been OBE.Dag-Erling Smørgrav2000-07-171-10/+1
* While I'm at it, break a line that was too long, remove a pointless diagnosticDag-Erling Smørgrav2000-07-171-3/+3
* Document the fact that -r and -m are mutually exclusive.Dag-Erling Smørgrav2000-07-171-0/+10
* Rearrange / rewrite large portions of fetch() to take advantage of newDag-Erling Smørgrav2000-07-171-35/+84
* Better signal handling.Dag-Erling Smørgrav2000-07-161-11/+18
* Fix a bug in the stats display that showed up when resuming aborted transfers.Dag-Erling Smørgrav2000-07-131-2/+2
* Rework the stats code for the nth time. Much cleaner now.Dag-Erling Smørgrav2000-07-121-98/+62
* Now that the HTTP code supports timeouts, we don't need to use alarm()Dag-Erling Smørgrav2000-07-121-16/+29
* Rework the stats code to avoid code duplication.Dag-Erling Smørgrav2000-07-121-13/+16
* Don't segfault if given an invalid URL (doh!)Dag-Erling Smørgrav2000-07-091-1/+2
* Clarify the meaning of -m and -n (thanks to bde).Dag-Erling Smørgrav2000-07-081-6/+3
* Straighten out the behvaiour of -m and -n (thanks to bde).Dag-Erling Smørgrav2000-07-081-6/+12
* Add MIT copyrightDag-Erling Smørgrav2000-07-051-0/+2
* Note that the -h, -c and -f options are deprecated, and remove note thatDag-Erling Smørgrav2000-06-291-12/+17
* Implement the -c optionDag-Erling Smørgrav2000-06-291-3/+8
* Don't forget to delete the output file if the request fails.Dag-Erling Smørgrav2000-06-291-1/+3
* New libfetch-based fetch.Dag-Erling Smørgrav2000-06-2810-3845/+798
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Print a warning and exit with != 0 when at least one downloaded fileMartin Cracauer2000-03-084-22/+44
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-3/+6
* Add the -F option. This is for forcing restarts with -r by inhibitingBrian Feldman1999-10-234-7/+22
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
* "transfered" -> "transferred"Brian Feldman1999-07-022-4/+4
* This fixes the problem of cancelling an FTP transfer resulting inBrian Feldman1999-06-212-3/+6
* make md5 checksums actually work instead of simply calculating the lengthJohn-Mark Gurney1999-05-181-3/+7
* Restore \n at end of usage message.Garrett Wollman1999-03-081-2/+2
* Improve error message wording when attempting to link to a non-existentAlexander Langer1999-03-021-2/+2
* Deal with broken Web sites which return 302 responses rather than 404Garrett Wollman1999-02-233-17/+38
* Remove the FTP_PASSIVE_MODE "fix"; libftpio handles this.Bill Fenner1999-02-051-3/+1