summaryrefslogtreecommitdiff
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the RFC1738 interpretation of ftp: URL's, i.e. CWD to eachBill Fenner1997-10-061-10/+68
* fetch(3) doesn't get asctime(3) format, wrong length assumedMartin Cracauer1997-09-281-2/+2
* Be consistent with other utilities in spelling "Kbytes". (Actually,Satoshi Asami1997-08-191-3/+3
* Add -t option which turns T/TCP off as workaround for some broken serversAndrey A. Chernov1997-08-054-5/+28
* Work around a brokenness in the HTTP spec by generating the Host headerGarrett Wollman1997-07-261-2/+2
* Fix the error message for when mirroring and restarting are rejectedGarrett Wollman1997-07-261-11/+15
* Implement HTTP 1.1's ``chunked'' Transfer-Encoding (ick). This hasn'tGarrett Wollman1997-07-261-22/+126
* Provide a new `-b' flag to work around some broken HTTP/TCP implementationsGarrett Wollman1997-07-254-9/+25
* One newline should be enough.Philippe Charnier1997-07-021-2/+2
* Do not use argv[0] in usage().Philippe Charnier1997-07-011-8/+8
* Now understand password in ftp:// URLsAndrey A. Chernov1997-05-311-25/+34
* fix a bug in processing of FTP_TIMEOUT environment variable.John-Mark Gurney1997-03-111-2/+2
* fix restarting http transfers and understanding response from server.John-Mark Gurney1997-03-061-4/+4
* fix a couple problems with fetch:John-Mark Gurney1997-03-061-3/+6
* Fix FTP_PROXY to use user@host[@port] for FTP proxy and eliminateBill Fenner1997-03-053-70/+118
* These man page will appear in 2.2, not 3.0.Wolfram Schneider1997-02-221-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Fix fetch so that all status information is sent to stderr, preventsJohn-Mark Gurney1997-02-171-11/+10
* Modified the display() function to recognize when the output it going to aJohn-Mark Gurney1997-02-141-14/+18
* Fix remote request for HTTP proxies. Should close PR#2670.Garrett Wollman1997-02-112-5/+15
* Fix PR#2700: report correct transmission speed, and restart transfersGarrett Wollman1997-02-102-4/+6
* Fix off-by-one error in proxy host:port parser.Garrett Wollman1997-02-071-2/+1
* Some bug-fixes, clean-ups, and one new feature:Garrett Wollman1997-02-056-63/+503
* Null-terminate the string in percent_decode() so that we don't depend onBruce Evans1997-02-021-1/+2
* Some fixes for HTTP:Garrett Wollman1997-01-314-46/+293
* Here is my long-threatened revamping of fetch. Jean-Marc probably won'tGarrett Wollman1997-01-309-761/+2428
* Handle timeouts in a slightly less baroque way.Jordan K. Hubbard1997-01-171-22/+22