summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* Print a warning and exit with != 0 when at least one downloaded filecracauer2000-03-084-22/+44
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-3/+6
* Add the -F option. This is for forcing restarts with -r by inhibitinggreen1999-10-234-7/+22
* $Id$ -> $FreeBSD$peter1999-08-288-8/+8
* "transfered" -> "transferred"green1999-07-022-4/+4
* This fixes the problem of cancelling an FTP transfer resulting ingreen1999-06-212-3/+6
* make md5 checksums actually work instead of simply calculating the lengthjmg1999-05-181-3/+7
* Restore \n at end of usage message.wollman1999-03-081-2/+2
* Improve error message wording when attempting to link to a non-existentalex1999-03-021-2/+2
* Deal with broken Web sites which return 302 responses rather than 404wollman1999-02-233-17/+38
* Remove the FTP_PASSIVE_MODE "fix"; libftpio handles this.fenner1999-02-051-3/+1
* Warn about collapsing multiple slashes into 1 in ftp URL's.fenner1999-02-032-4/+34
* Don't try to parse a colon in a URL as a portfenner1999-02-031-2/+2
* Fix logic error in RFC 850 kluge.wollman1999-01-151-3/+4
* For RFC 850 dates received in HTTP responses, implement the century pivotwollman1999-01-152-4/+48
* Add -s option, just report size of file that would be fetched.cracauer1998-12-085-8/+67
* main.c:des1998-11-082-12/+13
* If we know the content-length, only read that number of bytes fromfenner1998-10-261-2/+13
* Add -S flag; this is benign since fetch's behavior is unchanged if youjkh1998-09-205-8/+55
* DTRT for file: URLs when output file is "-".des1998-09-171-1/+17
* Fix proxy authorization code:se1998-07-121-8/+8
* Fix my last change: the .Fx macro doesn't do anything useful without anwollman1998-05-091-2/+2
* Documentation fix: delete references to T/TCP as they are not relevantwollman1998-05-092-12/+36
* Arrggghhhh... forgot to strip the / after outputting %2fdes1998-05-091-3/+6
* Map a leading / in -c argument to %2f instead of dropping it silently.des1998-05-091-9/+4
* Describe absolute paths in FTP URL's. This patch has been sittingfenner1998-05-091-3/+16
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-3/+6
* gcc wants to see long long variables passed to %q printf formats, sojb1998-02-202-9/+9
* time() needs a pointer to a time_t, but tv_sec in a timeval is ajb1998-02-201-2/+4
* Suggest using "-b" or "-t" if the connection is reset (typical symptomfenner1997-11-221-1/+5
* Add missing arguments detected by "-Wformat".jdp1997-11-181-3/+4
* style-police got me. :-)obrien1997-11-121-5/+9
* If "-l" is given, make sure the target of the link exist.obrien1997-11-081-2/+6
* Change diags to see what part of url actually parsed, seeache1997-11-011-4/+4
* Don't search for ':' port in ?# params partache1997-10-311-8/+20
* Interpret multiple slashes as a single slash in ftp: URL's. Thisfenner1997-10-081-2/+12
* Use the RFC1738 interpretation of ftp: URL's, i.e. CWD to eachfenner1997-10-061-10/+68
* fetch(3) doesn't get asctime(3) format, wrong length assumedcracauer1997-09-281-2/+2
* Be consistent with other utilities in spelling "Kbytes". (Actually,asami1997-08-191-3/+3
* Add -t option which turns T/TCP off as workaround for some broken serversache1997-08-054-5/+28
* Work around a brokenness in the HTTP spec by generating the Host headerwollman1997-07-261-2/+2
* Fix the error message for when mirroring and restarting are rejectedwollman1997-07-261-11/+15
* Implement HTTP 1.1's ``chunked'' Transfer-Encoding (ick). This hasn'twollman1997-07-261-22/+126
* Provide a new `-b' flag to work around some broken HTTP/TCP implementationswollman1997-07-254-9/+25
* One newline should be enough.charnier1997-07-021-2/+2
* Do not use argv[0] in usage().charnier1997-07-011-8/+8
* Now understand password in ftp:// URLsache1997-05-311-25/+34
* fix a bug in processing of FTP_TIMEOUT environment variable.jmg1997-03-111-2/+2
* fix restarting http transfers and understanding response from server.jmg1997-03-061-4/+4
* fix a couple problems with fetch:jmg1997-03-061-3/+6
OpenPOWER on IntegriCloud