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