- Nov 13, 2009
-
-
Yang Tse authored
knowledge says the contrary or h_errno is not defined.
-
Yang Tse authored
- Constantine Sapuntzakis reported that Darwin 6.0 a.k.a. MAC OS X 10.2 and newer have a threadsafe getaddrinfo. - Fix Dragonfly BSD triplet detection. - In case the hard-coded knowledge says that getaddrinfo is threadsafe, an additional check is done to verify that h_errno is also defined. If h_errno isn't defined, we finally assume that it isn't threadsafe. Jamie Lokier provided the inspiration for this extra check.
-
- Nov 12, 2009
- Jun 20, 2009
-
-
Yang Tse authored
Refactor how libraries are checked for connect() function, and check for connect() as it is done for other functions.
-
- Jun 18, 2009
-
-
Yang Tse authored
-
- Jun 17, 2009
-
-
Yang Tse authored
check for socket() and closesocket() as it is done for other functions
-
- Apr 28, 2009
-
-
Yang Tse authored
-
- Apr 26, 2009
-
-
Yang Tse authored
-
- Nov 20, 2008
-
-
Dan Fandrich authored
HAVE_IOCTL_SIOCGIFADDR since it's needed to use SIOCGIFADDR and Watcom C doesn't currently define it.
-
- Nov 18, 2008
-
-
Yang Tse authored
-
- Nov 17, 2008
- Nov 14, 2008
- Nov 13, 2008
-
-
Yang Tse authored
non-blocking mode, and decouple function detection from function capability.
-
- Oct 30, 2008
- Oct 29, 2008
- Oct 28, 2008
- Oct 23, 2008
-
-
Yang Tse authored
-
- Sep 24, 2008
- Sep 22, 2008
-
-
Yang Tse authored
check for winsock build target configurations
-
- Sep 18, 2008
-
-
Yang Tse authored
-
- Sep 17, 2008
- Sep 16, 2008
-
-
Yang Tse authored
that lacks the writev function.
-
- Sep 15, 2008
-
-
Yang Tse authored
strcasecmp() strcmpi() stricmp() strncasecmp() strncmpi() strnicmp()
-
- Sep 11, 2008
-
-
Yang Tse authored
-