]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes files for post-loop events (25374)
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Apr 2018 20:48:54 +0000 (16:48 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 13 Apr 2018 14:44:15 +0000 (10:44 -0400)
changes/ticket25374 [new file with mode: 0644]

diff --git a/changes/ticket25374 b/changes/ticket25374
new file mode 100644 (file)
index 0000000..5fc59d1
--- /dev/null
@@ -0,0 +1,6 @@
+  o Code simplification and refactoring:
+    - Our main loop has been simplified so that all important operations
+      happen inside events. Previously, some operations had to happen
+      outside the event loop, to prevent infinite sequences of event
+      activations. Closes ticket 25374.
+