summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-03-28removed some old exported stuffAndreas Baumann
2009-03-28added description of serviceAndreas Baumann
2009-03-28fixed foreground mode of testservice, can detect console mode nowAndreas Baumann
2009-03-27added service termination on console control eventsAndreas Baumann
2009-03-27started to add usefull Windows service documentation, started with wolf_servi...Andreas Baumann
2009-03-27cleaned up testservice and service, more separationAndreas Baumann
2009-03-26more cleanup around wolf_service_start and wolf_service_mainAndreas Baumann
2009-03-26moved service dispatcher into libwolfAndreas Baumann
2009-03-26code moved, works again somehow, now cleanup in the serviceAndreas Baumann
2009-03-26started with service.c, now the messages in testservicemsg.dll are a mess..Andreas Baumann
2009-03-25fixed logging macro on WindowsAndreas Baumann
2009-03-25fixed logger again, on Unix we stick to strerror_r+wolf_log (simple enough an...Andreas Baumann
2009-03-25reverted strerror and GetLastError way of logging, doesn't work that way!Andreas Baumann
2009-03-24added wolf_log_strerror and fixed itoa prototypeAndreas Baumann
2009-03-24Solaris 10Andreas Baumann
2009-03-24strlcpy/strcat/itoa on solaris 8Andreas Baumann
2009-03-24teseted strlcpy/strlcat/itoa on OpenBSDAndreas Baumann
2009-03-24tested strlcpy and strlcat as well as itoa on FreeBSDAndreas Baumann
2009-03-24fixed strlcpy and strlcat on NetBSDAndreas Baumann
2009-03-24tested itoa, fixed tests/port on WindowsAndreas Baumann
2009-03-24started to add stdlib stub for itoaAndreas Baumann
2009-03-24added strlcpy and strlcat (safe BSD C functions)Andreas Baumann
2009-03-21fixed message id, category id mappingAndreas Baumann
2009-03-21fixed message numbering and eliminated duplicate message idsAndreas Baumann
2009-03-21fixed messages againAndreas Baumann
2009-03-19big logger cleanup on Windows, local testmsg.dll for log testAndreas Baumann
2009-03-19fixed GCC_VERSION stringAndreas Baumann
2009-03-18fixed format_arg for dgettextAndreas 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-15minifix in message idsAndreas Baumann
2009-03-14everything compiles and works againAndreas 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-03-13added the messages.h fileAndreas Baumann
2009-03-13some docu updatesAndreas Baumann
2009-03-12gettext fix on Solaris 8Andreas Baumann
2009-03-12GETTEXT_NEEDS_FORMAT_ARG on NetBSDAndreas Baumann
2009-03-12new macro GETTEXT_NEEDS_FORMAT_ARG for libintl and gettext compilation problemsAndreas Baumann
2009-03-12counter-fix on NetBSD 4.0Andreas Baumann
2009-03-12fixed gettext on FreeBSD 7.0Andreas Baumann
2009-03-12gettext fixed on OpenBSDAndreas Baumann
2009-03-12fixed gettext format_arg trick on NetBsdAndreas Baumann
2009-03-11more clenup in i18n platform flagsAndreas Baumann
2009-03-11moved autoconf flags for snprintf stub from sys.h to sys_internal.hAndreas Baumann
2009-03-11fixed gettext.h no NLS stubAndreas Baumann