[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10179: and forward-port the changelog entries (tor/trunk)
Author: arma
Date: 2007-05-12 20:54:08 -0400 (Sat, 12 May 2007)
New Revision: 10179
Modified:
tor/trunk/ChangeLog
Log:
and forward-port the changelog entries
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2007-05-13 00:53:13 UTC (rev 10178)
+++ tor/trunk/ChangeLog 2007-05-13 00:54:08 UTC (rev 10179)
@@ -40,7 +40,13 @@
o Major bugfixes:
- If a directory authority is down, skip it when deciding where to get
networkstatus objects or descriptors. Otherwise we keep asking
- every 10 seconds forever.
+ every 10 seconds forever. Fixes bug 384.
+ - Count it as a failure if we fetch a valid network-status but we
+ don't want to keep it. Otherwise we'll keep fetching it and keep
+ not wanting to keep it. Fixes part of bug 422.
+ - If all of our dirservers have given us bad or no networkstatuses
+ lately, then stop hammering them once per minute even when we
+ think they're failed. Fixes another part of bug 422.
o Minor fixes (resource management):
- Count the number of open sockets separately from the number
@@ -125,6 +131,9 @@
more often than they are allowed to appear.
- When we are reporting the DirServer line we just parsed, we were
logging the second stanza of the key fingerprint, not the first.
+ - When we have k non-v2 authorities in our DirServer config,
+ we ignored as many as k v2 authorities while updating our
+ network-statuses.
o Minor bugfixes (other):
- Stop allowing hibernating servers to be "stable" or "fast".