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