summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/http.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-1/+17
* Add -s option, just report size of file that would be fetched.cracauer1998-12-081-2/+38
* 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-201-2/+15
* Fix proxy authorization code:se1998-07-121-8/+8
* Documentation fix: delete references to T/TCP as they are not relevantwollman1998-05-091-6/+9
* gcc wants to see long long variables passed to %q printf formats, sojb1998-02-201-3/+3
* 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
* 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
* fetch(3) doesn't get asctime(3) format, wrong length assumedcracauer1997-09-281-2/+2
* Add -t option which turns T/TCP off as workaround for some broken serversache1997-08-051-1/+15
* 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-251-3/+3
* fix restarting http transfers and understanding response from server.jmg1997-03-061-4/+4
* Fix FTP_PROXY to use user@host[@port] for FTP proxy and eliminatefenner1997-03-051-34/+78
* Fix remote request for HTTP proxies. Should close PR#2670.wollman1997-02-111-3/+13
* Some bug-fixes, clean-ups, and one new feature:wollman1997-02-051-19/+367
* Some fixes for HTTP:wollman1997-01-311-25/+252
* Here is my long-threatened revamping of fetch. Jean-Marc probably won'twollman1997-01-301-0/+976
OpenPOWER on IntegriCloud