tor

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

commit aa560a5ade65ea7a2dc1eab3bf7d82d805c8d785
parent d79e5d52bc6bfa5550614e58c1700885912fcff3
Author: teor <teor@torproject.org>
Date:   Wed, 18 Mar 2020 19:15:14 +1000

changes: file for 33633

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

diff --git a/changes/ticket33633 b/changes/ticket33633 @@ -0,0 +1,6 @@ + o Code simplification and refactoring: + - Move the circuit extend code to the relay module. + Split the circuit extend function into smaller functions. + Closes ticket 33633. + - Move LOG_PROTOCOL_WARN to app/config.c. Resolves a dependency inversion. + Closes ticket 33633.