summaryrefslogtreecommitdiff
path: root/toxcore/mono_time.c
AgeCommit message (Expand)Author
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2019-09-18Fix pthread_mutex_destroy getting too many argumentsRobin Lindén
2019-09-09don't update the overflow state in current_time_monotonicsudden6
2019-09-06fix concurrency issues in mono_timesudden6
2018-09-03Avoid use of global mutable state in mono_time on win32.iphydf
2018-08-30Remove the use of `CLOCK_MONOTONIC_RAW`.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-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf