summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-02 17:55:25 +0200
committerNick Mathewson <nickm@torproject.org>2015-11-12 14:20:16 -0500
commit8b4e5b7ee902fb7fa07767410a18433d752c7aef (patch)
tree6c004ca3eb3c26fa91030d3c7952bb15a8fb9041 /changes
parent0ead9a58b989887235a62511b0c664307d1226b6 (diff)
downloadtor-8b4e5b7ee902fb7fa07767410a18433d752c7aef.tar.gz
tor-8b4e5b7ee902fb7fa07767410a18433d752c7aef.zip
Experimentally decouple the main body of circuit_mark_for_close
Diffstat (limited to 'changes')
-rw-r--r--changes/decouple_circuit_mark6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/decouple_circuit_mark b/changes/decouple_circuit_mark
new file mode 100644
index 0000000000..4b7ed778a2
--- /dev/null
+++ b/changes/decouple_circuit_mark
@@ -0,0 +1,6 @@
+ o Code simplification and refactoring:
+ - Extract the more complicated parts of circuit_mark_for_close into
+ a new function run periodically before connections are freed.
+ This change removes more than half of the functions currently
+ in the "blob".
+ Closes ticket #17218.