freebsd-skq/lib/libfetch
des 5df649f424 Redo fetch_read() using non-blocking sockets. This is necessary to
avoid a hang in the SSL case if the server sends a close notification
before we are done reading.  In the non-SSL case, it can provide a
minor (but probably not noticeable) performance improvement for small
transfers.

MFC after:	3 weeks
2010-07-28 16:11:22 +00:00
..
common.c Redo fetch_read() using non-blocking sockets. This is necessary to 2010-07-28 16:11:22 +00:00
common.h
fetch.3 Document HTTP digest authentication support. 2010-01-26 15:06:22 +00:00
fetch.c 1. Update fetch to consistently return 1 on error, as the man page states, 2008-12-17 18:00:18 +00:00
fetch.h
file.c
ftp.c Fix a socket leak in ftp_request() after that a connection is established. 2009-11-25 14:57:07 +00:00
ftp.errors
http.c Fix a couple of embarrassing mistakes in the previous commit. 2010-07-28 15:29:18 +00:00
http.errors
Makefile Add missing DPADD and fix whitespace. 2010-01-19 13:31:57 +00:00