aboutsummaryrefslogtreecommitdiff
path: root/src/or/periodic.c
AgeCommit message (Expand)Author
2018-08-02When enabling periodic events, schedule but don't run them immediately.Nick Mathewson
2018-05-03Add update_current_time() calls to periodic and event-driven callbacksNick Mathewson
2018-04-23periodic: Add an enable and disable functionDavid Goulet
2018-04-23main: Launch periodic events by rolesDavid Goulet
2018-04-05Add an API for a scheduled/manually activated event in the mainloopNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-07-04Raise libevent dependency to 2.0.10-stable or newerSebastian Hahn
2016-04-05quiet debug logs from periodic_event_dispatch()Roger Dingledine
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Make sure that every module in src/or has a brief description.Nick Mathewson
2015-11-17Some unit tests now require that periodic events be initialized.Nick Mathewson
2015-11-17Changes to 3199 branch based on feedback from specialNick Mathewson
2015-11-16Add documentation for periodic event apiNick Mathewson
2015-11-13Change periodic.c to use libevent directlyNick Mathewson
2015-11-13fix whitespace; remove dead codeNick Mathewson
2015-11-13Infrastructure for replacing global periodic events in main.cKevin Butler