summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.c
Commit message (Collapse)AuthorAgeFilesLines
* Commit a bunch of patches that have been accumulating:des1998-08-171-24/+37
| | | | | | | | | | - Fix the README to reflect the new status of the ftp code. - Change tons of 'if (xxx < 0)' to 'if (xxx == -1)' - Add two new interface functions - Fix the Makefile so it actually works (yay!) Now the manpage is lagging even further behind... :( Next on the todo list is to clean up the http code.
* FTP retrieve works.des1998-07-111-1/+1
|
* Too many changes to list. Basically, FTP is nearly there and errordes1998-07-111-1/+36
| | | | reporting is kinda sorted out. Now HTTP needs to catch up...
* Imported libfetch into the tree. It compiles, but there's still somedes1998-07-091-0/+189
work to do. I especially need help with the man page.
OpenPOWER on IntegriCloud