aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-21 10:26:57 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-21 12:57:22 -0400
commit194acfb51d9b26ae63f9d48d3442c4ff64cbc8cc (patch)
treeb4438cb70d5029db0a7b00fb8865a068737a1cb8 /changes
parent0e4c42a912d020888e811b748925362e1b3dc67b (diff)
downloadtor-194acfb51d9b26ae63f9d48d3442c4ff64cbc8cc.tar.gz
tor-194acfb51d9b26ae63f9d48d3442c4ff64cbc8cc.zip
Split directory.c code into several modules
Parts of this C file naturally belong in dircache, dirclient, and dircommon: so, move them there.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket267443
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket26744 b/changes/ticket26744
new file mode 100644
index 0000000000..10ff51f06e
--- /dev/null
+++ b/changes/ticket26744
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Split directory.c into separate pieces for client, server, and
+ common functionality. Closes ticket 26744.