tor

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

commit 6100378c29072dda5264d9e88993133f484df168
parent 2e1989daccde12db31aa0b89d27e8c8d58ed26bb
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon,  9 Sep 2019 15:48:58 -0400

changes file for microdesc_parse refactoring.

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

diff --git a/changes/ticket31675 b/changes/ticket31675 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Refactor the microdescs_parse_from_string() function into smaller + pieces, for better comprehensibility. Closes ticket 31675.