tor

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

commit c7cbe64463cba30586e53e8e5dba9596aba3c67d
parent ae6e60281c44cc34189c5f3cd6114aed2b2a9bc4
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 11 Sep 2019 10:25:27 -0400

Changes file for ticket31626 (confparse.[ch] move)

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

diff --git a/changes/ticket31626 b/changes/ticket31626 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Move our backend logic for working with configuration and state + files into a lower-level library, since in no longer depends on + any tor-specific functionality. Closes ticket 31626.