summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-02-26made the GNU make NMAKE switch as we go to Windows now, also fixed small bugs...Andreas Baumann
2009-02-24better testing: added TEST_ variables in makefiles, added TEST_<feature> macr...Andreas Baumann
2009-02-22reverted stdio.hAndreas Baumann
2009-02-22added todo for snprintf/stdio exportAndreas Baumann
2009-02-22Merge branch 'master' of http://andreasbaumann.dyndns.org/git/WolfBonesAndreas Baumann
2009-02-22checked strings.h on NetBSDAndreas Baumann
2009-02-22fixed porting tests, and fixed Solaris 8 port of string.hAndreas Baumann
2009-02-22strings.h also needed on LinuxAndreas Baumann
2009-02-22fixed all porting tests (compile always with both versions, the one of the pl...Andreas Baumann
2009-02-22started to add string.h replacementsAndreas 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-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-17renamed porting stub functions to functions with prefix wolf_port_Andreas Baumann
2009-02-17fixed on NetBSD 4.0Andreas Baumann
2009-02-17fixed on FreeBSD 6 and OpenBSDAndreas Baumann
2009-02-17fixed on FreeBSD strerror_rAndreas Baumann
2009-02-16added stub implementations for strerror_r and strdupAndreas Baumann
2009-02-15fixed documentation in errors.hAndreas Baumann
2009-02-15made notification functions of daemon privateAndreas 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-14some grouping in the API documentationAndreas Baumann
2009-02-13corrected documentation of logger and groupsAndreas Baumann
2009-02-13tests for syslog per platformAndreas Baumann
2009-02-13added types for syslog facilities and for log levelsAndreas 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-04further documentation (grouping)Andreas Baumann
2009-02-03fixed strdup on Solaris 8 (__EXTENSIONS__ defines a strdup in string.h)Andreas Baumann
2009-01-19started documentation in log.hAndreas Baumann
2009-01-15renames in signal.hAndreas Baumann
2009-01-15perfixed and documented daemon.hAndreas Baumann
2009-01-15added comments and licenses to public header filesAndreas Baumann
2009-01-12added TODO file for libwolf_daemon.aAndreas 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-07fixed bad error output and command echoing in makefilesAndreas Baumann
2009-01-01small fix in logging errors in logger and removed sys includes in unusedAndreas Baumann
2008-12-25added clean to include GNUmakefileAndreas Baumann
2008-12-25fixed for new include paths in public header filesAndreas Baumann
2008-12-25added simple install mechanismAndreas Baumann
2008-12-22better include protection in public header filesAndreas Baumann
2008-12-21compiling and linking again, things are more separate nowAndreas Baumann
2008-12-21making log a little bit less leaking UnixismsAndreas Baumann