commit 421c2310a804cf4341a42d9a20f425e3d59ac013 Author: Nick Mathewson nickm@torproject.org Date: Tue Oct 3 13:02:59 2017 -0400
changes file for libevent isolation work --- changes/isolate_libevent | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/isolate_libevent b/changes/isolate_libevent new file mode 100644 index 000000000..852e533fd --- /dev/null +++ b/changes/isolate_libevent @@ -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.
tor-commits@lists.torproject.org