freebsd-dev/usr.bin/fetch
Bill Fenner 60a53b7d32 If we know the content-length, only read that number of bytes from
the server.  There exists a broken server which sends a few extra
garbage bytes in response to HTTP/1.1 requests.
1998-10-26 02:39:21 +00:00
..
fetch.1 Add -S flag; this is benign since fetch's behavior is unchanged if you 1998-09-20 00:01:26 +00:00
fetch.h Add -S flag; this is benign since fetch's behavior is unchanged if you 1998-09-20 00:01:26 +00:00
file.c DTRT for file: URLs when output file is "-". 1998-09-17 00:15:15 +00:00
ftp.c Add -S flag; this is benign since fetch's behavior is unchanged if you 1998-09-20 00:01:26 +00:00
http.c If we know the content-length, only read that number of bytes from 1998-10-26 02:39:21 +00:00
main.c Add -S flag; this is benign since fetch's behavior is unchanged if you 1998-09-20 00:01:26 +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 time() needs a pointer to a time_t, but tv_sec in a timeval is a 1998-02-20 05:08:53 +00:00