- 16 May, 2018 1 commit
-
-
Matt Traudt authored
-
- 14 May, 2018 4 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
- 13 May, 2018 3 commits
-
-
Matt Traudt authored
GH: closes #157
-
Matt Traudt authored
-
Matt Traudt authored
-
- 12 May, 2018 5 commits
-
-
Matt Traudt authored
There was no such thing as a session.timeout, so it was being ignored. The timeout has to be set on each request, so add helper funcs to always add a timeout value.
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
juga authored
-
- 10 May, 2018 9 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
- 09 May, 2018 4 commits
-
-
Matt Traudt authored
It was easy too! Just an issue with Result* class no longer taking a server_host but a dest_url instead.
-
Matt Traudt authored
GH: closes #149
-
Matt Traudt authored
-
Matt Traudt authored
-
- 08 May, 2018 9 commits
-
-
Matt Traudt authored
-
Matt Traudt authored
Also the consensus weight of each GH: closes #142
-
Matt Traudt authored
GH: closes #137
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
-
Matt Traudt authored
on our own terms. There are apparently cases when Tor won't stop trying to build a circuit at CircuitBuildTimeout. One such case is when it is having trouble connecting to the first hop relay. It seems to wait on TCP to say whether or not the connection is made, and TCP doesn't come back until after 2 minutes on my machine. That's just a theory. It could be Tor internally wants to wait 2 minutes before giving up, but my money is on TCP. Anyway. Make the logic in build_circuit_impl 10x harder to understand by doing some "async" waiting ourselves instead of letting stem handle it. The logic is inspired by the stem code for extending circuits[0]. [0]: https://stem.torproject.org/api/control.html#stem.control.Controller.extend_circuit
-
Matt Traudt authored
-
Matt Traudt authored
Add to that func the timeout parameter
-
- 06 May, 2018 1 commit
-
-
Matt Traudt authored
-
- 04 May, 2018 4 commits
-
-
Matt Traudt authored
GH: closes #138
-
Matt Traudt authored
-
Matt Traudt authored
GH: closes #126
-
Matt Traudt authored
-