- 15 Mar, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The "NN" suffix used to mean "no negation", but that's not how it's implemented today.
-
- 14 Mar, 2019 3 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/507
-
Max Kellermann authored
Disable the 0.11 compatibility mode if the only argument is a filter expression. Closes https://github.com/MusicPlayerDaemon/MPD/issues/506
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/508
-
- 27 Feb, 2019 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
-
- 25 Feb, 2019 4 commits
-
-
Stefano Miccoli authored
-
Stefano Miccoli authored
implement for the "load" command the same logic used for the "add" command: local clients can load playlist specified as absolute paths. For relative paths the old logic is preserved: first look for a stored playlist, then look in the music directory.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Feb, 2019 1 commit
-
-
Thomas Zander authored
-
- 22 Feb, 2019 14 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Even if the LocalStorage is available, return the "udisks://" URI when the MapUTF8() parameter is an empty string. This fixes the mount URI in the state file.
-
Max Kellermann authored
Fixes a memory leak, or an assertion failure in the debug build.
-
Max Kellermann authored
-
Max Kellermann authored
Closes #487
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Closes #471
-
Max Kellermann authored
Similar to commit ff1ff1e5
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Feb, 2019 5 commits
-
-
Max Kellermann authored
Fixes the "org.freedesktop.UDisks2.Error.AlreadyMounted" error. Closes #485
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Feb, 2019 6 commits
-
-
Max Kellermann authored
Fixes assertion failure.
-
Max Kellermann authored
`light_song.Get()` could cause an assertion failure because the `Manual<>` object must not be used if uninitialized. Regression by commit ebc006ab
-
Max Kellermann authored
This fixes use-after-free bug in SimpleDatabase::Close(), accessing the `root` object which was already freed by the `catch` block in Open(). By having the Database on the stack first, we can avoid calling Close() on the failed-to-open Database from Instance's destructor. Closes #482
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-