aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-26 09:47:59 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-26 09:47:59 -0400
commitde0b07c634c45297bad794567cb44ab91988b0ca (patch)
tree6e775cbe47029f0b56efea8746105ff367576697 /changes
parent5e5e019b31296b5a829afc4f7f3766697888b678 (diff)
parent3a643078c1eda04e5db3e366a881b4edcf29b00a (diff)
downloadtor-de0b07c634c45297bad794567cb44ab91988b0ca.tar.gz
tor-de0b07c634c45297bad794567cb44ab91988b0ca.zip
Merge branch 'router_split'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket_278643
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket_27864 b/changes/ticket_27864
new file mode 100644
index 0000000000..cf144101d2
--- /dev/null
+++ b/changes/ticket_27864
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Split the router.c file into relay-only and shared components,
+ to help with future modularization. Closes ticket 27864.