- 13 Oct, 2021 28 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
-
Max Kellermann authored
-
Max Kellermann authored
The wrong variable was used. This has been broken by commit 4eeea640 seven years ago - and nobody as noticed, d'oh!
-
Max Kellermann authored
-
Max Kellermann authored
libavahi-client uses this one to schedule events immediately. However, CoarseTimerEvent may be called too late, and cause timeouts.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Deprecated in C++17. Since C++17, one is supposed to declare those 5 types manually.
-
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
-
Max Kellermann authored
-
- 07 Oct, 2021 12 commits
-
-
Max Kellermann authored
This was a no-op previously, but this operation makes no sense.
-
Max Kellermann authored
The existing implementation has been utterly broken forever; I cannot explain what it actually does, but it doesn't do what the documentation says.
-
Max Kellermann authored
Use MoveRange() instead of MoveId().
-
Max Kellermann authored
-
Max Kellermann authored
Now, "+0" means "right after the current song" and "-0" means "right before the current song". Mnemonic: there are zero songs between the current song and the newly added song.
-
Max Kellermann authored
A similar feature was present long ago in MPD, but was deprecated in version 0.16 because the implementation was broken. This commit re-adds the feature in a way that's well-defined and not broken. Close https://github.com/MusicPlayerDaemon/MPD/issues/1221
-
Max Kellermann authored
Validate early, so we avoid the rollback if an error occurs.
-
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
-
Max Kellermann authored
-