summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-15 15:36:04 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-15 15:36:04 -0400
commitd4634d1b72d660b1ea5ce9874fcd6b04a15968e9 (patch)
tree57ee2a0b0a1b5c41d13ac455884a826b000c675e /changes
parent1743144c341218e4af88423cccd2bf93e72730a1 (diff)
parent1555876d5f27acaa9326045e33b6e2bfc1013c7f (diff)
downloadtor-d4634d1b72d660b1ea5ce9874fcd6b04a15968e9.tar.gz
tor-d4634d1b72d660b1ea5ce9874fcd6b04a15968e9.zip
Merge remote-tracking branch 'majek/bug9108'
Conflicts: src/or/circuitlist.h
Diffstat (limited to 'changes')
-rw-r--r--changes/bug91083
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug9108 b/changes/bug9108
new file mode 100644
index 0000000000..9d2d3d8b65
--- /dev/null
+++ b/changes/bug9108
@@ -0,0 +1,3 @@
+ o Code simplifications and refactoring:
+ - Make global_circuitlist data structure in circuitlist.c
+ a doubly-linked list. Bug #9108.