- 16 Sep, 2020 8 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
-
- 07 Sep, 2020 1 commit
-
-
Max Kellermann authored
-
- 06 Jul, 2020 3 commits
-
-
Max Kellermann authored
This fixes compatibility with Plex DLNA. Closes https://github.com/MusicPlayerDaemon/MPD/issues/851
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/841
-
Max Kellermann authored
Fixes the "Unrecognized URI" error with the udisks storage plugin, which is caused by the kludge in UdisksStorage::MapUTF8().
-
- 29 May, 2020 1 commit
-
-
Shen-Ta Hsieh authored
-
- 05 May, 2020 1 commit
-
-
Max Kellermann authored
The `db->close()` call was a `nullptr` dereference because the `db` variable had already been moved. Closes https://github.com/MusicPlayerDaemon/MPD/issues/839
-
- 02 Apr, 2020 1 commit
-
-
Max Kellermann authored
This method gets called a lot during MPD startup, via FindChild() and directory_load_subdir(), so this is worth optimizing at the expense of code readability. This speeds up MPD startup by 10%.
-
- 26 Mar, 2020 2 commits
-
-
Rosen Penev authored
Found with readability-uppercase-literal-suffix Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
-
- 07 Mar, 2020 1 commit
-
-
Max Kellermann authored
Merge some duplicate code in a central library.
-
- 16 Dec, 2019 1 commit
-
-
Max Kellermann authored
-
- 07 Oct, 2019 1 commit
-
-
Max Kellermann authored
Add a runtime sanity check to avoid the assertion failure. Closes https://github.com/MusicPlayerDaemon/MPD/issues/660
-
- 16 Jun, 2019 1 commit
-
-
Max Kellermann authored
Instead of passing tag and group, pass an array of tags. To support a nested return value, return a nested std::map of std::maps. Each key specifies the tag value, and each value may be another nesting level. Closes https://github.com/MusicPlayerDaemon/MPD/issues/408
-
- 18 Apr, 2019 1 commit
-
-
Eugene Gorodinsky authored
-
- 04 Apr, 2019 1 commit
-
-
Max Kellermann authored
Expect OnSocketReady() to cancel events. If it returns false, the SocketMonitor may be destructed already. This fixes a use-after-free bug in the "httpd" output plugin.
-
- 22 Feb, 2019 2 commits
-
-
Max Kellermann authored
Fixes a memory leak, or an assertion failure in the debug build.
-
Max Kellermann authored
-
- 20 Feb, 2019 4 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
-
Max Kellermann authored
-
- 21 Jan, 2019 1 commit
-
-
Max Kellermann authored
GCC 9's libstdc++ is unable to use forward-declared types as std::vector item because the compiler wants to resolve `noexcept()` on the item destructor.
-
- 15 Jan, 2019 1 commit
-
-
Thomas Klausner authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/456
-
- 28 Dec, 2018 4 commits
-
-
Max Kellermann authored
Since commit cc64c715, UpdateService::Enqueue() throws ProtocolError(ACK_ERROR_UPDATE_ALREADY) instead of returning 0.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Dec, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 19 Nov, 2018 4 commits
-
-
Max Kellermann authored
This function implements the "group" feature on top of the Database::Visit() method.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-