summaryrefslogtreecommitdiff
path: root/evutil_time.c
Commit message (Expand)AuthorAgeFilesLines
* Check CLOCK_MONOTONIC_* at runtime if needed.Nick Mathewson2013-08-191-9/+10
* Add regress_finalize to makefile.nmakerelease-2.1.3-alphaNick Mathewson2013-05-011-3/+3
* Avoid unused-var warning on systems with clock_gettime but without CLOCK_MONO...Nick Mathewson2012-08-021-0/+2
* Simple unit tests for monotonic timersNick Mathewson2012-04-261-8/+20
* Implement fast/precise monotonic clocks on WindowsNick Mathewson2012-04-261-25/+130
* Refactor monotonic timer handling into a new type and set of functions; add a...Nick Mathewson2012-04-261-0/+235
* Split out time-related prototypes into time-internal.hNick Mathewson2012-04-201-1/+0
* Split out time-related evutil functions into a new evutil_time.cNick Mathewson2012-04-201-0/+134