Skip to content
Snippets Groups Projects
  1. Jan 27, 2016
  2. Jan 21, 2016
  3. Jan 20, 2016
  4. Jan 15, 2016
  5. Dec 17, 2015
  6. Dec 15, 2015
    • akwizgran's avatar
      Code style: squashed. · 81c99920
      akwizgran authored
      81c99920
    • Santiago Torres-Arias's avatar
      [plugins/tor/TorPlugin] Adds tor-over-wifi setting · 403ab75d
      Santiago Torres-Arias authored
      Provides a checkbox in the settings view, as well as an event handler to
      disable/enable the tor network if the device is not on using the wifi
      connection.
      
      Refactors network-enabling code to a separate function. This function
      is ran after the network state changes, or the settings change and
      will update the status accordingly.
      403ab75d
  7. Dec 08, 2015
  8. Dec 03, 2015
  9. Dec 02, 2015
  10. Nov 30, 2015
  11. Apr 16, 2015
  12. Apr 07, 2015
  13. Apr 03, 2015
  14. Mar 23, 2015
  15. Mar 11, 2015
  16. Jan 30, 2015
  17. Jan 05, 2015
  18. Dec 14, 2014
  19. Dec 13, 2014
  20. Nov 04, 2014
  21. Oct 06, 2014
    • akwizgran's avatar
      Patched tor and jtorctl for improved hidden service performance. · 9e5e2e2d
      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.
      9e5e2e2d
  22. Oct 03, 2014
  23. Oct 02, 2014
  24. Jul 08, 2014
    • akwizgran's avatar
      Shut down the Tor process without hacks. · d406853f
      akwizgran authored
      Tor has a controller command, TAKEOWNERSHIP, and a configuration option,
      __OwningControllerProcess, that work together to ensure Tor shuts down
      when the controlling process dies and/or disconnects from the control
      port. By using them we can avoid creating runaway Tor processes that
      have to be killed with hacks.
      d406853f
  25. Jul 02, 2014
  26. Jun 05, 2014
  27. May 14, 2014
  28. May 09, 2014
  29. Apr 05, 2014
  30. Apr 04, 2014
Loading