summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20fixed on LinuxAndreas 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-20added a TODO fileAndreas Baumann
2010-05-19cleaned upAndreas Baumann
2010-05-19fixed the function dlsym casting problemAndreas Baumann
2010-05-19adapted gitignoreAndreas 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-18fixed a linking problem around LINK and tccAndreas Baumann
2010-05-18merged makefile system with SMERPAndreas Baumann
2010-05-18started to add generic error messages, not sure if that's a very good ideaAndreas Baumann
2010-05-18compiles again, big issue around how to deal with i18n/error handling and lib...Andreas Baumann
2010-05-18switching machineAndreas 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-17adapted .gitignoreAndreas Baumann
2010-05-17started to add a dynamic library loader, interface and Linux/DLFCN for nowAndreas Baumann
2010-05-17cleaned up mission and documentation of shared library modulesAndreas 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-05-15added a possible source for a C-grammar, we need this for a non-Perl eventlog...Andreas Baumann
2010-04-18adapted .gitignoreAndreas Baumann
2010-04-18added quite some copyrightsAndreas Baumann
2010-04-13changed location of Windows platform SDK, tested with VC9 and Windows XPAndreas Baumann
2010-04-07added a missing return in service functionAndreas Baumann
2010-04-05added another daemon howtoAndreas Baumann
2009-09-27added some C++ DLL windows documentationAndreas Baumann
2009-08-24updated docs about librariesAndreas Baumann
2009-07-19added shared library documentationAndreas Baumann
2009-07-13adapted to Windows SDK 2003 R2Andreas Baumann
2009-06-14fixed for NetBSD 5.0Andreas Baumann
2009-06-14fixed on OpenBSD 4.5Andreas Baumann
2009-05-10merged guess_env from kmubunnyAndreas Baumann
2009-05-10fixed guess_env permission problems in platform.mkAndreas 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-07more documentationAndreas Baumann
2009-04-07started to read proactor paper from 1997, added some findingsAndreas 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