summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix FTP_PROXY to use user@host[@port] for FTP proxy and eliminatefenner1997-03-053-70/+118
* These man page will appear in 2.2, not 3.0.wosch1997-02-221-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
* 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 remote request for HTTP proxies. Should close PR#2670.wollman1997-02-112-5/+15
* Fix PR#2700: report correct transmission speed, and restart transferswollman1997-02-102-4/+6
* Fix off-by-one error in proxy host:port parser.wollman1997-02-071-2/+1
* Some bug-fixes, clean-ups, and one new feature:wollman1997-02-056-63/+503
* Null-terminate the string in percent_decode() so that we don't depend onbde1997-02-021-1/+2
* Some fixes for HTTP:wollman1997-01-314-46/+293
* Here is my long-threatened revamping of fetch. Jean-Marc probably won'twollman1997-01-309-761/+2428
* Handle timeouts in a slightly less baroque way.jkh1997-01-171-22/+22
* Sort cross references.wosch1997-01-151-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* 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
* add missing comma(s) in .Xr macroswosch1996-09-231-2/+2
* Attempt to untangle the timeout code a bit, also make the default ftppeter1996-09-192-20/+35
* 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-312-8/+13
* Don't make -l warn when it's not used, so we can potentially set itjkh1996-08-231-4/+1
* Use the .Fx macro where appropriate.mpp1996-08-231-2/+3
* Print the correct thing when interrupted by a signal.jkh1996-08-221-8/+7
* 1. Understand file:/path style URLs.jkh1996-08-222-514/+600
* 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-142-5/+58
* 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-182-6/+13
* New man page for fetch(1).jkh1996-07-051-1/+106
* 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
* Add -Wall to CFLAGSgpalmer1996-06-261-0/+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
OpenPOWER on IntegriCloud