summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* Don't make -l warn when it's not used, so we can potentially set itjkh1996-08-231-4/+1
* Use the .Fx macro where appropriate.mpp1996-08-231-2/+3
* Print the correct thing when interrupted by a signal.jkh1996-08-221-8/+7
* 1. Understand file:/path style URLs.jkh1996-08-222-514/+600
* Fix a small potential bogon I noticed here with restarts.jkh1996-08-211-2/+2
* Add support for HTTP proxies, fix some bugs with http transfers.jkh1996-08-142-5/+58
* Fix broken modtime preservation code. *Now* it preserves the modtimejkh1996-08-121-17/+25
* Defer to fashion.jkh1996-08-071-10/+10
* Suppress the messages from the server after login (ftpVerbose(ftp,0)). Errorsjmz1996-08-041-1/+3
* Adapt to new libftpio. [jkh]jkh1996-08-031-9/+9
* Whups - update the usage message too.jkh1996-07-181-2/+2
* Add -n flag to use the current modtime rather than preserving it.jkh1996-07-182-6/+13
* New man page for fetch(1).jkh1996-07-051-1/+106
* Back out previous commit: do not use read(), but fread (). Change BUFFER_SIZEjmz1996-07-051-11/+11
* Use read(fileno(fp), ...) instead of fread(..., fp) to avoid buffered input.jmz1996-07-021-2/+2
* Add -Wall to CFLAGSgpalmer1996-06-261-0/+2
* Make GET request and response parsing HTTP/1.0 compatibleache1996-06-251-7/+7
* Do not exit if ftpGetSize() returns a value < 0. You may well try tojmz1996-06-241-3/+1
* Adjust the copyright to match reality, remove printing of gratuitous newline.jkh1996-06-221-3/+3
* Clean up more bogons:jkh1996-06-221-17/+77
* Address Andrey's complaints:jkh1996-06-221-8/+11
* Jean-Marc's url fetch program, with Josh MacDonald's patches andasami1996-06-193-0/+594
OpenPOWER on IntegriCloud