1. 06 Jun, 2014 1 commit
    • Dominik Charousset's avatar
      Make sure brokers stop their backends on exit · f0a76465
      Dominik Charousset authored
      This patch makes sure that a broker stops all of its backend when caling
      `self->quit()`. Furthermore, this patch uses `cppa::network_error` instead of
      `std::ios_base::failure` and adds a new exception `stream_at_eof` to get better
      diagnostic in logfiles.
      f0a76465
  2. 04 Jun, 2014 2 commits
  3. 03 Jun, 2014 5 commits
  4. 30 May, 2014 3 commits
  5. 24 May, 2014 1 commit
  6. 21 May, 2014 1 commit
    • Dominik Charousset's avatar
      Reorganized configure options · cba2a079
      Dominik Charousset authored
      Due to ongoing problems with Boost on Linux distributions, this patch disables
      Boost support by default, i.e., turns context-switching off. Users can enable
      it explicitly by using `--enable-context-switching`. The old configure options
      to disable this feature explicitly are now deprecated. Furthermore,
      `--with-opencl` is replaced by `--enable-opencl` and
      `--disable-context-switching` is replaced by `--no-context-switching`. This
      change implements a more consistent naming scheme. The old option names are
      still valid, but give a deprecated warning to the user and will be removed in
      the future.
      cba2a079
  7. 20 May, 2014 6 commits
  8. 17 May, 2014 2 commits
  9. 13 May, 2014 1 commit
    • Dominik Charousset's avatar
      fixed performance issue with prioritizing policy · 66d554bc
      Dominik Charousset authored
      this patch fixes an issue with the prioritizing policy where the
      low-priority cache could slow down the performance of dequeue
      operations to the point where the system seems to stop;
      this patch also removes the implicit addition of the priority_aware
      flag whenever the detached flag is used
      66d554bc
  10. 11 May, 2014 2 commits
  11. 10 May, 2014 2 commits
  12. 09 May, 2014 4 commits
  13. 05 May, 2014 2 commits
  14. 04 May, 2014 5 commits
  15. 28 Apr, 2014 1 commit
  16. 23 Apr, 2014 1 commit
  17. 21 Apr, 2014 1 commit