summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add -S flag; this is benign since fetch's behavior is unchanged if youjkh1998-09-201-3/+14
* 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
* gcc wants to see long long variables passed to %q printf formats, sojb1998-02-201-6/+6
* 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-051-2/+6
* Provide a new `-b' flag to work around some broken HTTP/TCP implementationswollman1997-07-251-3/+8
* One newline should be enough.charnier1997-07-021-2/+2
* Do not use argv[0] in usage().charnier1997-07-011-8/+8
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Fix fetch so that all status information is sent to stderr, preventsjmg1997-02-171-11/+10
* Modified the display() function to recognize when the output it going to ajmg1997-02-141-14/+18
* Fix PR#2700: report correct transmission speed, and restart transferswollman1997-02-101-2/+4
* Some bug-fixes, clean-ups, and one new feature:wollman1997-02-051-1/+1
* Some fixes for HTTP:wollman1997-01-311-19/+23
* Here is my long-threatened revamping of fetch. Jean-Marc probably won'twollman1997-01-301-690/+225
* Handle timeouts in a slightly less baroque way.jkh1997-01-171-22/+22
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Report net connection error via hstrerror(h_errno) now instead ofache1996-11-141-2/+3
* Change to new ftpLogin interfaceache1996-11-141-4/+8
* Cosmetic bugfix. fetch was modifying it's argv[] strings in place, whichpeter1996-11-101-2/+6
* bin/1933: don't print negative % for huge files (80Mb)phk1996-10-311-2/+4
* old host:/filename syntax was brokenadam1996-10-241-5/+8
* The -h flag implies ftp = 1.jmz1996-10-061-1/+2
* Attempt to untangle the timeout code a bit, also make the default ftppeter1996-09-191-16/+29
* Make fetch 64-bit safe, corresponding to libftpio changes.peter1996-09-191-26/+31
* Remove the code which has restart looking at the modtime. That's justjkh1996-09-101-2/+2
* Allow proper ftp verbosity with a new -v flag.jkh1996-08-311-7/+10
* Don't make -l warn when it's not used, so we can potentially set itjkh1996-08-231-4/+1
* Print the correct thing when interrupted by a signal.jkh1996-08-221-8/+7
* 1. Understand file:/path style URLs.jkh1996-08-221-513/+583
* Fix a small potential bogon I noticed here with restarts.jkh1996-08-211-2/+2
* Add support for HTTP proxies, fix some bugs with http transfers.jkh1996-08-141-4/+49
* Fix broken modtime preservation code. *Now* it preserves the modtimejkh1996-08-121-17/+25
* Defer to fashion.jkh1996-08-071-10/+10
* Suppress the messages from the server after login (ftpVerbose(ftp,0)). Errorsjmz1996-08-041-1/+3
* Adapt to new libftpio. [jkh]jkh1996-08-031-9/+9
* Whups - update the usage message too.jkh1996-07-181-2/+2
* Add -n flag to use the current modtime rather than preserving it.jkh1996-07-181-3/+8
* Back out previous commit: do not use read(), but fread (). Change BUFFER_SIZEjmz1996-07-051-11/+11
* Use read(fileno(fp), ...) instead of fread(..., fp) to avoid buffered input.jmz1996-07-021-2/+2
* Make GET request and response parsing HTTP/1.0 compatibleache1996-06-251-7/+7
* Do not exit if ftpGetSize() returns a value < 0. You may well try tojmz1996-06-241-3/+1
* Adjust the copyright to match reality, remove printing of gratuitous newline.jkh1996-06-221-3/+3
* Clean up more bogons:jkh1996-06-221-17/+77
* Address Andrey's complaints:jkh1996-06-221-8/+11
* Jean-Marc's url fetch program, with Josh MacDonald's patches andasami1996-06-191-0/+586
OpenPOWER on IntegriCloud