- 14 Oct, 2018 1 commit
-
-
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!
-
- 22 Aug, 2018 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Aug, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Aug, 2018 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Aug, 2018 1 commit
-
-
Max Kellermann authored
The number of MPD installs on Android < 5.0 is negligible, and that API version introduces lots of useful features for MPD.
-
- 06 Aug, 2018 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 13 Jul, 2018 1 commit
-
-
Max Kellermann authored
Fixes the NFS client build, closes #305.
-
- 29 Jan, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 12 Dec, 2017 2 commits
-
-
Max Kellermann authored
Only _WIN32 is defined by the compiler, and WIN32 is not standardized and may be missing. Closes #169
-
Max Kellermann authored
-
- 24 Oct, 2017 1 commit
-
-
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
-
- 13 Sep, 2017 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
It does not do much harm - but it causes an unnecessary (failing) system call.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Aug, 2017 1 commit
-
-
Ryan Walklin authored
-
- 11 Aug, 2017 1 commit
-
-
Max Kellermann authored
-