1. 16 Feb, 2018 1 commit
    • Max Kellermann's avatar
      output/alsa: use a new I/O thread with real-time scheduling · d29d186d
      Max Kellermann authored
      The normal I/O event thread can have a large latency, e.g. when
      libgnutls loads all TLS CA certificates for a https connect.  This
      makes it unreliable for the ALSA I/O notifications, and causes ring
      buffer xruns.  To avoid interfering with high latency events such as
      CURL's, we move the ALSA I/O events to a separate I/O thread which
      also obtains real-time scheduling (if possible).
      
      Closes #221
      d29d186d
  2. 29 Jan, 2018 4 commits
  3. 02 Jan, 2018 1 commit
  4. 15 May, 2017 1 commit
  5. 08 May, 2017 1 commit
    • Max Kellermann's avatar
      *: remove "pure" and "const" attributes from throwing functions · 788e3b31
      Max Kellermann authored
      The "pure" and "const" attributes are not so well-defined, and a
      recent clang version implements an optimization which pushes the
      definition's boundary beyond what I believed it was.  clang now
      assumes that functions declared "pure" cannot throw exceptions, even
      if they lack the "noexcept" specification.
      
      When compiled with this new clang version, MPD will crash randomly if
      an exception happens to get thrown by such as "pure" function
      (https://github.com/MusicPlayerDaemon/MPD/issues/41).
      
      This commit removes all such misplaced "pure" and "const" attributes,
      closing #41.
      788e3b31
  6. 25 Feb, 2017 1 commit
  7. 17 Feb, 2017 3 commits
  8. 10 Feb, 2017 1 commit
  9. 03 Jan, 2017 1 commit
  10. 10 Nov, 2016 1 commit
  11. 26 Oct, 2016 2 commits
  12. 12 Oct, 2016 1 commit
  13. 17 Jun, 2016 1 commit
  14. 18 Mar, 2016 1 commit
  15. 10 Mar, 2016 6 commits
  16. 05 Mar, 2016 5 commits
  17. 26 Feb, 2016 1 commit
  18. 01 Jan, 2015 1 commit
  19. 09 Feb, 2014 1 commit
  20. 06 Feb, 2014 1 commit
  21. 05 Feb, 2014 1 commit
  22. 04 Feb, 2014 4 commits