summaryrefslogtreecommitdiff
path: root/include/wolf
AgeCommit message (Expand)Author
2010-05-20final solution of library loaderAndreas Baumann
2010-05-20loader works on windowsAndreas Baumann
2010-05-20more portable way of returning the function pointer in the dynloaderAndreas Baumann
2010-05-20got to first error message on Windows (library loader)Andreas Baumann
2010-05-18now stuck in dlsym/dereferencing type-punned pointer will break strict-aliasi...Andreas Baumann
2010-05-18added building of the test libraryAndreas Baumann
2010-05-18started to add generic error messages, not sure if that's a very good ideaAndreas 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-17added some comments around compiler specific port sectionsAndreas 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
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-06small fixes in network.h, we really don't have to export IPV6 capabilitiesAndreas Baumann
2009-04-05started with a server test2 (networking), started to create a public helper i...Andreas Baumann
2009-04-05small fix in windows32 netdb.hAndreas Baumann
2009-04-05snprintf stub for Solaris 8, z size_t modifier doesn't workAndreas Baumann
2009-04-03more network testingAndreas Baumann
2009-04-01removed another superfluos getaddrinfo.h in netdb.hAndreas 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-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