Skip to content
Snippets Groups Projects
  1. May 04, 2013
    • akwizgran's avatar
      Moved lifecycle management into briar-core and reconfigured executors. · 673d7fa0
      akwizgran authored
      CryptoExecutor and DatabaseExecutor now use bounded thread pools with
      unbounded queues, since running too many tasks in parallel is likely to
      harm performance; IncomingConnectionExecutor, PluginExecutor and
      ReliabilityExecutor use unbounded thread pools with direct handoff,
      since their tasks may run indefinitely. There are no longer any bounded
      executors, and all executors discard tasks when shutting down, which
      fixes issue #3612189.
      
      Responsibility for starting and stopping services has been moved from
      BriarService in briar-android to LifecycleManagerImpl in briar-core.
      However, BriarService is still responsible for stopping the
      Android-specific executors, which is ugly. It would be better if
      executors registered themselves with LifecycleManager.
      673d7fa0
  2. May 03, 2013
  3. May 01, 2013
  4. Apr 25, 2013
  5. Apr 24, 2013
  6. Apr 18, 2013
  7. Apr 16, 2013
  8. Apr 15, 2013
  9. Apr 14, 2013
  10. Apr 13, 2013
  11. Apr 11, 2013
  12. Apr 10, 2013
  13. Apr 08, 2013
  14. Apr 05, 2013
  15. Mar 31, 2013
  16. Mar 30, 2013
  17. Mar 29, 2013
  18. Mar 26, 2013
    • akwizgran's avatar
      Removed Silvertunnel-based Tor plugin. · 4a40de95
      akwizgran authored
      The Tor plugin tests are consistently failing with the latest versions
      of Silvertunnel and Spongy Castle; we may need to ship native Tor
      binaries for Windows/Mac/Linux and use Orbot on Android.
      4a40de95
  19. Mar 23, 2013
  20. Mar 18, 2013
  21. Mar 14, 2013
  22. Mar 12, 2013
  23. Mar 11, 2013
  24. Mar 05, 2013
  25. Mar 04, 2013
  26. Mar 02, 2013
  27. Feb 28, 2013
  28. Feb 27, 2013
  29. Feb 18, 2013
  30. Feb 12, 2013
Loading