summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-31fixed create/join thread on NetBsdAndreas Baumann
2009-03-31started to add thread support (POSIX)Andreas Baumann
2009-03-31created subdir for threading stuff, moved mutex thereAndreas Baumann
2009-03-31fixed inlining with microsoft compiler, introduced a INLINE macroAndreas Baumann
2009-03-30mutexes on native WindowsAndreas Baumann
2009-03-30threading and strerror_r/mutex on Solaris 10 (gcc and Forte)Andreas Baumann
2009-03-30strerror_r on freebsdAndreas Baumann
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