1. 28 Dec, 2018 2 commits
    • Max Kellermann's avatar
      output/httpd: add `noexcept` · ab30695b
      Max Kellermann authored
      ab30695b
    • Max Kellermann's avatar
      remove libwrap support · 22e6d95c
      Max Kellermann authored
      libwrap is an obscure artefact from a past long ago, when source IP
      address meant something.
      
      And its API is "interesting"; it requires the application to expose
      two global variables `allow_severity` and `deny_severity`.  This led
      to bug #437.  I don't want to declare those variables; instead, I'd
      like to remove libwrap support.
      
      Closes #437
      22e6d95c
  2. 31 Oct, 2018 1 commit
  3. 30 Oct, 2018 1 commit
  4. 07 Aug, 2018 1 commit
  5. 19 Dec, 2017 1 commit
  6. 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
  7. 10 Nov, 2017 5 commits
  8. 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
  9. 11 Aug, 2017 1 commit
  10. 10 Aug, 2017 5 commits
  11. 08 Aug, 2017 1 commit
  12. 23 May, 2017 1 commit
  13. 08 May, 2017 1 commit
  14. 29 Mar, 2017 1 commit
  15. 19 Feb, 2017 7 commits
  16. 25 Jan, 2017 2 commits
  17. 03 Jan, 2017 2 commits
  18. 28 Dec, 2016 2 commits
  19. 09 Nov, 2016 2 commits
  20. 07 Nov, 2016 1 commit
  21. 28 Oct, 2016 1 commit