- Nov 25, 2014
- Nov 24, 2014
- Nov 13, 2014
-
-
akwizgran authored
-
- Nov 12, 2014
-
-
akwizgran authored
Android L requires executables to be compiled with PIE support, so we'll have to ship two Tor binaries.
-
- Nov 11, 2014
-
-
akwizgran authored
-
- Nov 09, 2014
- Nov 08, 2014
- Nov 06, 2014
-
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
The TransportReader/Writer's dispose() method should handle that, and ConnectionManager is responsible for calling it.
-
akwizgran authored
-
akwizgran authored
This makes it more likely that connections will be closed cleanly. However, the interrupt() method is currently ineffective for incoming sessions as it won't interrupt a blocking read, e.g. when the packet reader is waiting for a packet.
-
akwizgran authored
-
- Nov 05, 2014
- Nov 04, 2014
- Oct 29, 2014
-
-
akwizgran authored
-
- Oct 08, 2014
- Oct 07, 2014
- Oct 06, 2014
-
-
akwizgran authored
Two changes have been made to Tor: 1. Set can_complete_circuit to false when the network is disabled, and don't try to build introduction circuits while can_complete_circuit is false. This avoids a situation where Tor tries to build introduction circuits as soon as the network is re-enabled, all the circuits fail, and then Tor waits 5 minutes before trying to build more. 2. Added a FORGETHS command to the control protocol which clears any cached client state relating to a specified hidden service. This can be used to flush state that's likely to be stale before trying to connect to a hidden service with an unstable network connection. Support for the FORGETHS command was also added to jtorctl.
-