Skip to content
Snippets Groups Projects
  1. Feb 22, 2016
    • akwizgran's avatar
      New polling logic for Bluetooth. #251 · c081c08f
      akwizgran authored
      The polling interval increases exponentially each time polling is unsuccessful, up to a maximum of 60 minutes. The interval is reset to 2 minutes whenever a connection is made and whenever Bluetooth is re-enabled.
      c081c08f
  2. Feb 10, 2016
  3. Feb 05, 2016
  4. Jan 27, 2016
  5. Jan 21, 2016
  6. Jan 20, 2016
  7. Jan 15, 2016
  8. Dec 17, 2015
  9. 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
  10. Dec 08, 2015
  11. Dec 03, 2015
  12. Dec 02, 2015
  13. Nov 30, 2015
  14. Apr 16, 2015
  15. Apr 07, 2015
  16. Apr 03, 2015
  17. Mar 23, 2015
  18. Mar 11, 2015
  19. Jan 30, 2015
  20. Jan 05, 2015
  21. Dec 14, 2014
  22. Dec 13, 2014
  23. Nov 04, 2014
  24. 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
  25. Oct 03, 2014
  26. Oct 02, 2014
  27. 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
  28. Jul 02, 2014
  29. Jun 05, 2014
  30. May 14, 2014
  31. May 09, 2014
  32. Apr 05, 2014
Loading