summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-18started to add generic error messages, not sure if that's a very good ideaAndreas Baumann
2010-05-18compiles again, big issue around how to deal with i18n/error handling and lib...Andreas Baumann
2010-05-18switching machineAndreas Baumann
2010-05-17added more documentation and dlopen/dlclose, must backport shared library bui...Andreas Baumann
2010-05-17started to add a dynamic library loader, interface and Linux/DLFCN for nowAndreas Baumann
2010-05-16compiles with newest CVS version of PCC and with newest glibc and kernel head...Andreas Baumann
2010-04-18added quite some copyrightsAndreas Baumann
2010-04-07added a missing return in service functionAndreas Baumann
2009-06-14fixed for NetBSD 5.0Andreas Baumann
2009-06-14fixed on OpenBSD 4.5Andreas Baumann
2009-04-26started to move Unix-specific networking stuff into the wolf library (out of ...Andreas Baumann
2009-04-05snprintf stub for Solaris 8, z size_t modifier doesn't workAndreas Baumann
2009-04-03more network testingAndreas Baumann
2009-04-01fixed localizationAndreas Baumann
2009-04-01removed HAVE_PTHREADS from sys_internal.h (is in sys.h)Andreas Baumann
2009-04-01fixed stub implementation of getnameinfo (itoa and basis 10, not basis servlen)Andreas Baumann
2009-04-01removed extern in function prototypes; added gai_strerror_r and a test, clean...Andreas Baumann
2009-04-01fixed WIN32_MEAN_AND_LEAN and some docuAndreas Baumann
2009-03-31fixed threading on native WindowsAndreas Baumann
2009-03-31started to add thread support (POSIX)Andreas Baumann
2009-03-31created subdir for threading stuff, moved mutex thereAndreas Baumann
2009-03-30mutexes on native WindowsAndreas Baumann
2009-03-30fixed severe bux in mutex handling and tested strerror_r on CygwinAndreas Baumann
2009-03-30thread-safe version of strerror_r now, still missing testsAndreas Baumann
2009-03-30started to add thread stuff, mutexes firstAndreas Baumann
2009-03-30removed last traces of inet_ntopAndreas Baumann
2009-03-29fixed gettext stub when NLS is disabledAndreas Baumann
2009-03-29getnameinfo on CygwinAndreas Baumann
2009-03-29cleaned up Cygwin getaddrinfo and started Win32 getaddrinfoAndreas Baumann
2009-03-29fixed remark about getaddrinfo availabilityAndreas Baumann
2009-03-29added stub implementation of getaddrinfo on CygwinAndreas Baumann
2009-03-28started to add getaddrinfo and netdb port stubAndreas Baumann
2009-03-28more fixes in the direction of merging separatly generated MC filesAndreas 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-28handling shutdown event in serviceAndreas Baumann
2009-03-28added description of serviceAndreas Baumann
2009-03-28fixed foreground mode of testservice, can detect console mode nowAndreas Baumann
2009-03-28fixed messages for testservice, avoiding also duplicate message idsAndreas 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-27foreground mode of service, but without TERMINATE eventAndreas Baumann
2009-03-27cleaned up testservice and service, more separationAndreas Baumann
2009-03-27fixed around the logger in the service, updated todo list of the loggerAndreas Baumann
2009-03-26added German translations for the serviceAndreas Baumann
2009-03-26more cleanup around wolf_service_start and wolf_service_mainAndreas Baumann
2009-03-26fixed message filesAndreas Baumann
2009-03-26moved service dispatcher into libwolfAndreas Baumann
2009-03-26updated messagesAndreas Baumann
2009-03-26code moved, works again somehow, now cleanup in the serviceAndreas Baumann