aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Warn about collapsing multiple slashes into 1 in ftp URL's.Bill Fenner1999-02-032-4/+34
* Don't try to parse a colon in a URL as a portBill Fenner1999-02-031-2/+2
* Fix logic error in RFC 850 kluge.Garrett Wollman1999-01-151-3/+4
* For RFC 850 dates received in HTTP responses, implement the century pivotGarrett Wollman1999-01-152-4/+48
* Add -s option, just report size of file that would be fetched.Martin Cracauer1998-12-085-8/+67
* main.c:Dag-Erling Smørgrav1998-11-082-12/+13
* If we know the content-length, only read that number of bytes fromBill Fenner1998-10-261-2/+13
* Add -S flag; this is benign since fetch's behavior is unchanged if youJordan K. Hubbard1998-09-205-8/+55
* DTRT for file: URLs when output file is "-".Dag-Erling Smørgrav1998-09-171-1/+17
* Fix proxy authorization code:Stefan Eßer1998-07-121-8/+8
* Fix my last change: the .Fx macro doesn't do anything useful without anGarrett Wollman1998-05-091-2/+2
* Documentation fix: delete references to T/TCP as they are not relevantGarrett Wollman1998-05-092-12/+36
* Arrggghhhh... forgot to strip the / after outputting %2fDag-Erling Smørgrav1998-05-091-3/+6
* Map a leading / in -c argument to %2f instead of dropping it silently.Dag-Erling Smørgrav1998-05-091-9/+4
* Describe absolute paths in FTP URL's. This patch has been sittingBill Fenner1998-05-091-3/+16
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-3/+6
* gcc wants to see long long variables passed to %q printf formats, soJohn Birrell1998-02-202-9/+9
* time() needs a pointer to a time_t, but tv_sec in a timeval is aJohn Birrell1998-02-201-2/+4
* Suggest using "-b" or "-t" if the connection is reset (typical symptomBill Fenner1997-11-221-1/+5
* Add missing arguments detected by "-Wformat".John Polstra1997-11-181-3/+4
* style-police got me. :-)David E. O'Brien1997-11-121-5/+9
* If "-l" is given, make sure the target of the link exist.David E. O'Brien1997-11-081-2/+6
* Change diags to see what part of url actually parsed, seeAndrey A. Chernov1997-11-011-4/+4
* Don't search for ':' port in ?# params partAndrey A. Chernov1997-10-311-8/+20
* Interpret multiple slashes as a single slash in ftp: URL's. ThisBill Fenner1997-10-081-2/+12