1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/lib/libfetch
Dag-Erling Smørgrav 32a4a82829 Fix an off-by-one error (> where >= should have been used) which caused
_fetch_writev() to incorrectly report EPIPE in certain cases.

Also fix a number of const warnings by using __DECONST(), plus a signed /
unsigned comparison by casting the rhs to ssize_t.

Submitted by:	fenner, Craig Rodrigues <rodrigc@attbi.com>
2002-10-28 10:19:03 +00:00
..
common.c Fix an off-by-one error (> where >= should have been used) which caused 2002-10-28 10:19:03 +00:00
common.h Introduce _fetch_writev(), which is the conn_t version of writev(2). In 2002-10-27 16:11:21 +00:00
fetch.3
fetch.c Add SSL support + slight cleanup. 2002-06-05 12:46:36 +00:00
fetch.h Surround prototypes with __BEGIN_DECLS / __END_DECLS. 2002-07-22 16:11:39 +00:00
file.c
ftp.c The FTP connection caching needs a better interface -- connections are 2002-10-25 01:17:32 +00:00
ftp.errors
http.c Eliminate two cases of undefined behaviour: total in _fetch_write() was 2002-10-27 15:43:40 +00:00
http.errors
Makefile Up WARNS to 3 if not building with crypto. 2002-10-28 01:41:28 +00:00