summaryrefslogtreecommitdiff
path: root/time-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Simple unit tests for monotonic timersNick Mathewson2012-04-261-1/+4
|
* Implement fast/precise monotonic clocks on WindowsNick Mathewson2012-04-261-2/+13
| | | | | This uses code from libutp, which was released under the MIT license; see evutil_time.c and LICENSE changes.
* Refactor monotonic timer handling into a new type and set of functions; add ↵Nick Mathewson2012-04-261-0/+42
| | | | | | | a gettimeofday-based ratcheting implementation Now, event.c can always assume that we have a monotonic timer; this makes event.c easier to write.
* Split out time-related prototypes into time-internal.hNick Mathewson2012-04-201-0/+45