1. 19 Feb, 2019 4 commits
  2. 18 Dec, 2018 1 commit
  3. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  4. 02 Nov, 2018 1 commit
  5. 31 Oct, 2018 1 commit
  6. 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
  7. 22 Aug, 2018 5 commits
  8. 21 Aug, 2018 2 commits
  9. 20 Aug, 2018 11 commits
  10. 17 Aug, 2018 1 commit
  11. 06 Aug, 2018 4 commits
  12. 13 Jul, 2018 1 commit
  13. 29 Jan, 2018 2 commits
  14. 12 Dec, 2017 2 commits
  15. 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
  16. 13 Sep, 2017 2 commits