diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-21 14:34:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-09 09:19:42 -0500 |
commit | 0c6eabf08898e0c9f2faa397f2c2bb5fb80b78b9 (patch) | |
tree | 0115299b2405fd12b0f76ab124f8433d91829521 /changes | |
parent | 6045bdd4a0542ef11dc46d98495686172015a961 (diff) | |
download | tor-0c6eabf08898e0c9f2faa397f2c2bb5fb80b78b9.tar.gz tor-0c6eabf08898e0c9f2faa397f2c2bb5fb80b78b9.zip |
Audit all of the "is the network turned off" checks.
DisableNetwork is a subset of net_is_disabled(), which is (now) a
subset of should_delay_dir_fetches().
Some of these changes are redundant with others higher or lower in
the call stack. The ones that I think are behavior-relevant are
listed in the changes file. I've also added comments in a few
places where the behavior is subtle.
Fixes bug 12062; bugfix on various versions.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug12062 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/changes/bug12062 b/changes/bug12062 new file mode 100644 index 0000000000..c02fd7503a --- /dev/null +++ b/changes/bug12062 @@ -0,0 +1,16 @@ + o Minor bugfixes: + + - When hibernating, do not attempt to launch DNS checks. Fixes a + case of bug 12062; bugfix on 0.1.2.2-alpha. + + - Resolve several bugs related to descriptor fetching on bridge + clients with bandwidth accounting enabled. (This combination is + not recommended!) Fixes a case of bug 12062; bugfix on + 0.2.0.3-alpha. + + - When hibernating, do not try to upload or download + descriptors. Fixes a case of bug 12062; bugfix on 0.0.9pre5. + + - Do not attempt to launch self-reachability tests when entering + hibernation. Fixes a base of bug 12062; bugfix on 0.0.9pre5. + |