tor

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

commit a1b0283040723474377a5746dbd01782a9b7eaa7
parent 9399c579e5a4dbff5595bb6f102c9c9cba504a22
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 21 Sep 2018 09:38:51 -0400

Changes file for #26747

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

diff --git a/changes/ticket26747 b/changes/ticket26747 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Divide more large Tor source files -- especially ones that span + multiple areas of functionality -- into smaller parts, including + onion.c and main.c. Closes ticket 26747.