- 07 Oct, 2021 6 commits
-
-
Max Kellermann authored
Skip the LookupRemoteTag() call if the MoveId() call fails.
-
Max Kellermann authored
Eliminates lots of implicit std::string temporaries.
-
Max Kellermann authored
-
Max Kellermann authored
This reverts commit 6ed4aff4. The Meson wrap is broken on non-x86, because it unconditionally includes <cpuid.h> which is an x86 only header.
-
James D. Smith authored
-
James D. Smith authored
-
- 06 Oct, 2021 4 commits
-
-
Max Kellermann authored
This way, URI schemes supported by arbitrary storage plugins are allowed. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1270
-
Max Kellermann authored
-
Max Kellermann authored
Fixes crash bug.
-
Max Kellermann authored
This should translate to ACK_ERROR_ARG instead of ACK_ERROR_UNKNOWN.
-
- 24 Sep, 2021 2 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1265
-
Max Kellermann authored
This way, we know whether we're explicitly "paused" or "not yet activated because the ring buffer hasn't been filled yet".
-
- 21 Sep, 2021 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fixes the build with libexpat from Meson wrap.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Necessary since commit 6acf81d5
-
Max Kellermann authored
-
- 10 Sep, 2021 1 commit
-
-
Max Kellermann authored
Allow DeferredEvents to call EventLoop::Break().
-
- 08 Sep, 2021 2 commits
-
-
Rosen Penev authored
emplace already calls std::pair. No need for it again. No need to emplace when calling std::make_shared. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
make_pair is an old C++98 function that can be replaced by modern shorter constructs. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 28 Aug, 2021 4 commits
-
-
Max Kellermann authored
This eliminates all but one DeleteLocalRef() call.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 Aug, 2021 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Include the most specific header documented by MSDN instead.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Aug, 2021 2 commits
-
-
Rosen Penev authored
These should be equivalent anyway. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-