summaryrefslogtreecommitdiff
path: root/toxcore/mono_time.h
AgeCommit message (Expand)Author
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-10-31Add some hopefully helpful documentation to the functions in mono_time.hzugz (tox)
2018-09-14Standardise header guards.iphydf
2018-09-03Avoid use of global mutable state in mono_time on win32.iphydf
2018-08-26Add support for setting a custom monotonic time function in mono_timezugz (tox)
2018-08-21consistently use 'mono_time' rather than 'monotime'zugz (tox)
2018-08-19make Mono_Time an argument to current_time_monotoniczugz (tox)
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-10Use the crypto random functions instead of `rand()`.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf