1. 11 Nov, 2018 1 commit
  2. 31 Oct, 2018 1 commit
  3. 30 Oct, 2018 10 commits
  4. 14 Oct, 2018 1 commit
    • Max Kellermann's avatar
      build with Meson instead of autotools · 94592c14
      Max Kellermann authored
      So long, autotools!  This is my last MPD related project to migrate
      away from it.  It has its strengths, but also very obvious weaknesses
      and weirdnesses.  Today, many of its quirks are not needed anymore,
      and are cumbersome and slow.  Now welcome our new Meson overlords!
      94592c14
  5. 22 Aug, 2018 1 commit
  6. 21 Aug, 2018 1 commit
  7. 20 Aug, 2018 1 commit
  8. 14 Aug, 2018 1 commit
  9. 09 Aug, 2018 1 commit
  10. 07 Aug, 2018 2 commits
  11. 06 Aug, 2018 4 commits
  12. 15 Jul, 2018 1 commit
  13. 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
  14. 29 Jan, 2018 9 commits
  15. 17 Jan, 2018 1 commit
  16. 08 Jan, 2018 1 commit
  17. 22 Dec, 2017 1 commit
  18. 20 Dec, 2017 2 commits