freebsd-skq/lib/libfetch
Dag-Erling Smørgrav dea29ca1d5 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.
2002-06-05 10:05:03 +00:00
..
common.c First step towards SSL support: wrap connections in a 'struct connection' 2002-06-05 10:05:03 +00:00
common.h First step towards SSL support: wrap connections in a 'struct connection' 2002-06-05 10:05:03 +00:00
fetch.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
fetch.c Reindent, and add parentheses to return statements. Some functions in 2002-02-05 22:13:51 +00:00
fetch.h Reindent, and add parentheses to return statements. Some functions in 2002-02-05 22:13:51 +00:00
file.c Reindent, and add parentheses to return statements. Some functions in 2002-02-05 22:13:51 +00:00
ftp.c First step towards SSL support: wrap connections in a 'struct connection' 2002-06-05 10:05:03 +00:00
ftp.errors IPv6 support. 2000-05-20 18:23:51 +00:00
http.c First step towards SSL support: wrap connections in a 'struct connection' 2002-06-05 10:05:03 +00:00
http.errors Add some error codes that were added in RFC2616. 2001-05-23 18:52:02 +00:00
Makefile Reindent, and add parentheses to return statements. Some functions in 2002-02-05 22:13:51 +00:00