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