- Nov 16, 2009
- Nov 15, 2009
-
-
Yang Tse authored
getaddrinfo is fully thread safe on solaris versions which implement the function even when h_errno is not a macro. The h_errno macro test now only done on systems for which there is no hard coded knowledge about getaddrinfo's thread safeness.
-
- Nov 14, 2009
-
-
Yang Tse authored
Refactor how preprocessor symbol _THREAD_SAFE definition is done.
-
- 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
- Nov 01, 2009
-
-
Yang Tse authored
Undo old temporary change once used for testing purposes
-
- Oct 31, 2009
-
-
Yang Tse authored
Symbol hiding configure options renamed to the hopefully less ambiguous --enable-symbol-hiding and --disable-symbol-hiding as well as related macro names and some internal variables used for them. Related configuration file preprocessor symbols named to CARES_SYMBOL_HIDING and CARES_SYMBOL_SCOPE_EXTERN.
-
- Oct 29, 2009
-
-
Yang Tse authored
-
- Oct 28, 2009
-
-
Yang Tse authored
based on the 'visibility' attribute for GNUC and __global for Sun compilers, taking also in account __declspec function decoration for Win32 and Symbian DLL's. Introducing configure options --enable-hidden-symbols and --disable-hidden-symbols following libcurl's naming.
-
- Oct 19, 2009
- Sep 29, 2009
-
-
Yang Tse authored
make errno available as a preprocessor macro.
-
- Jul 16, 2009
-
-
Guenter Knauf authored
-
- Jul 14, 2009
-
-
Guenter Knauf authored
renamed generated config.h to ares_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
-
- 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
-
- Jun 09, 2009
-
-
Yang Tse authored
-
- Jun 05, 2009
-
-
Yang Tse authored
-
- May 28, 2009
-
-
Yang Tse authored
-
- May 27, 2009
-
-
Yang Tse authored
systems which support external, undefined, symbols in shared libraries.
-
- May 26, 2009
-
-
Yang Tse authored
-
- May 15, 2009
-
-
Yang Tse authored
-
- May 07, 2009
- Apr 28, 2009
-
-
Yang Tse authored
-
- Apr 26, 2009
-
-
Yang Tse authored
-
- Apr 17, 2009
-
-
Yang Tse authored
-
- Apr 15, 2009
-
-
Yang Tse authored
the socklen_t issue on this platform.
-
- Feb 13, 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 19, 2008
-
-
Yang Tse authored
-
- Nov 18, 2008
- Nov 17, 2008
-
-
Yang Tse authored
used, and define HAVE_IOCTL_SIOCGIFADDR if appropriate.
-