Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-05-09 | Distinguish true clock jumps from idleness | Nick Mathewson | |
Since we're going to be disabling the second-elapsed callback, we're going to sometimes have long periods when no events file, and so the current second is not updated. Handle that by having a better means to detect "clock jumps" as opposed to "being idle for a while". Tolerate far more of the latter. Part of #26009. | |||
2018-05-03 | Basic unit tests for update_current_time(). | Nick Mathewson | |
This function is about to get more complicated, so we should track how it's working. |