1. 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
  2. 22 Aug, 2018 5 commits
  3. 21 Aug, 2018 2 commits
  4. 20 Aug, 2018 11 commits
  5. 17 Aug, 2018 1 commit
  6. 06 Aug, 2018 4 commits
  7. 13 Jul, 2018 1 commit
  8. 29 Jan, 2018 2 commits
  9. 12 Dec, 2017 2 commits
  10. 24 Oct, 2017 1 commit
    • Max Kellermann's avatar
      system/EventPipe: fix WSAEINPROGRESS on Windows · b177bffa
      Max Kellermann authored
      Apparently, connecting a socket to a loopback address can block on
      Windows, and a non-blocking socket will return WSAEINPROGRESS.  This
      broken PoorSocketPair() in commit 2119e4fd, which made the socket
      non-blocking right from the start.  This fix postpones the
      ioctlsocket(FIONBIO) call until after the connect().
      
      Closes #134
      b177bffa
  11. 13 Sep, 2017 8 commits
  12. 17 Aug, 2017 1 commit
  13. 11 Aug, 2017 1 commit