Skip to content
Snippets Groups Projects
  1. Mar 30, 2022
  2. Mar 29, 2022
  3. Mar 28, 2022
  4. Mar 27, 2022
  5. Mar 25, 2022
  6. Mar 24, 2022
  7. Mar 23, 2022
    • eta's avatar
      Implement a periodic task scheduler, and a basic dormant mode · 1ca79ff9
      eta authored
      This is a revised version of !397; it implements a scheduling system for
      periodic tasks that can be externally controlled, and then uses the
      external control aspect to implement a basic dormant mode (#90).
      
      More technically, the scheduling system consists of a `Stream` that
      periodic tasks are expected to embed in a `while` loop or similar, a
      way for tasks themselves to choose how long to wait until the stream
      next yields a result, and a handle to control this outside of the task.
      1ca79ff9
    • Nick Mathewson's avatar
      Merge branch 'netinfo-clock-skew' into 'main' · 791394cd
      Nick Mathewson authored
      tor-proto: add the ability to learn clock skew from NETINFO cells
      
      See merge request tpo/core/arti!410
      791394cd
Loading