summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-07more documentation about Win32 networking experiment with selectAndreas Baumann
2009-04-06small fixes in network.h, we really don't have to export IPV6 capabilitiesAndreas Baumann
2009-04-06also did the echo server test2 in networking, a little bit simplisticAndreas Baumann
2009-04-06added comment about solaris 8 stdio problemsAndreas 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
Linux at least
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 ↵Andreas Baumann
include file network.h
2009-04-05small fix in windows32 netdb.hAndreas Baumann
2009-04-05HAVE_IPV6 for stockaddr union (ipv6 field) on CygwinAndreas Baumann
2009-04-05snprintf stub for Solaris 8, z size_t modifier doesn't workAndreas 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-04added more documentation about asynchronous connectsAndreas 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-02more networking docuAndreas Baumann
2009-04-02added some networking docuAndreas 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-01updated thread porting thread docuAndreas Baumann
2009-04-01removed HAVE_PTHREADS from sys_internal.h (is in sys.h)Andreas Baumann
2009-04-01fixed stub implementation of getnameinfo (itoa and basis 10, not basis servlen)Andreas Baumann
2009-04-01added retrieving service/port with getnameinfo in test_getddrinfoAndreas Baumann
2009-04-01removed another superfluos getaddrinfo.h in netdb.hAndreas 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, ↵Andreas Baumann
cleanup in netdb.h and netdb.c
2009-04-01update .gitignoreAndreas 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-04-01fixed WIN32_MEAN_AND_LEAN and some docuAndreas 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-31fixed pthreads flags on Solaris 8Andreas Baumann
2009-03-31fixed therading flags on FreeBSD againAndreas Baumann
2009-03-31fixed create/join thread on NetBsdAndreas Baumann
2009-03-31added a simple thread testAndreas Baumann
2009-03-31started to add thread support (POSIX)Andreas Baumann
2009-03-31created subdir for threading stuff, moved mutex thereAndreas Baumann
2009-03-31fixed pthread flags for pccAndreas Baumann