juga0 / sbws Public
forked from torproject/sbws
Permalink
bug28692_squas…
Commits on Feb 25, 2019
-
and create function to set options that can fail because they are not supported by some Tor versions at runtime. Fixes bug 28692. Bugfix v0.4.0
-
stem: log stem's exceptions setting runtime torrc
The log message might not correspond to the reason. Only the first one that fails will be logged, but not refactoring here. Add an integration test to check a runtime option fails.
-
stem: refactor, move setting runtime torrc options
to a function. Replace comment by docstring. Add an integration test to check the option is set.
Commits on Feb 23, 2019
-
-
scanner: Stop threads in a test network
after finishing the first loop. As noted in bug28933_01.
-
Solved conflicts: sbws/core/scanner.py tox.ini
-
Merge branch 'bug29149_squashed'
Solved conflicts: docs/source/specification.rst
-
-
generate: Load all results, including error ones
The bandwidth file is generated only with relays that have some successful measurements, but we forgot to load all results (including the relays with failed measurements) after we started to include the number of failure measurements in each relay bandwidth line. Closes #29568. Bugfix v0.4.0 (line introduced in v0.1.0).
Commits on Feb 22, 2019
Commits on Feb 21, 2019
-
tests: Add test to check get/head timeout
Closes: #29551. Bugfix 1.0.3-dev0.
-
requests: Change make_session to use the TimedSession
that will always have timeout in the get and head methods.
-
requests: Add class to override Session methods
Override get and head methods to always have a timeout.
Commits on Feb 15, 2019
-
-
Solved conflicts: sbws/lib/relayprioritizer.py by applying theirs.
-
-
Solved conflicts in: docs/source/examples/sbws.example.ini sbws/globals.py applying both theirs and ours.
Commits on Feb 12, 2019
-
-
-
-
is already explained in README, and how the scanner works.