1. 28 Aug, 2013 1 commit
  2. 23 Aug, 2013 6 commits
  3. 21 Aug, 2013 5 commits
  4. 20 Aug, 2013 4 commits
  5. 19 Aug, 2013 1 commit
    • Dominik Charousset's avatar
      added trivariant class · ff852526
      Dominik Charousset authored
      a trivariant is (a) invalid, (b) empty, or (c) one of its variadic types;
      this new class is introduced to hold the result of a partial function
      ff852526
  6. 06 Aug, 2013 2 commits
  7. 05 Aug, 2013 1 commit
  8. 02 Aug, 2013 2 commits
  9. 31 Jul, 2013 1 commit
  10. 29 Jul, 2013 1 commit
  11. 16 Jul, 2013 1 commit
  12. 25 Jun, 2013 2 commits
  13. 24 Jun, 2013 1 commit
    • Dominik Charousset's avatar
      refactored mem mgmnt in MM · 5d3cf75b
      Dominik Charousset authored
      this patch changes the memory management in the middleman, i.e.,
      ´continuable´ no longer reference counted but provides a `dispose`
      member function; using reference counting to manage object lifetimes
      in the MM is an overkill, because it is quite simple to decide when
      an IO worker is done; this change allowed us to remove `broker_backend`,
      because `broker` can now inherit both `local_actor` and `continuable`
      without having two reference counts
      5d3cf75b
  14. 20 Jun, 2013 1 commit
  15. 18 Jun, 2013 5 commits
  16. 17 Jun, 2013 2 commits
  17. 14 Jun, 2013 4 commits