tor

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

commit b03cb0cc269548f103c2fc3ff611ea3cf90437a5
parent 469051f6500967657777e1c6b86f23a49b1bcaa0
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 24 Sep 2019 19:35:42 -0400

Add a changes file about the introduction of doc/HACKING/design.

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

diff --git a/changes/ticket31849 b/changes/ticket31849 @@ -0,0 +1,5 @@ + o Documentation: + - The Tor source code repository now includes a (somewhat dated) + description of Tor's modular architecture, in doc/HACKING/design. + This is based on the old "tor-guts.git" repository, which we are + adopting and superseding. Closes ticket 31849.