summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-08-17 13:50:19 -0400
committerNick Mathewson <nickm@torproject.org>2015-08-17 13:50:19 -0400
commit573bd1f033d47a21a90340644480587e62817b68 (patch)
tree8856b4accb908c649035f6a2f7abb47945691567 /changes
parent7f9a33a800b0d399942ca0aa98c05a71d08926b4 (diff)
parente62518865b312816211086c6a0d080e7258dae5b (diff)
downloadtor-573bd1f033d47a21a90340644480587e62817b68.tar.gz
tor-573bd1f033d47a21a90340644480587e62817b68.zip
Merge remote-tracking branch 'public/decouple_retry_directory'
Diffstat (limited to 'changes')
-rw-r--r--changes/decouple_retry_directory6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/decouple_retry_directory b/changes/decouple_retry_directory
new file mode 100644
index 0000000000..11f901b04f
--- /dev/null
+++ b/changes/decouple_retry_directory
@@ -0,0 +1,6 @@
+ o Code simplification and refactoring:
+ - Change the function that's called when we need to retry all downloads
+ so that it only reschedules the downloads to happen immediately, rather
+ than launching them all at once itself. This further simplifies
+ Tor's callgraph.
+