summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
Commit message (Collapse)AuthorAgeFilesLines
* Bring the man page more or less up to date with the code.des1998-09-261-23/+54
|
* Made this actually work when there's an object directory:bde1998-08-171-4/+11
| | | | | | | | | | | | | | | | - replaced bogus dependencies of distribution sources on generated sources by the same ones that bsd.lib.mk would generate if it knew all the sources. We shoot ourself in the foot by not naming the generated (included) sources *.h, so we can just put the generated sources in SRCS. - replaced -I${.CURDIR} by `-I.'. Here `.' is an alias for ${.OBJDIR}. -I${.CURDIR} didn't do anything, since ${.CURDIR} is the default in all cases here (it would be necessary for ""-style includes made from sources in ${.OBJDIR}. Don't use `+=' for setting CLEANFILES for the first time. Added $Id$.
* Commit a bunch of patches that have been accumulating:des1998-08-176-48/+62
| | | | | | | | | | - 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.
* Forgot to remove base64.c from SRCS in the Makefile.des1998-07-121-1/+1
|
* Base64 code (and the MIT copyright) moved to http.cdes1998-07-123-180/+223
| | | | | FTP STORe and APPEnd added. FTP proxy support added (untested).
* FTP retrieve works.des1998-07-113-58/+145
|
* Too many changes to list. Basically, FTP is nearly there and errordes1998-07-115-138/+302
| | | | reporting is kinda sorted out. Now HTTP needs to catch up...
* Imported libfetch into the tree. It compiles, but there's still somedes1998-07-0911-0/+1375
work to do. I especially need help with the man page.
OpenPOWER on IntegriCloud