aboutsummaryrefslogtreecommitdiff
path: root/src/app/main/subsystem_list.c
AgeCommit message (Expand)Author
2020-07-08trace: Hook lib/trace as a subsystemDavid Goulet
2020-02-24Move process subsystem after evloop.Nick Mathewson
2020-02-24Merge ocirc and orconn events into or subsystem.Nick Mathewson
2020-02-24Move winprocess_sys into a new low-level hardening moduleNick Mathewson
2020-02-13Re-order thread initialization to follow logging, and remove a comment.Nick Mathewson
2020-02-13Re-order most subsystems to correspond to dependency order.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-19Add "stub" files for disabled modules.Nick Mathewson
2019-11-14relay: Disable relay_sys when the relay module is disabledteor
2019-10-26doxygen: add @file declarations for src/appNick Mathewson
2019-09-10main: add some newlines to the subsystem list, for readabilityteor
2019-09-10main: remove level number comments from the subsystem list (master)teor
2019-09-10Merge branch 'bug31615_041' into bug31615_masterteor
2019-09-10main: remove level number comments from the subsystem list (0.4.1)teor
2019-09-10Merge branch 'bug31615_040' into bug31615_041teor
2019-09-10main: remove level number comments from the subsystem list (0.4.0)teor
2019-06-14Make evloop into a subsystem.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-01-16Bump copyright date to 2019Nick Mathewson
2018-12-21Merge branch 'orconn-tracker_squashed'Nick Mathewson
2018-12-21Fix priority on process subsystem level: it uses "net"Nick Mathewson
2018-12-21Use the subsystem list to initialize and shutdown process module.Alexander Færøy
2018-12-20Add bootstrap tracker subsystemTaylor Yu
2018-12-20Add origin circuit event pubsub systemTaylor Yu
2018-12-20Add ORCONN event pubsub systemTaylor Yu
2018-11-09Annotate subsystem list with their levels.Nick Mathewson
2018-11-09Add list of levels in subsystem_list.cNick Mathewson
2018-11-05Make tortls use the subsystems interfaceNick Mathewson
2018-11-05Turn "compress" into a subsystem.Nick Mathewson
2018-11-05Move monotonic time setup into a subsystemNick Mathewson
2018-11-05Add crypto module as a subsystem.Nick Mathewson
2018-11-05Move networking startup/cleanup logic into a subsystem.Nick Mathewson
2018-11-05Turn the wallclock module into a subsystem.Nick Mathewson
2018-11-05Turn the logging code into a subsystemNick Mathewson
2018-11-05Add a subsystem for our threading supportNick Mathewson
2018-11-05Make the windows process parameter initialization a subsystemNick Mathewson
2018-11-05Make initialization for the "err" library into a subsystem.Nick Mathewson
2018-11-05Code to manage the list of subsystems.Nick Mathewson