aboutsummaryrefslogtreecommitdiff
path: root/ares/ares__timeval.c
AgeCommit message (Collapse)Author
2009-11-02Renamed c-ares setup.h to ares_setup.hYang Tse
2008-07-02fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse
2008-05-20if'def out private function ares__tvdiff(), it is not in use yet.Yang Tse
2008-05-12configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse
when function clock_gettime() is available and the monotonic timer is also available. Otherwise, in some cases, librt or libposix4 could be used for linking even when finally not using the clock_gettime() function due to lack of the monotonic clock.
2008-05-10fix syntax error: missing semicolonYang Tse
2008-05-09Use monotonic time source if available.Yang Tse