summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-22 11:35:32 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-22 11:35:32 -0400
commit86258df65d35b82ad4ee7480eec5d5434a28c9a8 (patch)
tree46d2da9dc1ac1daa67363ad16391e303e0326fb7 /changes
parent20912fbe26b310a71370dde700e65466f744034f (diff)
parent907db008ab0007f0a02da62b68130344fc2e9353 (diff)
downloadtor-86258df65d35b82ad4ee7480eec5d5434a28c9a8.tar.gz
tor-86258df65d35b82ad4ee7480eec5d5434a28c9a8.zip
Merge branch 'split_circuitbuild'
Conflicts: src/or/circuitbuild.c There was a huge-looking conflict in circuitbuild.c, but the only change that had been made to circuitbuild.c since I forked off the split_circuitbuild branch was 17442560c44e8093f9a. So I took the split_circuitbuild version of the conflicting part, and manually re-applied the change from 17442560c44e8093f9a..
Diffstat (limited to 'changes')
-rw-r--r--changes/split_circuitbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/split_circuitbuild b/changes/split_circuitbuild
new file mode 100644
index 0000000000..0d3c80e5d9
--- /dev/null
+++ b/changes/split_circuitbuild
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Move the entry node code from circuitbuild.c to its own file.
+ - Move the circuit build timeout tracking code from circuitbuild.c
+ to its own file.