"README.md" did not exist on "3b960df4f9990355fc2514689280731c31551a4a"
- Feb 06, 2019
-
-
juga authored
-
juga authored
-
juga authored
-
juga authored
Instead, return the reason why the circuit could not be built, as other errors do.
-
juga authored
There is no any case in our code where path is an integer. Remove asserts, check only the lenght of the circuit and check it in a more logical way.
-
juga authored
It is observed that when the circuit can not be built the first time, consecutive attemps will also fail. The relay will be measured anyway in the next iteration. This will also speed up the scanner. There is no need to remove the 3 attemps in Destination. _perform_usability_test, since the method will be removed in #28897. Fixes bug #29295. Bugfix v0.1.0.
-
- Feb 04, 2019
-
-
juga authored
Solved merge conflicts in sbws/__init__.py and sbws/core/scanner.py after merging bug28741
-
juga authored
-
juga authored
that depends on the HTTP request timeout.
-
juga authored
since the relay might start being measured some time after apply_async is called if there're not available threads.
-
juga authored
also split main function into an extra main_loop function to be able to stop the threads after they have started. Also check end event in the mean loop and before starting to measure a new relay. Fixes bug #28869. Bugfix v0.1.0.
-
juga authored
-
juga authored
so that the objects that manage the threads can be stop at any time.
-
juga authored
-
juga authored
when worker thread finish.
-
juga authored
-
juga authored
-
juga authored
instead of assigning it to the ResultDump object.
-
juga authored
-
- Jan 23, 2019
- Jan 11, 2019
-
-
juga authored
-
- Jan 09, 2019
-
-
juga authored
-
juga authored
User torrc options in `extra_lines` that are only one key and not a key value pair were not being parsed correctly. Add a test. Fixes bug #28715. Bugfix v0.1.1
-
juga authored
-
juga authored
-
juga authored
when parsing user configuration, instead of modifying the one passed to the function. Fixes bug #28738. Bugfix v0.1.1
-
juga authored
launch_tor is also parsing three sources of torrc options. Move the `extra_lines` torrc option set by a user configuration file to a function so that it can be tested. Add docstring and remove comments. Add sucess test. Fixes bug #28738. Bugfix v0.1.1
-
juga authored
-
juga authored
Closes bug #28761. Bugfix v0.6.0
-
juga authored
-
juga authored
Fixes bug #28724. Bugfix v0.7.0.
-
juga authored
since deb.torproject.org does not support anymore Trusty.
-
- Jan 08, 2019