]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for periodic event movement
authorNick Mathewson <nickm@torproject.org>
Thu, 25 Apr 2019 19:12:10 +0000 (15:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 30 Apr 2019 15:14:59 +0000 (11:14 -0400)
changes/ticket30293 [new file with mode: 0644]

diff --git a/changes/ticket30293 b/changes/ticket30293
new file mode 100644 (file)
index 0000000..c74b6cd
--- /dev/null
@@ -0,0 +1,5 @@
+  o Code simplification and refactoring:
+    - Start move responsibility for knowing about periodic events to the
+      appropriate subsystems, so that the mainloop doesn't need to know all
+      the periodic events in the rest of the codebase.  Implements tickets
+      30293 and 30294.