History log of /netbsd/external/bsd/fetch/dist/libfetch/http.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 75975423 01-Jun-2020 kamil <kamil@NetBSD.org>

Avoid redefining _REENTRANT under sanitizers

Switch away from -Wno-macro-redefined which was Clang/LLVM specific.


# a3a9b1ec 07-Jan-2014 joerg <joerg@NetBSD.org>

Annotate format strings. Add a bunch of int casts for size limits.


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

delint


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


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