1. 20 Dec, 2017 1 commit
  2. 19 Dec, 2017 1 commit
  3. 14 Nov, 2017 1 commit
    • Max Kellermann's avatar
      output/httpd: flush encoder after tag · 014f8cd6
      Max Kellermann authored
      Without the flush, ReadPage() may not return any data, or not all
      data.  This may result in incomplete ddata the new "header" page,
      corrupting streams with some encoders such as Vorbis.
      
      Fixes #145
      014f8cd6
  4. 10 Nov, 2017 8 commits
  5. 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
  6. 11 Aug, 2017 1 commit
  7. 10 Aug, 2017 5 commits
  8. 08 Aug, 2017 1 commit
  9. 07 Aug, 2017 2 commits
  10. 05 Jul, 2017 2 commits
  11. 04 Jun, 2017 1 commit
  12. 23 May, 2017 1 commit
  13. 16 May, 2017 1 commit
  14. 08 May, 2017 1 commit
  15. 28 Apr, 2017 1 commit
  16. 29 Mar, 2017 1 commit
  17. 19 Feb, 2017 11 commits