Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-02 | fallback to gettimeofday when monotonic clock is unavailable at run-time | Yang Tse | |
2008-05-20 | if'def out private function ares__tvdiff(), it is not in use yet. | Yang Tse | |
2008-05-12 | configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only | Yang 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-10 | fix syntax error: missing semicolon | Yang Tse | |
2008-05-09 | Use monotonic time source if available. | Yang Tse | |