aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-12-16 08:15:19 +1000
committerteor <teor@torproject.org>2019-12-16 08:15:19 +1000
commit648399d6c256d4a8870758e1fb85310a018403f9 (patch)
treeb22dbcec819c19ad78f8b427572abe5b9b847a6b /changes
parenta7b6c01468171096f9e4b6262771c85511e0e4e7 (diff)
parent7bd7089988a5745d0829f3ebefddd2f3889c1428 (diff)
downloadtor-648399d6c256d4a8870758e1fb85310a018403f9.tar.gz
tor-648399d6c256d4a8870758e1fb85310a018403f9.zip
Merge remote-tracking branch 'tor-github/pr/1505'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket309844
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket30984 b/changes/ticket30984
new file mode 100644
index 0000000000..de7d055415
--- /dev/null
+++ 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.