1. 12 Mar, 2015 4 commits
  2. 11 Mar, 2015 4 commits
  3. 09 Mar, 2015 3 commits
  4. 06 Mar, 2015 15 commits
  5. 05 Mar, 2015 6 commits
  6. 03 Mar, 2015 3 commits
  7. 02 Mar, 2015 2 commits
    • Dominik Charousset's avatar
      Discard data on disconnected scribes · 667a5950
      Dominik Charousset authored
      667a5950
    • Dominik Charousset's avatar
      Do not detach middleman actor, stop scheduler last · a4df55f6
      Dominik Charousset authored
      Detaching `middleman_actor_impl` made little sense to begin with. Since the
      actor is hidden, there is also the risk of running into a "heap-use-after-free"
      bug when detaching it (shutdown has no way to detect whether hidden actors are
      still alive before disposing all singletons). Stopping the scheduler *after*
      all plugins (e.g. middleman) and the group module makes sure that hidden actors
      are allowed to run their cleanup code.
      a4df55f6
  8. 01 Mar, 2015 2 commits
  9. 28 Feb, 2015 1 commit