summaryrefslogtreecommitdiff
path: root/tests/network
AgeCommit message (Expand)Author
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
2009-04-05finished acceptor in network test2Andreas Baumann
2009-04-05added accpeting and logging of accepted connections in networking test2Andreas Baumann
2009-04-05started with a server test2 (networking), started to create a public helper i...Andreas Baumann
2009-04-05HAVE_IPV6 for stockaddr union (ipv6 field) on CygwinAndreas Baumann
2009-04-05fixed size_t printfs on OpenBSD for network test 1Andreas Baumann
2009-04-05more tests about asynchonous connects and aligned sockaddr unionsAndreas Baumann
2009-04-04fixed asynchronous connect on LinuxAndreas Baumann
2009-04-04non-blocking connect, but how to testAndreas Baumann
2009-04-04added an asynchonous connect, but how to test all the cases!?Andreas Baumann
2009-04-04simple network test client seems to work fineAndreas Baumann
2009-04-03more network testingAndreas Baumann
2009-04-03no filenoAndreas Baumann
2009-04-02added a simple network testAndreas Baumann