summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-09 12:47:59 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-10 09:02:44 -0400
commit8b4cf7771e869bea4550452ad2cf5634278e0e87 (patch)
tree03659e6c5818c10d248ba54b72fc6fb12f1eabca /changes
parente722bba263e6c4648fff4259a14677993697337c (diff)
downloadtor-8b4cf7771e869bea4550452ad2cf5634278e0e87.tar.gz
tor-8b4cf7771e869bea4550452ad2cf5634278e0e87.zip
Enable/disable per-second callback as needed.
There are three cases where this can happen: changes in our controller events, changes in our DisableNetwork setting, and changes in our hibernation state. Closes ticket 26063.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket260635
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket26063 b/changes/ticket26063
new file mode 100644
index 0000000000..c11eb2d15c
--- /dev/null
+++ b/changes/ticket26063
@@ -0,0 +1,5 @@
+ o Major features (CPU usage, mobile):
+ - When Tor is disabled (via DisableNetwork or via hibernation), it
+ no longer needs to run any per-second events. This change should
+ make it easier for mobile applications to disable Tor while the
+ device is sleeping, or Tor is not running. Closes ticket 26063.