Merge branch 'subsystems'

This commit is contained in:
Nick Mathewson
2018-11-09 15:01:49 -05:00
72 changed files with 1013 additions and 163 deletions
+6
View File
@@ -0,0 +1,6 @@
o Major features (refactoring):
- Tor now uses an explicit list of its own subsystems when initializing
and shutting down. Previously, these systems were managed implicitly
though various places throughout the codebase. (There still some
subsystems using the old system.)
Closes ticket 28330.