summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-30 08:49:49 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-30 08:49:49 -0400
commit13393b2d913545aec54d17fb3402906ab4e04ad7 (patch)
treee5c8ef84ff6fa4f4f34539566bb41f4d534e55a4 /changes
parentb8e94b2f1d0df8152fd7b9726a470aa83970b3c5 (diff)
parente9f6f742b2729ee62e97711f08fec8e8a97393d7 (diff)
downloadtor-13393b2d913545aec54d17fb3402906ab4e04ad7.tar.gz
tor-13393b2d913545aec54d17fb3402906ab4e04ad7.zip
Merge remote-tracking branch 'rl1987/ticket21349_4'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket213496
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket21349 b/changes/ticket21349
new file mode 100644
index 0000000000..c072884062
--- /dev/null
+++ b/changes/ticket21349
@@ -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.