diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-21 06:06:45 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-21 06:06:45 +0000 |
commit | 828c707812553f210979bff32ee31381dec90a2d (patch) | |
tree | 66b306e1c7b6eeade30d95076c741b5de83fefec /ChangeLog | |
parent | b28a342e352ae7c94130382442507f96a80c427e (diff) | |
download | tor-828c707812553f210979bff32ee31381dec90a2d.tar.gz tor-828c707812553f210979bff32ee31381dec90a2d.zip |
Change the behavior of "getinfo status/good-server-descriptor"
so it doesn't return failure when any authority disappears.
svn:r13645
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,6 +65,8 @@ Changes in version 0.2.0.20-?? - 2008-02-?? example, when answering a directory request), reset the time-to-give-up timeout every time we manage to write something on the socket. Bugfix on 0.1.2.x. + - Change the behavior of "getinfo status/good-server-descriptor" + so it doesn't return failure when any authority disappears. o Code simplifications and refactoring: - Remove the tor_strpartition function: its logic was confused, |