diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-18 08:56:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-18 08:56:31 -0400 |
commit | eafae7f677364175e384d0e2c79f05e7d300049d (patch) | |
tree | c91e6744961a2c38cdec3ce559199b4834c548c5 /changes | |
parent | fe4c0a187dcc6ec8a14175dfc4c62334221d4239 (diff) | |
parent | 087cf882c6a9ef6b9617d21ef26c19c47a4fc660 (diff) | |
download | tor-eafae7f677364175e384d0e2c79f05e7d300049d.tar.gz tor-eafae7f677364175e384d0e2c79f05e7d300049d.zip |
Merge branch 'decouple_controller_events_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/decouple_control_events | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/decouple_control_events b/changes/decouple_control_events new file mode 100644 index 0000000000..67c9c11f87 --- /dev/null +++ b/changes/decouple_control_events @@ -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. + |