ダウンロードリスト

プロジェクト概要

libdaemonは、UNIXデーモンを書くことを容易にする軽量なC言語ライブラリです。デーモン化するfork()のラッパー、強力なsyslog()のラッパー、PIDファイルの管理、シグナルのシリアライズ処理が含まれます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2007-07-10 20:26
0.12

このリリースでは()実際には正常に動作daemon_close_allことができます。
タグ: Major bugfixes
This release makes daemon_close_all() actually work properly.

2007-06-22 20:11
0.11

このリリースでは自動的にするかどうかlynxをインストールされて検出されます。これは正常にすべてのエラー条件にerrnoを設定します。関数daemon_close_all()は、指定されたセット以外のすべての開いているファイル記述子をクローズに追加されています。 daemon_logv()は、daemon_logと同じです()は、va_listを引数が追加されています。 daemon_execv()と同様のスタイルで追加されました。他にも修正されます。
タグ: 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

ロギングデーモンはchroot()の環境で実行すると互換性がなされた。
タグ: Minor feature enhancements
Logging was made compatible with daemons running
in a chroot() environment.

2005-11-18 22:54
0.9

は、FreeBSD、NetBSD、OpenBSDの、ダーウィン、Solaris、およびCygwinへの移植。いくつかのマイナーなヘッダファイルをクリーンアップ。 PIDファイルのアクセスモードは固定されている。また、他のクリーンアップ、およびされているライセンスは、GPLはLGPLに変更されました。
タグ: 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をすぐに行われるロックファイル。ドキュメントが更新されました。
タグ: Minor bugfixes
Proper PID file locking is now done. The
documentation was updated.

プロジェクトリソース