1. 13 Sep, 2017 8 commits
  2. 12 Sep, 2017 14 commits
  3. 09 Sep, 2017 1 commit
  4. 08 Sep, 2017 1 commit
    • Max Kellermann's avatar
      output/Interface: allow Pause() to throw exception · d0f6131b
      Max Kellermann authored
      Coverity discovered that the Pulse plugin could throw exceptions from
      Pause(), but that method was marked "noexcept" because its caller was
      not designed to catch exceptions.  So instead of avoiding exceptions
      (by catching and logging them in each and every implementation), let's
      allow them, and do the catch/log game in the MPD core.
      d0f6131b
  5. 04 Sep, 2017 3 commits
  6. 01 Sep, 2017 3 commits
  7. 31 Aug, 2017 3 commits
  8. 29 Aug, 2017 7 commits