- 15 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 12 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 11 Jan, 2018 1 commit
-
-
Max Kellermann authored
Allow using libyajl in other parts of MPD.
-
- 06 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 05 Jan, 2018 1 commit
-
-
François Revol authored
This fixes a build issue on Haiku as it does have sin_len. Tested on Linux as well. For some reason AC_CHECK_MEMBER doesn't generate the proper define in config.h.in, so I used AC_CHECK_MEMBERS.
-
- 02 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 29 Dec, 2017 1 commit
-
-
Max Kellermann authored
-
- 21 Dec, 2017 1 commit
-
-
Max Kellermann authored
-
- 12 Dec, 2017 1 commit
-
-
Max Kellermann authored
Only _WIN32 is defined by the compiler, and WIN32 is not standardized and may be missing. Closes #169
-
- 27 Nov, 2017 1 commit
-
-
Max Kellermann authored
-
- 12 Nov, 2017 1 commit
-
-
Max Kellermann authored
Workaround for #146.
-
- 24 Oct, 2017 1 commit
-
-
Max Kellermann authored
-
- 20 Sep, 2017 1 commit
-
-
Max Kellermann authored
Our IcuCaseFold() fallback using strxfrm() is not actually case insensitive. This commit fixes the problem by switching to strcasecmp(). That function is not guaranteed to support UTF-8, but it's the best we can do in this sparse situation. Closes #111
-
- 19 Sep, 2017 1 commit
-
-
Max Kellermann authored
RoarAudio's sndio emulation has been a source for annoyances. First, their headers turned out to be broken with C++, due to their use of the "new" keyword. Then they used a preprocessor macro to rename "sio_hdl" to something else, effectively disallowing the use of forward declarations. Enough is enough, and I'm removing support for it. RoarAudio users should better use the RoarAudio output plugin.
-
- 31 Aug, 2017 1 commit
-
-
Max Kellermann authored
-
- 25 Aug, 2017 1 commit
-
-
Max Kellermann authored
We can do CURL requests asynchronously, and we don't need a synchronous WorkQueue thread for that. This allows parallelizing lookups and allows immediate cancellation.
-
- 15 Jun, 2017 1 commit
-
-
Max Kellermann authored
-
- 29 May, 2017 1 commit
-
-
Max Kellermann authored
-
- 16 May, 2017 1 commit
-
-
Max Kellermann authored
-
- 16 Mar, 2017 1 commit
-
-
Max Kellermann authored
-
- 01 Mar, 2017 1 commit
-
-
Max Kellermann authored
-
- 09 Feb, 2017 1 commit
-
-
Max Kellermann authored
The libsidplayfp fork has merged libsidutils into the main library. The libsidutils we used to link with was part of the original libsidplay project.
-
- 08 Feb, 2017 1 commit
-
-
Max Kellermann authored
-
- 06 Feb, 2017 1 commit
-
-
Max Kellermann authored
-
- 27 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 26 Jan, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 16 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 10 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 08 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 05 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 26 Dec, 2016 1 commit
-
-
Max Kellermann authored
-
- 13 Dec, 2016 3 commits
-
-
Max Kellermann authored
The user unit omits the "ProtectKernelModules" setting which fails with modular kernels: Failed at step CAPABILITIES spawning /usr/bin/mpd: Operation not permitted It is unfortunate that systemd (version 232) is unable to reduce its own capabilities, because this requires us to split system and user units. https://bugs.musicpd.org/view.php?id=4608
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Dec, 2016 1 commit
-
-
Max Kellermann authored
-
- 18 Nov, 2016 1 commit
-
-
Max Kellermann authored
-
- 27 Sep, 2016 1 commit
-
-
Max Kellermann authored
-
- 15 Aug, 2016 1 commit
-
-
Max Kellermann authored
-