]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Imported libfetch into the tree. It compiles, but there's still some
authorDag-Erling Smørgrav <des@FreeBSD.org>
Thu, 9 Jul 1998 16:52:44 +0000 (16:52 +0000)
committerDag-Erling Smørgrav <des@FreeBSD.org>
Thu, 9 Jul 1998 16:52:44 +0000 (16:52 +0000)
commit4ca1ab94348cfb9bf0b65b9f523e26c136a94210
tree23629842647475056c5319a9ef8c958531ce36e0
parent932634cdff8222a6d99cef4876ba71fe3dbae18e
Imported libfetch into the tree. It compiles, but there's still some
work to do. I especially need help with the man page.
lib/libfetch/Makefile [new file with mode: 0644]
lib/libfetch/README [new file with mode: 0644]
lib/libfetch/base64.c [new file with mode: 0644]
lib/libfetch/fetch.3 [new file with mode: 0644]
lib/libfetch/fetch.c [new file with mode: 0644]
lib/libfetch/fetch.h [new file with mode: 0644]
lib/libfetch/file.c [new file with mode: 0644]
lib/libfetch/ftp.c [new file with mode: 0644]
lib/libfetch/ftp.errors [new file with mode: 0644]
lib/libfetch/http.c [new file with mode: 0644]
lib/libfetch/http.errors [new file with mode: 0644]