summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-11 09:53:39 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-11 09:53:39 -0500
commit7803b19c43b02596c3393667ab1cba9571347823 (patch)
tree90b6aa9dac4c45a97af4c00e66f9806dd9f6d062 /changes
parent030d3d52f5bf03d2e611c7f208a56b3e45d47210 (diff)
parent855982728085cc9497c70c2b74d8d58b62cab1a1 (diff)
downloadtor-7803b19c43b02596c3393667ab1cba9571347823.tar.gz
tor-7803b19c43b02596c3393667ab1cba9571347823.zip
Merge remote-tracking branch 'ffmancera/github/bug23459'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket234594
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket23459 b/changes/ticket23459
new file mode 100644
index 0000000000..a6452e4ee3
--- /dev/null
+++ b/changes/ticket23459
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring (circuit rendezvous):
+ - Split get rendezvous circuit on client side on two different functions.
+ One that returns only established circuits and another that returns all
+ kinds of circuits. Closes ticket 23459.