]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file
authorrl1987 <rl1987@sdf.lonestar.org>
Fri, 22 Jun 2018 13:48:57 +0000 (16:48 +0300)
committerrl1987 <rl1987@sdf.lonestar.org>
Sat, 21 Jul 2018 15:38:33 +0000 (18:38 +0300)
changes/ticket21349 [new file with mode: 0644]

diff --git a/changes/ticket21349 b/changes/ticket21349
new file mode 100644 (file)
index 0000000..c072884
--- /dev/null
@@ -0,0 +1,6 @@
+  o Code simplification and refactoring:
+    - Split sampled_guards_update_from_consensus() and
+      select_entry_guard_for_circuit() into subfunctions.
+      In entry_guards_update_primary() unite
+      three smartlist enumerations into one and move smartlist
+      comparison code out of the function. Closes ticket 21349.