summaryrefslogtreecommitdiff
path: root/tests/daemon/testd.c
AgeCommit message (Expand)Author
2011-11-05gettext is in i18n now, has nothing to do with portingAndreas Baumann
2011-11-04some more fixes when disabling NLSAndreas Baumann
2010-09-09fixed some memory leaksAndreas Baumann
2010-06-03fixed overload of configuration options with command line options in testd.cAndreas Baumann
2010-04-18added quite some copyrightsAndreas Baumann
2009-03-18testd/libwolf.mo start to work in testdAndreas Baumann
2009-03-18fixed i18n in testd (now the binary can set WOLFLOCALEDIR in environment, as ...Andreas Baumann
2009-03-18added gettext in testd, also added wolf gettext.c and initialization codeAndreas Baumann
2009-03-17moved the logger (log and messages) into it's own subdirectory (is a subsyste...Andreas Baumann
2009-03-16fixed deprecated functions in gengetopt cmdline parserAndreas Baumann
2009-03-16testing more around getopt and locales, getopt_long on Linux has i18n, so don...Andreas Baumann
2009-03-14everything compiles and works againAndreas Baumann
2009-03-05tested again on older OpenBSD 4.2Andreas Baumann
2009-02-24better testing: added TEST_ variables in makefiles, added TEST_<feature> macr...Andreas Baumann
2009-02-21fixed for Intel CCAndreas Baumann
2009-02-18added options to syslog in logger, making logging the PID the defaultAndreas 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-08more renaming of logging functions and more documentation of themAndreas Baumann
2009-02-08started to document the loggerAndreas Baumann
2009-01-15renames in signal.hAndreas Baumann
2009-01-15perfixed and documented daemon.hAndreas Baumann
2009-01-12better error handling in testd.c (signal_suspend) and include cleanupAndreas Baumann
2009-01-12exporting string.h as part of libwolf_port.a as this is strdup is handyAndreas Baumann
2009-01-12no longer exporting UNUSED as part of porting libraryAndreas Baumann
2009-01-12fixes for Cygwin (snprintf), started cleaning up namespace prefixesAndreas Baumann
2009-01-08fixed bad recusion in distclean and fixed small things in testdAndreas 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