- 16 Jan, 2023 1 commit
-
-
Max Kellermann authored
For CURLINFO_CONTENT_LENGTH_DOWNLOAD_T (commit 4efd0a9f).
-
- 02 Jan, 2023 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
CURLINFO_CONTENT_LENGTH_DOWNLOAD is deprecated and is ugly because it uses floating point.
-
- 28 Sep, 2022 1 commit
-
-
Max Kellermann authored
Fixes compiler warning because formatting unscoped enums is deprecated since libfmt 9.
-
- 27 Sep, 2022 1 commit
-
-
jcorporation authored
This fixes #1616
-
- 08 Aug, 2022 1 commit
-
-
Max Kellermann authored
-
- 27 Jul, 2022 1 commit
-
-
Max Kellermann authored
-
- 20 Jul, 2022 1 commit
-
-
Rosen Penev authored
Properly deals with iconv, unlike the current solution. have_iconv fails when libiconv CFLAGS are passed to the compiler. Tested under OpenWrt with its CONFIG_BUILD_NLS, which adds libiconv include flags. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 08 Jul, 2022 1 commit
-
-
Max Kellermann authored
-
- 01 Jul, 2022 10 commits
-
-
Max Kellermann authored
This fixes a std::terminate() crash in the CURL storage plugin when PropfindOperation::OnHeaders() throws an exception after receiving a non-207 status. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1559
-
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
-
- 19 May, 2022 1 commit
-
-
Max Kellermann authored
-
- 26 Apr, 2022 2 commits
-
-
Max Kellermann authored
-
Rosen Penev authored
libupnp 1.14 removes the non 2 function. Fixes compilation there. Signed-off-by:
Rosen Penev <rosenp@gmail.com> Closes https://github.com/MusicPlayerDaemon/MPD/issues/1499
-
- 24 Apr, 2022 1 commit
-
-
Andreas Ziegler authored
-
- 20 Apr, 2022 1 commit
-
-
aeolio authored
-
- 16 Mar, 2022 1 commit
-
-
Max Kellermann authored
This is more of what we did in commit 70bd35ab because it turns out there are Ogg-Opus files with pages larger than 40 kB. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1487
-
- 14 Mar, 2022 2 commits
-
-
Max Kellermann authored
In libFLAC 0.3.4 (commit c9530118), the "dllimport" check has been changed from "_MSC_VER" to "_WIN32", and now the MPD build is affected by it. Defining FLAC__NO_DLL disables the use of "dllimport", which allows linking properly to the static libFLAC build.
-
Max Kellermann authored
-
- 15 Dec, 2021 2 commits
- 06 Dec, 2021 1 commit
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 03 Dec, 2021 1 commit
-
-
Max Kellermann authored
-
- 01 Dec, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 Nov, 2021 1 commit
-
-
Max Kellermann authored
Fixes regression by commit 774b4313
-
- 26 Nov, 2021 2 commits
-
-
Max Kellermann authored
Since C++11, std::swap() lives in <utility>.
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 23 Nov, 2021 2 commits
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
shorter Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 22 Nov, 2021 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1352
-
- 19 Nov, 2021 1 commit
-
-
Max Kellermann authored
Fixes building with GCC 12.
-