diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-10-03 15:06:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-10-03 15:06:07 -0400 |
commit | 4aa4bce474e6fb3e52c0aecb48f3e5024576e693 (patch) | |
tree | e50f755df4f2f7ee1fed7d11f0671abf46899e06 /changes | |
parent | a7f93b509c9c24a4af6abdd946007bdf2d497d87 (diff) | |
parent | c5226bfe1c26d2cbcc789c1074d8d925e7c7fea1 (diff) | |
download | tor-4aa4bce474e6fb3e52c0aecb48f3e5024576e693.tar tor-4aa4bce474e6fb3e52c0aecb48f3e5024576e693.tar.gz |
Merge remote-tracking branch 'rransom-tor/bug3335-v2'
Conflicts:
src/or/connection_edge.c
src/or/rendclient.c
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1297b | 8 | ||||
-rw-r--r-- | changes/bug3335 | 11 | ||||
-rw-r--r-- | changes/bug3825a | 8 |
3 files changed, 27 insertions, 0 deletions
diff --git a/changes/bug1297b b/changes/bug1297b new file mode 100644 index 000000000..6b0169d82 --- /dev/null +++ b/changes/bug1297b @@ -0,0 +1,8 @@ + o Minor bugfixes: + + - When one of a hidden service's introduction points times out, + consider trying it again during the next attempt to connect to + the HS. Previously, we would not try it again unless a newly + fetched descriptor contained it. Required by fixes for bugs + 1297 and 3825. + diff --git a/changes/bug3335 b/changes/bug3335 new file mode 100644 index 000000000..7e1e89866 --- /dev/null +++ b/changes/bug3335 @@ -0,0 +1,11 @@ + o Major bugfixes: + + - When an attempt to connect to a hidden service ends, consider + refetching its hidden service descriptors from each of the HSDir + relays responsible for them immediately. Previously, we would + not consider refetching the service's descriptors from each + HSDir for 15 minutes after the last fetch; this behaviour was + inconvenient if the hidden service was not running during the + first attempt, for example. Bugfix on 0.2.0.18-alpha; fixes bug + 3335. + diff --git a/changes/bug3825a b/changes/bug3825a new file mode 100644 index 000000000..6606e36ef --- /dev/null +++ b/changes/bug3825a @@ -0,0 +1,8 @@ + o Major bugfixes: + + - When one of a hidden service's introduction points appears to be + unreachable, stop trying it. Previously, we would keep trying + to build circuits to the introduction point until we lost the + descriptor, usually because the user gave up and restarted Tor. + Partly fixes bug 3825. + |