tor

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

commit e8790971f6120cc3e4fd2acd41f5dd0512f52068
parent c390efe84fa7a4c47e39ce0cc7e34550f515d5be
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 19 Jun 2019 16:24:07 -0400

changes file for ticket 30914

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

diff --git a/changes/ticket30914 b/changes/ticket30914 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Lower another layer of object management from confparse.c to + a more general tool. Now typed structure members are accessible + via an abstract type. Implements ticket 30914.