aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-04-09 11:50:20 -0400
committerNick Mathewson <nickm@torproject.org>2020-04-09 11:50:20 -0400
commit80031db32abebaf4d0a91c01db258fcdbd54a471 (patch)
tree19bd6af4959027109db5c83ecb0472ba51ab8404 /changes
parent11fbd1f064751e38ccd79e7823adb688b1293e59 (diff)
parent75aba30abf50b918ef2188354176bbc2ae59c99c (diff)
downloadtor-80031db32abebaf4d0a91c01db258fcdbd54a471.tar.gz
tor-80031db32abebaf4d0a91c01db258fcdbd54a471.zip
Merge remote-tracking branch 'tor-github/pr/1801/head'
Diffstat (limited to 'changes')
-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.