Merge branch 'decouple_controller_events_squashed'

This commit is contained in:
Nick Mathewson
2015-08-18 08:56:31 -04:00
13 changed files with 472 additions and 135 deletions
+8
View File
@@ -0,0 +1,8 @@
o Code simplification and refactoring:
- When generating an event to send to the controller, we no longer
put the event over the network immediately. Instead, we queue
these events, and use a Libevent callback to deliver them.
This change simplifies Tor's callgraph by reducing the number
of functions from which all other Tor functions are reachable.
Closes ticket 16695.