aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch/http.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.0.0_cvscvs2svn2000-03-201-1/+1
* Print a warning and exit with != 0 when at least one downloaded fileMartin Cracauer2000-03-081-1/+6
* Add the -F option. This is for forcing restarts with -r by inhibitingBrian Feldman1999-10-231-3/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This fixes the problem of cancelling an FTP transfer resulting inBrian Feldman1999-06-211-2/+2
* make md5 checksums actually work instead of simply calculating the lengthJohn-Mark Gurney1999-05-181-3/+7
* Deal with broken Web sites which return 302 responses rather than 404Garrett Wollman1999-02-231-6/+17
* 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-151-1/+17
* Add -s option, just report size of file that would be fetched.Martin Cracauer1998-12-081-2/+38
* 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-201-2/+15
* Fix proxy authorization code:Stefan Eßer1998-07-121-8/+8
* Documentation fix: delete references to T/TCP as they are not relevantGarrett Wollman1998-05-091-6/+9
* gcc wants to see long long variables passed to %q printf formats, soJohn Birrell1998-02-201-3/+3
* 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
* 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
* fetch(3) doesn't get asctime(3) format, wrong length assumedMartin Cracauer1997-09-281-2/+2
* Add -t option which turns T/TCP off as workaround for some broken serversAndrey A. Chernov1997-08-051-1/+15
* 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-251-3/+3
* fix restarting http transfers and understanding response from server.John-Mark Gurney1997-03-061-4/+4
* Fix FTP_PROXY to use user@host[@port] for FTP proxy and eliminateBill Fenner1997-03-051-34/+78
* Fix remote request for HTTP proxies. Should close PR#2670.Garrett Wollman1997-02-111-3/+13
* Some bug-fixes, clean-ups, and one new feature:Garrett Wollman1997-02-051-19/+367
* Some fixes for HTTP:Garrett Wollman1997-01-311-25/+252
* Here is my long-threatened revamping of fetch. Jean-Marc probably won'tGarrett Wollman1997-01-301-0/+976