summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2013-06-23fixed for Linux kernel 3.9.xAndreas Baumann
2012-10-17fix for Linux 3.5 and 3.6Andreas Baumann
2012-08-15adapted for Linux 3.4Andreas Baumann
2012-03-23retested on Linux 3.2 with tcc (git version!) and pcc (Cvs version)Andreas Baumann
2011-11-30fixed on FreeBSD 8.2Andreas Baumann
2011-11-17adapted for OpenBSD 5.0 on SPARCAndreas Baumann
2011-11-09adapted for Linux 3.1Andreas Baumann
2011-11-05some fixes aroung gettext in doxygen dokuAndreas 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-03default values for ENABLE_NLS and ENABLE_THREADSAndreas Baumann
2011-08-21adapted for Linux 3.0Andreas Baumann
2010-06-13renamed wolf_library_get_func to wolf_library_get as we can loadAndreas Baumann
variables in DLLs added tests for variables and structs in DLLs (Windows)
2010-06-10fixed installation of header filesAndreas Baumann
2010-06-07updated for FreeBSD 7.2Andreas Baumann
2010-06-06fixed loader and networking on SPARC Solaris 10Andreas Baumann
2010-06-06fixed pcc on linux (gengetopt and generated code, __attribute__ infection of ↵Andreas Baumann
header files)
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-05-24better error handling in library loaderAndreas Baumann
2010-05-23cleaned up documentation in loaderAndreas Baumann
2010-05-23fixed some doxygen documentationAndreas Baumann
2010-05-23removed FormatMessage/Win32 macro from log.h and added aAndreas Baumann
more portable wolf_system_error_msg in errors module
2010-05-21fixed includes for networking on windowsAndreas Baumann
2010-05-21final cleanup in documentation of library loaderAndreas Baumann
2010-05-21fixed on NetBSD 5.0.2 (64-bit)baumann
fixed wrong usage of snprintf in errors.c
2010-05-21fixed on OpenBSD 4.7 64-bitAndreas Baumann
2010-05-21fixed compilation on FreeBSD 8.0 (64-bit)Andreas Baumann
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 ↵Andreas Baumann
strict-aliasing rules beautiness :-)
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 ↵Andreas Baumann
building from SMERP first
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 ↵Andreas Baumann
header files, but there are a lot of funny GNUism in public header files..
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
the tests)
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 ↵Andreas Baumann
include file network.h
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