From: Nick Mathewson Date: Mon, 2 Apr 2018 20:48:54 +0000 (-0400) Subject: Changes files for post-loop events (25374) X-Git-Tag: tor-0.3.4.1-alpha~158^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fe499eb3f4c4a15249f9f913a1cb4e59e94d03f;p=thirdparty%2Ftor.git Changes files for post-loop events (25374) --- diff --git a/changes/ticket25374 b/changes/ticket25374 new file mode 100644 index 0000000000..5fc59d1589 --- /dev/null +++ b/changes/ticket25374 @@ -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. +