History log of /netbsd/external/bsd/fetch/dist/libfetch/fetch.c (Results 1 – 8 of 8)
Revision Date Author Comments
# ebe76b0c 21-Aug-2009 joerg <joerg@NetBSD.org>

Import libfetch-2.25:
- address a number of lint warnings
- fix strict-alignment issues for GCC 4.4
- fix a bug in the line reading optimisation
- do not reuse a FTP connection if there is an active

Import libfetch-2.25:
- address a number of lint warnings
- fix strict-alignment issues for GCC 4.4
- fix a bug in the line reading optimisation
- do not reuse a FTP connection if there is an active transfer on it

show more ...


# 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 ...


# 8e658292 14-Nov-2008 joerg <joerg@NetBSD.org>

Update to libfetch 2.20: Allow HTTP auth to be provided in URL.


# d4553746 29-Oct-2008 joerg <joerg@NetBSD.org>

Import libfetch-2.19 from pkgsrc:
- fix bug in URL quoting
- man page improvements
- remove passive mode flag, add flag to force active mode and fallback
from passive to active on syntax errors autom

Import libfetch-2.19 from pkgsrc:
- fix bug in URL quoting
- man page improvements
- remove passive mode flag, add flag to force active mode and fallback
from passive to active on syntax errors automatically

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 ...