aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat_time.h
AgeCommit message (Expand)Author
2018-09-14Make circuitmux ewma timing test more tolerant on 32bit osxNick Mathewson
2018-04-26Add a function to compute millisecond time difference quickly.Nick Mathewson
2018-04-16Make tor_gettimeofday() mockableNeel Chauhan
2018-04-13Expose a function that computes stamp units from msec.Nick Mathewson
2017-12-13Add a function to add msec to a monotime.Nick Mathewson
2017-12-13Add monotime functions for clearing monotonic timesNick Mathewson
2017-12-08Use mach_approximate_time() for coarse time where available.Nick Mathewson
2017-11-27Add a new notion of "stamps" to be a fast 32-bit monotonic timestampNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-15Split some long #if lines to make the #endif annotator happyNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-07-21loony mingwcross bug: insist we dont have clock_gettime.Nick Mathewson
2016-07-21Actually make monotonic time functions mockable.Nick Mathewson
2016-07-21Revert "Make the monotonic{_coarse,}_get() functions mockable."Nick Mathewson
2016-07-21Make the monotonic{_coarse,}_get() functions mockable.Nick Mathewson
2016-07-19Expose monotonic time ratchet functions for testing.Nick Mathewson
2016-07-19Basic portable monotonic timer implementationNick Mathewson
2016-07-08Move our "what time is it now" compat functions into a new moduleNick Mathewson