History log of /netbsd-src/external/bsd/fetch/dist/libfetch/file.c (Results 1 – 7 of 7)
Revision Date Author Comments
# d2b73467 25-Jun-2011 christos <christos@NetBSD.org>

delint


# eace2ff2 15-Oct-2009 joerg <joerg@NetBSD.org>

libfetch-2.26:
- Add support to aggressively cache directory listenings, useful for
HTTP
- Avoid leaking memory in error cases. From Xavier from Arch Linux.


# 7bacb5af 04-Apr-2009 joerg <joerg@NetBSD.org>

Reimport libfetch-2.23 from pkgsrc, at least one change was lost.


# 8a90f43f 10-Mar-2009 joerg <joerg@NetBSD.org>

Import libfetch-2.23:
Don't leak file descriptors when iterating local directories or checking
for if-modified-since on local files.


# 9da2cc5c 14-Feb-2009 joerg <joerg@NetBSD.org>

Update to libfetch-2.22:
- Support for conditional fetch
- Allow correctly overwriting fetchRestartCalls from signal handlers by
making it volatile
- Explicitly document that the size of struct url

Update to libfetch-2.22:
- Support for conditional fetch
- Allow correctly overwriting fetchRestartCalls from signal handlers by
making it volatile
- Explicitly document that the size of struct url can increase.

show more ...


# f298aa92 07-Oct-2008 joerg <joerg@NetBSD.org>

Update to libfetch-2.17. Fix a bug in the line buffering code to not
drop output if the server actually send more than one line.


# fe618bab 30-Sep-2008 joerg <joerg@NetBSD.org>

Import libfetch from pkgsrc, which remains authoritive.

libfetch is a high-level interface for retreiving and uploading files
using URLs. Currently implemented are local file access, FTP, HTTP and
b

Import libfetch from pkgsrc, which remains authoritive.

libfetch is a high-level interface for retreiving and uploading files
using URLs. Currently implemented are local file access, FTP, HTTP and
basic HTTPS support, upload only for local files and FTP.

show more ...