summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-03-30Merge branch 'master' of http://andreasbaumann.dyndns.org/git/WolfBonesAndreas Baumann
2009-03-30mutex and strerror_r on OpenbsdAndreas 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-30mutexes on Solaris 8Andreas Baumann
2009-03-30started to add thread stuff, mutexes firstAndreas Baumann
2009-03-30removed last traces of inet_ntopAndreas Baumann
2009-03-29fixed small bug in getaddrinfo on NetBSDAndreas Baumann
2009-03-29fixed small bug on OpenBSD for getaddrinfoAndreas Baumann
2009-03-29removed inet_ntop (is obsolete and ugly!), use getnameinfo insteadAndreas Baumann
2009-03-29cleaned up Cygwin getaddrinfo and started Win32 getaddrinfoAndreas Baumann
2009-03-29added stub implementation of getaddrinfo on CygwinAndreas Baumann
2009-03-29getaddrinfo on Solaris 8, also fixed a 64-bit alignment cast issue around ine...Andreas Baumann
2009-03-29getaddrinfo on OpenBSDAndreas Baumann
2009-03-29fixed some SUNOS netdb.h stuffAndreas Baumann
2009-03-29getaddrinfo on Solaris 10Andreas Baumann
2009-03-29again checkin for broken freebsd 7 (git is happilly broken there! dont use it!)Andreas Baumann
2009-03-29temporary Freebsd cehckinAndreas Baumann
2009-03-29fixed on Linux againAndreas Baumann
2009-03-29getaddrinfo, inet_ntop on NetBSDAndreas Baumann
2009-03-29added a simple getaddrinfo testAndreas Baumann
2009-03-28added simple wikipedia test for getaddrinfo/getnameinfoAndreas Baumann
2009-03-28started to add getaddrinfo and netdb port stubAndreas Baumann
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