summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2009-04-01updated German po for testdAndreas Baumann
2009-04-01fixed messages and script for testserviceAndreas Baumann
2009-04-01fixed localizationAndreas Baumann
2009-04-01added retrieving service/port with getnameinfo in test_getddrinfoAndreas Baumann
2009-04-01fixed gai_strerror_r test on native WindowsAndreas Baumann
2009-04-01removed extern in function prototypes; added gai_strerror_r and a test, clean...Andreas Baumann
2009-04-01fixed dependency on Windows for test_counter_mutexAndreas Baumann
2009-04-01adapted values in mutex test to fit slow platformsAndreas Baumann
2009-04-01added a mutex around a counter testAndreas Baumann
2009-03-31small fix for Forte compiler with WOLF_THREAD_RETURN and double semi-colonAndreas Baumann
2009-03-31removed Windows Sleep in thread testAndreas Baumann
2009-03-31fixed threading on native WindowsAndreas Baumann
2009-03-31added a simple thread testAndreas Baumann
2009-03-31started to add thread support (POSIX)Andreas Baumann
2009-03-29more WSACleanup in test_getaddrinfoAndreas Baumann
2009-03-29conditional compilation in test_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-29a fix around TEST_GETADDRINFO (we can't really test in parallel yet!)Andreas 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-29wAndreas Baumann
2009-03-29corrected inet_ntop usageAndreas Baumann
2009-03-29added a simple getaddrinfo testAndreas Baumann
2009-03-28added simple wikipedia test for getaddrinfo/getnameinfoAndreas Baumann
2009-03-28started to add getaddrinfo and netdb port stubAndreas Baumann