summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-11-09fixed on WindowsAndreas Baumann
2011-11-05gettext is in i18n now, has nothing to do with portingAndreas Baumann
2011-11-05gettext is in i18n now, has nothing to do with portingAndreas Baumann
2011-11-04some more fixes when disabling NLSAndreas Baumann
2011-11-03small fixes around ENABLE_THREADSAndreas Baumann
2011-10-31added a HAVE_THREADS flagAndreas Baumann
2011-10-16made getaddrinfo test parametrizable and tests run without internet connectio...Andreas Baumann
2010-09-09fixed some memory leaksAndreas Baumann
2010-07-16fixed wrong order of inclusion for tcc (string.h and memcpy redefinition)baumann
2010-06-13removed most of the C++ stuffAndreas Baumann
2010-06-13fixed C problemsAndreas Baumann
2010-06-13renamed wolf_library_get_func to wolf_library_get as we can loadAndreas Baumann
2010-06-06partially fixed on SPARC Solaris 8Andreas Baumann
2010-06-06fixed pcc on linux (gengetopt and generated code, __attribute__ infection of ...Andreas Baumann
2010-06-04fixed on netbsd (dlerror) and localtime_r memcmp of unpadded structsbaumann
2010-06-03can pass thread data now (Linux), adapted testsAndreas Baumann
2010-06-03fixed overload of configuration options with command line options in testd.cAndreas Baumann
2010-05-24fixed dependencies in loader testAndreas Baumann
2010-05-24better error handling in library loaderAndreas Baumann
2010-05-23fixed error handling on UnixAndreas Baumann
2010-05-23removed FormatMessage/Win32 macro from log.h and added aAndreas Baumann
2010-05-21final cleanup in documentation of library loaderAndreas Baumann
2010-05-20final solution of library loaderAndreas Baumann
2010-05-20started to get rid of funny casts in library testAndreas Baumann
2010-05-20fixed windows cleanup in library testsAndreas 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-19cleaned upAndreas Baumann
2010-05-19fixed the function dlsym casting problemAndreas 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-18better error messageAndreas Baumann
2010-05-18first proper error handling for loaderAndreas Baumann
2010-05-18merged makefile system with SMERPAndreas Baumann
2010-05-17started to add a testlibAndreas 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-04-18added quite some copyrightsAndreas Baumann
2009-04-26more tests on proactor patternAndreas Baumann
2009-04-26started to move Unix-specific networking stuff into the wolf library (out of ...Andreas Baumann
2009-04-26added a proactor test, trying to implement the paper on Linux withAndreas Baumann
2009-04-07more documentationAndreas Baumann
2009-04-07cleaned up cleanup code in test1_unix.c in network testsAndreas Baumann
2009-04-07renamed tests to be pure unix testsAndreas Baumann
2009-04-07integrated non-working test1 from native Windows (async select on stdin)Andreas Baumann
2009-04-06also did the echo server test2 in networking, a little bit simplisticAndreas Baumann
2009-04-05fixed second connect in test1Andreas Baumann
2009-04-06no EPROTO in accept in test2Andreas Baumann
2009-04-05changed asynchronous connect strategy, double connect seems more reliable on ...Andreas Baumann