freebsd-dev/usr.bin/fetch
Garrett Wollman 2ec04c7076 Implement HTTP 1.1's ``chunked'' Transfer-Encoding (ick). This hasn't
been extensively tested, but I now can successfully retrieve
<http://www.apache.org/index.html>, so I guess that's a victory of some
sort.

Also move the initialization of ``autherror'' to hopefully eliminate
the reported loop involving authentication.  Still need to implement
MD5 digest authentication.
1997-07-26 19:25:56 +00:00
..
fetch.1 Provide a new `-b' flag to work around some broken HTTP/TCP implementations 1997-07-25 19:35:44 +00:00
fetch.h Provide a new `-b' flag to work around some broken HTTP/TCP implementations 1997-07-25 19:35:44 +00:00
file.c Here is my long-threatened revamping of fetch. Jean-Marc probably won't 1997-01-30 21:43:44 +00:00
ftp.c Now understand password in ftp:// URLs 1997-05-31 14:45:41 +00:00
http.c Implement HTTP 1.1's ``chunked'' Transfer-Encoding (ick). This hasn't 1997-07-26 19:25:56 +00:00
main.c Provide a new `-b' flag to work around some broken HTTP/TCP implementations 1997-07-25 19:35:44 +00:00
Makefile Here is my long-threatened revamping of fetch. Jean-Marc probably won't 1997-01-30 21:43:44 +00:00
uri.c Here is my long-threatened revamping of fetch. Jean-Marc probably won't 1997-01-30 21:43:44 +00:00
util.c Fix remote request for HTTP proxies. Should close PR#2670. 1997-02-11 20:46:06 +00:00