- 14 Oct, 2022 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 Sep, 2022 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Sep, 2022 3 commits
-
-
BurroCargado authored
According to the latest WebDAV specification (RFC4918), timestamp string in the getlastmodified property is formatted as rfc1123-date, such as "Sun, 06 Nov 1994 08:49:37 GMT". However, to process responses from servers in the older style format specified in RFC2518, timestamps in the HTTP-date format had better be accepted. As described in the libcurl api documentation, curl_getdate() can handle timestamp strings in HTTP-date formats, including rfc1123-date. https://www.rfc-editor.org/rfc/rfc4918#section-15.7 https://www.rfc-editor.org/rfc/rfc2518.html#section-13.7 https://curl.se/libcurl/c/curl_getdate.html
-
BurroCargado authored
-
Max Kellermann authored
-
- 28 Sep, 2022 2 commits
-
-
Max Kellermann authored
-
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
-
- 20 Sep, 2022 1 commit
-
-
- 17 Sep, 2022 1 commit
-
-
Anthony DeRossi authored
This fixes a bug introduced in 87fa6bca where the FLAC encoder fails to initialize unless libFLAC is built with Ogg support. When libFLAC is built without Ogg support, FLAC__stream_encoder_set_ogg_serial_number unconditionally returns false.
-
- 16 Sep, 2022 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 06 Sep, 2022 5 commits
-
-
Max Kellermann authored
Don't require "log_file" setting, for "--no-config" operation. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1600
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Calling data[fill] could trigger an assertion failure if fill==data.size(), even if we call it only to take the address. Instead of doing that, this commit changes the code to pointer arithmetic. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1556
-
Max Kellermann authored
-
- 18 Aug, 2022 12 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
This ensures that Partition::OnMixerVolumeChanged() invokes MixerMemento::InvalidateHardwareVolume(), clearing the cached volume level. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1526
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Aug, 2022 8 commits
-
-
Max Kellermann authored
Avoid excessive buffering if run by CI.
-
Max Kellermann authored
Make this idle event per-partition.
-
Max Kellermann authored
Eliminate global variables, convert them to MixerMemento fields. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1583
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1529
-
Max Kellermann authored
-
Max Kellermann authored
-
Dave Hocker authored
This PR provides forward and backward compatibility at macos SDK 12.0. At SDK 12.0, API function names were changed essentially replacing occurrences of the word Master/master with Main/main. This change was test built on two different systems. 1. macos 10.15.7 with Xcode 12.4 and clang 12.0.0 on x86_64 2. macos 12.5 with Xcode 13.4.1 and clang 13.1.6 on arm64 (Apple silicon M1) It should be noted that on macos 10.15.7 with Xcode 11.2 and clang 11.0, MPD will not build. The MPD documentation states that clang 11.0 is the minimum requirement, but clang 11.0 produces compile errors. Apparently the macos version of clang 11.0 is not fully compliant.
-