aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_periodic_event.c
AgeCommit message (Expand)Author
2022-12-16Fix typosDimitris Apostolou
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-11-12Fix typos.Samanta Navarro
2020-10-27tests: Fix unit tests after adding new HS metrics moduleDavid Goulet
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-04-30Rename and clarify some functions for periodic eventsNick Mathewson
2019-04-30Turn 'mainloop' into a subsystem.Nick Mathewson
2019-04-25Move the responsibility for listing periodic events to periodic.cNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-11-15Make the NET_PARTICIPANT role dependent on user activityNick Mathewson
2018-11-15Move control_per_second_events() into a callback with its own roleNick Mathewson
2018-11-15Add new "ALL" and "NET_PARTICIPANT" roles for periodic eventsNick Mathewson
2018-09-27Always initialize the periodic events list.Nick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-08-07Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-02When enabling periodic events, schedule but don't run them immediately.Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-04-30Make unit tests pass with new dirserver role.Nick Mathewson
2018-04-27test: Unit test for the HS service event rescanDavid Goulet
2018-04-27hs: Rescan the main loop event list if the service map changesDavid Goulet
2018-04-27main: Add mainloop callback event flagsDavid Goulet
2018-04-23test: Add periodic events unit testsDavid Goulet