Download List

Descripción del Proyecto

libdaemon is a lightweight C library that eases the process of writing UNIX daemons. It contains a daemonizing fork() wrapper, a powerful syslog() wrapper, PID file management, and signal serialization.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-07-10 20:26
0.12

Este lanzamiento hace daemon_close_all () en realidad funciona correctamente.
Tags: Major bugfixes
This release makes daemon_close_all() actually work properly.

2007-06-22 20:11
0.11

Este comunicado de detectará automáticamente si está instalado el lince. Correctamente errno en cada condición de error. El daemon_close_all function () se ha añadido a cerrar todos los descriptores de archivos abiertos, excepto un conjunto dado. daemon_logv () se ha añadido, que es idéntica a daemon_log (), pero tiene un argumento va_list. daemon_execv () se ha añadido en un estilo similar. Hay otras correcciones.
Tags: Major feature enhancements
This release will automatically detect whether lynx is installed. It properly sets errno on every error condition. The function daemon_close_all() has been added to close all open file descriptors except a given set. daemon_logv() has been added, which is identical to daemon_log(), but takes a va_list argument. daemon_execv() has been added in similar style. There are other fixes.

2005-11-24 15:49
0.10

La tala era compatible con los demonios se ejecutan en un entorno chroot () medio ambiente.
Tags: Minor feature enhancements
Logging was made compatible with daemons running
in a chroot() environment.

2005-11-18 22:54
0.9

Portado a FreeBSD, NetBSD, OpenBSD, Darwin, Solaris y Cygwin. Algunos limpieza de archivo menores de cabecera. El modo de acceso de los archivos de PID se ha solucionado. Hay otras limpiezas, y la licencia ha cambiado de la GPL a la LGPL.
Tags: Minor feature enhancements
Ported to FreeBSD, NetBSD, OpenBSD, Darwin, Solaris, and Cygwin. Some minor header file cleanups. The access mode of PID files has been fixed. There are other cleanups, and the license has changed from the GPL to the LGPL.

2005-06-05 00:04
0.8

PID correcto bloqueo de archivos se hace ahora. La documentación se ha actualizado.
Tags: Minor bugfixes
Proper PID file locking is now done. The
documentation was updated.

Project Resources