aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket33633
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-03-18 19:15:14 +1000
committerteor <teor@torproject.org>2020-04-09 11:00:04 +1000
commitaa560a5ade65ea7a2dc1eab3bf7d82d805c8d785 (patch)
tree8e83b16e56be20acb6f43876eb385c00fa4040a7 /changes/ticket33633
parentd79e5d52bc6bfa5550614e58c1700885912fcff3 (diff)
downloadtor-aa560a5ade65ea7a2dc1eab3bf7d82d805c8d785.tar.gz
tor-aa560a5ade65ea7a2dc1eab3bf7d82d805c8d785.zip
changes: file for 33633
Diffstat (limited to 'changes/ticket33633')
-rw-r--r--changes/ticket336336
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket33633 b/changes/ticket33633
new file mode 100644
index 0000000000..de030a6000
--- /dev/null
+++ 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.