- 25 Feb, 2021 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1112
-
- 19 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 10 Nov, 2020 1 commit
-
-
Max Kellermann authored
-
- 04 Nov, 2020 2 commits
-
-
Max Kellermann authored
This allows users to disable the "CUE files as directories" feature without having to disable the CUE playlist plugin completely. This feature has been annoying some users.
-
Max Kellermann authored
-
- 28 Oct, 2020 1 commit
-
-
Max Kellermann authored
The bug https://bugzilla.samba.org/show_bug.cgi?id=11413 makes MPD crash after at most a minute of using the plugin. Since this bug is five years old already and it doesn't look like it will ever be fixed, all libsmbclient code in MPD is scheduled for removal. For now, the plugin is disabled by default so people are less likely to hit the crash bug. Closes https://github.com/MusicPlayerDaemon/MPD/issues/991
-
- 06 Oct, 2020 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Sep, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Sep, 2020 1 commit
-
-
Max Kellermann authored
-
- 21 Aug, 2020 1 commit
-
-
Naglis Jonaitis authored
--stdout was renamed to --stderr in 72617395.
-
- 08 Aug, 2020 1 commit
-
-
Naglis Jonaitis authored
-
- 10 Jul, 2020 1 commit
-
-
Naglis Jonaitis authored
-
- 07 May, 2020 1 commit
-
-
Max Kellermann authored
Commit 60f957ed broken the GCC 7 build, but instead of working around missing C++17 features in old compilers, let's update the compiler version requirements. This commit raises the clang requirement to version 5 because this is the first version to support `constexpr` lambdas, to be used to `Dsd2Pcm.cxx`.
-
- 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.
-