History log of /netbsd/external/bsd/fetch/dist/libfetch/common.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 59ddf36f 24-Jan-2023 mlelstv <mlelstv@NetBSD.org>

Shut down SSL when closing connection.


# 564c24a7 24-Jan-2023 mlelstv <mlelstv@NetBSD.org>

Use SNI.


# ae6590af 25-Jun-2011 christos <christos@NetBSD.org>

delint


# 0ab1cb6d 24-Mar-2010 joerg <joerg@NetBSD.org>

libfetch-2.31:

PR 43013 by Brook Milligan: fetch(3) violates RFC 1738 for ftp:// URLs
if the home directory is not the root directory.

Remember the current directory the first time a CWD / CDUP has

libfetch-2.31:

PR 43013 by Brook Milligan: fetch(3) violates RFC 1738 for ftp:// URLs
if the home directory is not the root directory.

Remember the current directory the first time a CWD / CDUP has to be
issued. Use the document as full URL if the URL started with two /
(quoted or not), otherwise append it to the initial directory.

show more ...


# 70160d70 30-Jan-2010 joerg <joerg@NetBSD.org>

libfetch-2.30:
- Revamped connection cache, allowing more than one active session
- HTTP keep-alive support


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


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


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