tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 38c4e1426c2964f4c27d2486b81867bff6d55b8a
parent cde662e259005887b897b5108e8a4b63f99abb59
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 26 Aug 2019 09:33:29 -0400

changes file for ticket30935

Diffstat:
Achanges/ticket30935 | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/changes/ticket30935 b/changes/ticket30935 @@ -0,0 +1,6 @@ + o Code simplification and refactoring: + - Numerous simplifications in configuration-handling logic: + remove duplicated macro definitions, replace magical names + with flags, and refactor "TestingTorNetwork" to use the + same default-option logic as the rest of Tor. + Closes ticket 30935.