Files
tor/changes
Nick Mathewson e531d4d1b9 Fix a completely wrong calculation in mach monotime_init_internal()
Bug 1: We were purporting to calculate milliseconds per tick, when we
*should* have been computing ticks per millisecond.

Bug 2: Instead of computing either one of those, we were _actually_
computing femtoseconds per tick.

These two bugs covered for one another on x86 hardware, where 1 tick
== 1 nanosecond.  But on M1 OSX, 1 tick is about 41 nanoseconds,
causing surprising results.

Fixes bug 40684; bugfix on 0.3.3.1-alpha.
2022-10-13 13:40:10 -04:00
..
2021-01-21 13:39:40 -05:00
2020-10-27 14:47:42 -07:00
2020-11-10 17:29:37 -05:00
2021-06-01 12:16:06 -04:00
2020-11-02 07:15:10 -05:00
2021-01-21 23:17:31 +02:00
2021-07-06 13:33:05 +03:00
2021-06-30 08:14:57 -04:00
2021-03-12 11:31:36 -05:00
2020-10-28 11:48:23 -04:00
2021-10-29 09:19:59 -04:00
2020-11-17 07:58:26 -05:00
2021-01-21 16:06:31 -05:00
2021-02-23 12:16:58 -05:00
2021-08-11 09:07:05 -04:00
2021-10-19 09:51:24 -04:00
2021-10-25 20:56:26 +00:00
2022-05-09 14:35:42 +00:00