summaryrefslogtreecommitdiff
path: root/src/daemon
AgeCommit message (Expand)Author
2011-11-05gettext is in i18n now, has nothing to do with portingAndreas Baumann
2010-04-18added quite some copyrightsAndreas Baumann
2009-03-28another fix in daemon.c around SIGIO/SIGPOLLAndreas Baumann
2009-03-28fixed installation of SIGIO/SIGPOLL and SIGCLD/SIGCHLDAndreas Baumann
2009-03-24fixed nasty copy-paste bug about SIGIO/SIGPOLL signal handlersAndreas Baumann
2009-03-22fully translated to GermanAndreas Baumann
2009-03-21fixed message numbering and eliminated duplicate message idsAndreas Baumann
2009-03-21fixed messages againAndreas Baumann
2009-03-19fixed include in pidfile.cAndreas Baumann
2009-03-18added gettext in testd, also added wolf gettext.c and initialization codeAndreas Baumann
2009-03-17added _ to daemon.cAndreas Baumann
2009-03-17added _ to signals.cAndreas Baumann
2009-03-17moved the logger (log and messages) into it's own subdirectory (is a subsyste...Andreas Baumann
2009-03-17added _ to pidfile.cAndreas Baumann
2009-03-15minifix in message idsAndreas Baumann
2009-03-14added a lot more localization stuffAndreas Baumann
2009-03-14tmp checkinAndreas Baumann
2009-03-14more gettextizationAndreas Baumann
2009-03-13WOLF_LOG with variadic macrosAndreas Baumann
2009-03-13some moreAndreas Baumann
2009-03-13started to change WOLF_LOG into wolf_log with category and message idsAndreas Baumann
2009-02-26handling SIGLOST on Cygwin (when is it sent?)Andreas Baumann
2009-02-21fixed severe bug about removing the pidfile in the wrong place (not propagati...Andreas Baumann
2009-02-21fixed for Intel CCAndreas Baumann
2009-02-17fixed some header includes (missing daemon or port prefix, don't know how thi...Andreas Baumann
2009-02-17fixed on Cygwin 5.xAndreas Baumann
2009-02-15made notification functions of daemon privateAndreas Baumann
2009-02-15made more things in the daemon private, added more documentation, corrected l...Andreas Baumann
2009-02-15some cleanup in the daemon.c codeAndreas Baumann
2009-02-15further cleanup in signals.c and more documentationAndreas Baumann
2009-02-15more cleanup, making things static which are not needed when writting a daemonAndreas Baumann
2009-02-15started to clean up daemon and signals, first splitting away the foreground f...Andreas Baumann
2009-02-11renamed log_ constants to WOLF_LOG_ to avoid name clashesAndreas Baumann
2009-02-09made it work on NetBSD 4.0Andreas Baumann
2009-02-08more renaming of logging functions and more documentation of themAndreas Baumann
2009-02-08started to document the loggerAndreas Baumann
2009-02-03fixed signals on FreeBSD (SIGCHLD)Andreas Baumann
2009-01-15renames in signal.hAndreas Baumann
2009-01-15perfixed and documented daemon.hAndreas Baumann
2009-01-12small fixesAndreas Baumann
2009-01-12no longer exporting UNUSED as part of porting libraryAndreas Baumann
2009-01-12better log message in daemon_exit, seems to work againAndreas Baumann
2009-01-12fixes for Cygwin (snprintf), started cleaning up namespace prefixesAndreas Baumann
2008-12-21compiling and linking again, things are more separate nowAndreas Baumann
2008-12-21making log a little bit less leaking UnixismsAndreas Baumann
2008-12-21much more cleanup, trying to split things without violating rmchAndreas Baumann
2008-12-21starting to split public, internal header files and subdividing wolfAndreas Baumann