summaryrefslogtreecommitdiff
path: root/net/libfetch/files/http.errors
AgeCommit message (Collapse)AuthorFilesLines
2009-02-05libfetch-2.21:joerg1-2/+2
Add support for conditional GET using the 'i' flag. Inspired by the HTTP support for the same feature in FreeBSD by Murray Stokely, but mostly rewritten and extended to work for all protocols.
2008-10-06libfetch-2.16:joerg1-1/+1
- only include openssl if the openssl option is present - include arpa/inet.h to get ntohl and friends on older platforms like Interix - use new netdb.h compat code from libnbcompat - include inttypes.h only when present - don't name local variables err, Interix has a symbol like that in default namespace - allow fetch_read to do short read and do more intelligent buffering for header processing; effectively don't do a system call for each byte read
2008-02-07Import libfetch-2.0, based on the FreeBSD version of today with a numberjoerg1-0/+46
of smaller changes to not depend on sys/param.h. This library is intended to replace the tnftp dependency in pkg_install.