Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
28 additions
and 11 deletions.
- +2 −0 changes/ticket20077
- +16 −11 src/or/directory.c
- +10 −0 src/test/test_dir.c
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| @@ -1,3 +1,5 @@ | ||
| o Code simplification and refactoring: | ||
| - Remove redundant behavior of is_sensitive_dir_purpose, refactor to use | ||
| only purpose_needs_anonymity | ||
| - Refactor large if statement in purpose_needs_anonymity to use switch | ||
| statement instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters