1. 04 Feb, 2020 1 commit
  2. 18 Jan, 2020 1 commit
  3. 05 Jul, 2019 1 commit
  4. 17 Jun, 2019 1 commit
  5. 07 May, 2019 1 commit
  6. 26 Apr, 2019 1 commit
  7. 25 Apr, 2019 1 commit
  8. 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
  9. 31 Oct, 2018 1 commit
  10. 30 Oct, 2018 1 commit
  11. 07 Aug, 2018 1 commit
  12. 19 Dec, 2017 1 commit
  13. 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
  14. 10 Nov, 2017 5 commits
  15. 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
  16. 11 Aug, 2017 1 commit
  17. 10 Aug, 2017 5 commits
  18. 08 Aug, 2017 1 commit
  19. 23 May, 2017 1 commit
  20. 08 May, 2017 1 commit
  21. 29 Mar, 2017 1 commit
  22. 19 Feb, 2017 7 commits
  23. 25 Jan, 2017 2 commits
  24. 03 Jan, 2017 1 commit