Merge branch 'ticket26063_squashed'

This commit is contained in:
Nick Mathewson
2018-05-10 09:13:28 -04:00
15 changed files with 208 additions and 51 deletions
+5
View File
@@ -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.