]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for libevent isolation work
authorNick Mathewson <nickm@torproject.org>
Tue, 3 Oct 2017 17:02:59 +0000 (13:02 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 Apr 2018 16:36:28 +0000 (12:36 -0400)
changes/isolate_libevent [new file with mode: 0644]

diff --git a/changes/isolate_libevent b/changes/isolate_libevent
new file mode 100644 (file)
index 0000000..852e533
--- /dev/null
@@ -0,0 +1,5 @@
+  o Code simplification and refactoring:
+    - Initial work to isolate Libevent usage to a handful of modules in our
+      codebase, to simplify our call structure, and so that we can more
+      easily change event loops in the future if needed. Closes ticket
+      23750.