summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-11 13:43:19 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-11 13:43:28 -0400
commit48b7db35590afee77fb608b46328959e8a9b2d31 (patch)
tree5b4122f340e9a31ec22545e3669d85fe5904b1b0 /changes
parentad8b9dcd4713133fe840608e1ea98b09af6bc85a (diff)
downloadtor-48b7db35590afee77fb608b46328959e8a9b2d31.tar.gz
tor-48b7db35590afee77fb608b46328959e8a9b2d31.zip
Add changes file for ticket 16698
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket166983
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket16698 b/changes/ticket16698
new file mode 100644
index 0000000000..5057050c16
--- /dev/null
+++ b/changes/ticket16698
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Split the 600-line directory_handle_command_get function into
+ separate functions for different URL types. Closes ticket 16698.