- 19 Mar, 2020 1 commit
-
-
Max Kellermann authored
Documentation says the limit is 5, but it was really 10 (at least since 2004). But since MPD wants to promote using many small clients idling around, and these clients consume only very few resources, it seems reasonable to raise this limit's default value.
-
- 12 Mar, 2020 1 commit
-
-
Max Kellermann authored
Debian Stable (Buster) has GCC 8 and Ubuntu LTS (18.04) has GCC 7. This will unlock a lot of C++17 features like `std::string_view`.
-
- 17 Feb, 2020 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Move the existing systemd sections over there.
-
- 17 Jan, 2020 2 commits
-
-
Max Kellermann authored
This reverts commit c84bae73. A configuration option is not necessary, because the PcmConvert constructor knows already whether integer or floating point is needed.
-
Max Kellermann authored
-
- 28 Oct, 2019 2 commits
- 09 Oct, 2019 1 commit
-
-
Max Kellermann authored
On linux-rt, kernel IRQ threads are configured with priority=50, and this change configures MPD somewhat below that priority, leaving some room for other programs to be configured in between. Closes https://github.com/MusicPlayerDaemon/MPD/issues/643
-
- 10 Aug, 2019 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/616
-
- 31 May, 2019 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 May, 2019 1 commit
-
-
Max Kellermann authored
Supports suffixes such as "kB" and "MB".
-
- 13 May, 2019 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Mar, 2019 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Jörg Krause authored
Meson 0.49.0 adds native support for `libgcrypt-config` which is necessary for detecting libgcrypt dependencies, as the latest version 1.8.4 of libgcrypt does not provide a .pc file.
-
- 25 Feb, 2019 1 commit
-
-
Max Kellermann authored
-
- 28 Dec, 2018 1 commit
-
-
Max Kellermann authored
libwrap is an obscure artefact from a past long ago, when source IP address meant something. And its API is "interesting"; it requires the application to expose two global variables `allow_severity` and `deny_severity`. This led to bug #437. I don't want to declare those variables; instead, I'd like to remove libwrap support. Closes #437
-
- 20 Nov, 2018 1 commit
-
-
Max Kellermann authored
-
- 11 Nov, 2018 1 commit
-
-
Max Kellermann authored
This feature requires `libpcre`.
-
- 06 Nov, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Nov, 2018 1 commit
-
-
Max Kellermann authored
Meson 0.47.1 suffers from a bug which breaks linking the MPD executable because the `-lpthread` flag is not propagated from our `thread.a`. See https://github.com/mesonbuild/meson/pull/3895 Closes #403
-
- 31 Oct, 2018 7 commits
-
-
Florian Schlichting authored
expand %h to the system hostname and default to a zeroconf string that contains %h
-
Max Kellermann authored
-
Max Kellermann authored
All new hardware is arm64 anyway.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Bugs in libroar which broke the MPD build have been annoying me for quite some time, and the newest bug has now hit my main build machine: https://github.com/MusicPlayerDaemon/MPD/issues/377 Problem is the usage of the typedef `_IO_off64_t` in libroar's `vio_stdio.h`: int roar_vio_to_stdio_lseek (void *__cookie, _IO_off64_t *__pos, int __w); This `_IO_off64_t` is an internal implementation detail of glibc and was removed in version 2.28. Nobody must ever use it. Why the **** did the RoarAudio developers use it? Not using internal typedefs isn't exactly rocket science. This annoys me enough to finally remove the plugin. Anyway, I've never heard of anybody using RoarAudio, so my best guess is that nobody will notice.
-
Max Kellermann authored
-
- 30 Oct, 2018 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-