From: rl1987 Date: Fri, 22 Jun 2018 13:48:57 +0000 (+0300) Subject: Add changes file X-Git-Tag: tor-0.3.5.1-alpha~183^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9f6f742b2729ee62e97711f08fec8e8a97393d7;p=thirdparty%2Ftor.git Add changes file --- 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.