summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-08 11:51:36 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-05 13:57:51 -0400
commit234c5015f1536bc51fe5f87c5b7c1072d3f9dbd2 (patch)
treec42f7496f55bf59ab8e0103239d2eec766b95aae /changes
parentbabe31fc7c52700ae1d04f9b95eca75459d1a8c2 (diff)
downloadtor-234c5015f1536bc51fe5f87c5b7c1072d3f9dbd2.tar.gz
tor-234c5015f1536bc51fe5f87c5b7c1072d3f9dbd2.zip
Move protocol-specific functions out of buffers.c
This commit does not change the implementation of any function: it only moves code and adds new includes as necessary. Part of #23149.
Diffstat (limited to 'changes')
-rw-r--r--changes/refactor-buffer3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/refactor-buffer b/changes/refactor-buffer
new file mode 100644
index 0000000000..36b0296728
--- /dev/null
+++ b/changes/refactor-buffer
@@ -0,0 +1,3 @@
+ o Code simplifications and refactoring:
+ - Split the portions of the buffer.c module that handle particular
+ protocols into separate modules. Part of ticket 23149.