juga0 / sbws Public
forked from torproject/sbws
Permalink
dev
Commits on Feb 24, 2019
-
-
-
-
-
scanner: Stop threads in a test network
after finishing the first loop. As noted in bug28933_01.
-
Commits on Feb 23, 2019
-
-
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
-
Merge branch 'bug29149_squashed' into dev
Solved conflicts: docs/source/specification.rst
-
-
-
-
-
-
-
-
-
-
-
-
Merge branch 'ticket29299_squashed' into dev
Solved onflicts: docs/source/man_sbws.ini.rst
-
destination: add function to parse countries
so that they can be reported in the bandwidth file headers.
Commits on Feb 21, 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.
-
-
tests: CB.build_circuit now returns a tuple
Change tests added in #28897 with the changes introduced in #28736.
-
Merge branch 'bug28897' into dev
Solved conflicts: sbws/core/scanner.py sbws/globals.py sbws/lib/destination.py