tor

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

commit 313b67163a39a0cbf9d7ac720c26246d7c1cae69
parent e7ac8fabcc36e8b63f4967f5efc9447b60cb2204
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 20 Sep 2018 16:30:33 -0400

changes for 27799

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

diff --git a/changes/ticket27799 b/changes/ticket27799 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Divide the routerlist.c and dirserv.c modules into smaller + parts. Closes ticket 27799.