mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
6 lines
311 B
Text
6 lines
311 B
Text
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.
|