tor

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

commit 7bd7089988a5745d0829f3ebefddd2f3889c1428
parent bfe38878b28a90fb80d9e6311d28dcabd978b1ba
Author: Taylor Yu <catalyst@torproject.org>
Date:   Sun,  8 Dec 2019 22:37:58 -0600

changes file for ticket 30984

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

diff --git a/changes/ticket30984 b/changes/ticket30984 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Create a new abstraction for formatting control protocol reply + lines based on key-value pairs. Refactor some existing control + protocol code to take advantage of this. Closes ticket 30984.