aboutsummaryrefslogtreecommitdiff
path: root/changes/decouple_control_events
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-09 09:44:02 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-09 09:44:31 -0400
commit2f8c0584bf3fa960f2cd1f63f57e5e908699cd1f (patch)
treead978812f9facfdeff515c24f0bfda085198424e /changes/decouple_control_events
parent638e5f976b038942043b8f053af7470345e810f5 (diff)
downloadtor-2f8c0584bf3fa960f2cd1f63f57e5e908699cd1f.tar.gz
tor-2f8c0584bf3fa960f2cd1f63f57e5e908699cd1f.zip
Fold changes files into changelog
Diffstat (limited to 'changes/decouple_control_events')
-rw-r--r--changes/decouple_control_events8
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/decouple_control_events b/changes/decouple_control_events
deleted file mode 100644
index 67c9c11f87..0000000000
--- a/changes/decouple_control_events
+++ /dev/null
@@ -1,8 +0,0 @@
- 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.
-