diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-05-13 20:48:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-05-13 20:48:48 +0000 |
commit | 46dbd9461af66b9aa11a7f9e776979df6be028ac (patch) | |
tree | 3bfc49e25d58aec0342727b02ba904c7ea6c7e0e /CHANGES | |
parent | 76d91c21ad6248518e37eb6dd6b52fb7ab8a7fbd (diff) | |
download | c-ares-46dbd9461af66b9aa11a7f9e776979df6be028ac.tar.gz c-ares-46dbd9461af66b9aa11a7f9e776979df6be028ac.tar.bz2 c-ares-46dbd9461af66b9aa11a7f9e776979df6be028ac.zip |
- Introducing millisecond resolution support for the timeout option. See
ares_init_options()'s ARES_OPT_TIMEOUTMS.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ Changelog for the c-ares project +* May 13 2008 (Daniel Stenberg) + +- Introducing millisecond resolution support for the timeout option. See + ares_init_options()'s ARES_OPT_TIMEOUTMS. + * May 9 2008 (Yang Tse) - Use monotonic time source if available, for private function ares__tvnow() |