- Mar 08, 2019
-
-
juga authored
Part of #28566.
-
juga authored
that have been seen for a relay and for the relay list. Part of #28566.
-
juga authored
for each relay and for the list of relays when fetching new network statuses. To count the number of times a relay was in a consensus and how many consensuses have been seen. In the test network router status entries don't have document attribute. Part of #28566
-
juga authored
-
juga authored
-
juga authored
The pool can queue all the relays to be measured, but this inner loop was not adding more worker threads to the pool unit it finishs the current threads. Instead, wait for all the worker threads in the pool to finish or try to get the status after waiting enough. Closes: #28864, #28865. Bugfix v1.0.0
-
- Mar 07, 2019
- Mar 06, 2019
- Mar 05, 2019
-
-
juga authored
-
juga authored
-
juga authored
-
juga authored
When SocketClosed is raised and the scanner is stopping, catch the exception. In #28869 similar exceptions were catched, but this was forgotten. Bugfix v0.6.0.
-
juga authored
-
juga authored
-
juga authored
-
juga authored
Leave CHANGELOG.md until there's an actual new release, in case the unreleased changes are lost. Once CHANGELOG.md is removed, update the symlinks.
-
- Mar 04, 2019
- Mar 03, 2019
-
-
juga authored
-
- Feb 28, 2019
-
-
juga authored
-
juga authored
-
juga authored
since testnets dir has been removed.
-
juga authored
-
juga authored
used to run the scanner. The test that runs the scanner was introduced by #28788.
-
juga authored
Closes: #29299.
-
juga authored
so that they can be reported in the bandwidth file headers.
-
juga authored
-
juga authored
To be able to add them to the bandwidth file so that we can diversify the locations and/or know how the location affects the bandwidth results.
-
- Feb 27, 2019
-
-
juga authored
that can happen from requests, so that they can later be stored in a Result.
-
juga authored
Since the exception happens in a thread, not the main process, use print_traceback to print the traceback.
-
juga authored
when dumping stack.
-
juga authored
before stopping the scanner.
-
juga authored
We changed conf['paths']['X'] to use conf.getpath('paths', 'X'), so that paths with `~` get expanded, but cleanup was forgotten. Also remove extra path check in main. And run cleanup as part of the integration tests. Bugfix v0.7.0.
-
- Feb 26, 2019