- 21 Jan, 2021 1 commit
-
-
Max Kellermann authored
Increasing the protocol version to 0.22.4 to allow clients to detect this feature. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1038
-
- 01 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 16 Oct, 2020 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/979
-
- 30 Apr, 2020 1 commit
-
-
Max Kellermann authored
The command is used to configure the client's connection, and this shouldn't require any permissions. The client should be able to do that before sending a password.
-
- 16 Mar, 2020 1 commit
-
-
Rosen Penev authored
[[maybe_unused]] (introduced in C++17) is standard C++. https://clang.llvm.org/docs/AttributeReference.html#maybe-unused-unused says that this is equivalent to the GNU unused attribute. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 12 Mar, 2020 1 commit
-
-
Rosen Penev authored
The former was deprecated with C++14. According to the C++11 and C++17 standards, both files are identical. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 02 Feb, 2020 1 commit
-
-
Rosen Penev authored
Found with modernize-loop-convert Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 20 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 18 Jan, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Aug, 2019 4 commits
-
-
Max Kellermann authored
The new Response instance in the `catch` block didn't have the `command` attribute set, so the error response didn't indicate which command had failed, which however is required in the MPD protocol. Closes https://github.com/MusicPlayerDaemon/MPD/issues/628
-
Max Kellermann authored
Clarify that those can't throw, preparing for the next commit.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 13 Aug, 2019 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/42
-
- 03 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 05 Jul, 2019 1 commit
-
-
Max Kellermann authored
-
- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 25 Apr, 2019 1 commit
-
-
Max Kellermann authored
-
- 24 Apr, 2019 1 commit
-
-
Max Kellermann authored
-
- 05 Apr, 2019 1 commit
-
-
Max Kellermann authored
A first use case for our libchromaprint integration added by commit 30e22b75
-
- 05 Feb, 2019 1 commit
-
-
Max Kellermann authored
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 24 Jul, 2018 1 commit
-
-
Max Kellermann authored
Will allow more complex fitler expression, such as negation (#89).
-
- 19 Dec, 2017 1 commit
-
-
Max Kellermann authored
These attributes are printed in the "outputs" response, and the new command "outputset" allows setting new values. No attributes are currently implemented.
-
- 15 Aug, 2017 1 commit
-
-
Ryan Walklin authored
Add API documentation Support 64 bit offsets Use InputStream for all reads
-
- 25 Feb, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Feb, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The first step to multi-player support. Not much, just a dummy command.
-
- 08 Feb, 2017 3 commits
-
-
Max Kellermann authored
The "tagtypes" command now has several sub commands which can be used to edit that mask.
-
Max Kellermann authored
handle_tagtypes() is also being moved to ClientCommands.cxx, because that command will be extended to access client-specific settings.
-
Max Kellermann authored
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 10 Nov, 2016 1 commit
-
-
Max Kellermann authored
-
- 07 Nov, 2016 1 commit
-
-
Max Kellermann authored
-
- 08 Sep, 2016 1 commit
-
-
Max Kellermann authored
-
- 01 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 27 Dec, 2015 1 commit
-
-
Max Kellermann authored
Necessary to preserve type information. The try/catch sequence didn't work previously.
-