Skip to content
Snippets Groups Projects
  1. Nov 29, 2013
  2. Nov 22, 2013
  3. Nov 19, 2013
  4. Sep 27, 2013
  5. Sep 21, 2013
  6. Aug 01, 2013
  7. Jul 27, 2013
  8. Jul 26, 2013
  9. Jun 27, 2013
  10. Jun 17, 2013
  11. Jun 05, 2013
  12. May 31, 2013
  13. May 30, 2013
  14. May 16, 2013
  15. May 15, 2013
  16. 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
  17. May 01, 2013
Loading