Date: Wed, 5 Jun 2002 03:05:04 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.c common.h ftp.c http.c Message-ID: <200206051005.g55A54u26920@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2002/06/05 03:05:04 PDT
Modified files:
lib/libfetch common.c common.h ftp.c http.c
Log:
First step towards SSL support: wrap connections in a 'struct connection'
which contains the socket descriptor, the input buffer and (yet unused)
SSL state variables. This has the neat side effect of greatly improving
reentrance (though we're not *quite* there yet) and opening the door to
HTTP connection caching.
This commit is inspired by email conversations with and patches from
Henry Whincup <henry@techiebod.com> last fall.
Revision Changes Path
1.26 +56 -24 src/lib/libfetch/common.c
1.20 +26 -3 src/lib/libfetch/common.h
1.77 +89 -92 src/lib/libfetch/ftp.c
1.53 +84 -77 src/lib/libfetch/http.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206051005.g55A54u26920>
