- Apr 27, 2018
-
-
Implement the ability to set flags per events which influences the set up of the event. This commit only adds one flag which is "need network" meaning that the event is not enabled if tor has disabled the network or if hibernation mode. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Apr 26, 2018
-
-
Nick Mathewson authored
Bug not in any released Tor.
-
David Goulet authored
Needed to run tests from the tarball else the geoip unit test would fail by not finding that file. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
Nick Mathewson authored
Implements ticket 25932.
-
Nick Mathewson authored
The change here was very simple, since there is a flag set whenever we want to schedule this event. Closes ticket 25391. m
-
David Goulet authored
-
in 071236e3.
-
-
-
* remove the fixme since clearing the countries should be other issue * remove unused variables related to it since that cause travis to fail
-
-
* FIXES part of #25515: https://bugs.torproject.org/25515
-
Nick Mathewson authored
-
- Apr 25, 2018
-
-
Nick Mathewson authored
Previously, we were ignoring values _over_ EPSILON. This bug was also causing a warning at startup because the default value is set to -1.0. Fixes bug 25577; bugfix on 6b1dba21. Bug not in any released tor.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Found by coverity; CID 25912; bug not in any released Tor.
-
- Apr 24, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Apr 23, 2018
-
-
David Goulet authored
Fixes #25901 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
-
David Goulet authored
Two helper functions to enable an event and disable an event which wraps the launch and destroy of an event but takes care of the enabled flag. They are also idempotent that is can be called multiple time on the same event without effect if the event was already enabled or disabled. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
In case we transitionned to a new role in Tor, we need to launch and/or destroy some periodic events. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-