aboutsummaryrefslogtreecommitdiff
path: root/src/core/mainloop/mainloop.h
AgeCommit message (Expand)Author
2020-01-29mainloop: Simplify ip_address_changed()teor
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-17Use an enum for quiet_level.Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-06Move "relay" and "router" periodic callbacks out of mainloop.cNick Mathewson
2019-04-30Move dirauth periodic events into dirauth module.Nick 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-12-17Use run_main_loop_until_done() for process_t tests.Alexander Færøy
2018-11-26Test for check_network_participation_callback()Nick Mathewson
2018-11-26Test netstatus.c tracking of user participation statusNick Mathewson
2018-11-15Make the NET_PARTICIPANT role dependent on user activityNick Mathewson
2018-11-15Turn second_elapsed_callback into a normal periodic event.Nick Mathewson
2018-11-15Move the responsibility for delayed shutdown into the mainloopNick Mathewson
2018-09-22Initialize mainloop events earlier, since other stuff may run them.Nick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson