Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Refactor to use purpose_needs_anonymity and remove is_sensitive_dir_p…
…urpose
- Loading branch information
Showing
with
55 additions
and 25 deletions.
- +3 −0 changes/ticket20077
- +1 −1 src/or/connection_edge.c
- +9 −16 src/or/directory.c
- +0 −3 src/or/directory.h
- +42 −5 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
| @@ -0,0 +1,3 @@ | ||
| o Code simplification and refactoring: | ||
| - Remove redundant behavior of is_sensitive_dir_purpose, refactor to use | ||
| only purpose_needs_anonymity |
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
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