- Nov 20, 2009
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
to return a linked lists of results. These were also modified to internally use the ares_data memory struct and as such its result must be free'ed with ares_free_data().
-
Yang Tse authored
applications to free memory allocated and returned by some c-ares funtions.
-
- Nov 18, 2009
- 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.
-
Yang Tse authored
Remove files generated on previous buildconf/configure run
-
Yang Tse authored
Remove enable-thread / disable-thread configure option. These were only placebo options. The library is always built as thread safe as possible on every system.
-
- 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 11, 2009
- Nov 10, 2009
- Nov 09, 2009
-
-
Yang Tse authored
-
Yang Tse authored
c-ares libraries in debug and release flavours. Additionally each of the three sample programs is built against each of the four possible c-ares libraries, generating all this a total number of 12 executables and 4 libraries.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Nov 05, 2009
-
-
Yang Tse authored
-
- Nov 04, 2009
-
-
Yang Tse authored
-
- Nov 02, 2009
- Nov 01, 2009
-
-
Yang Tse authored
Undo old temporary change once used for testing purposes
-
- Oct 31, 2009