- 03 Sep, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Sep, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Sep, 2019 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
-
- 09 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 02 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 05 Jul, 2019 1 commit
-
-
Max Kellermann authored
-
- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 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
-
- 22 May, 2019 2 commits
-
-
Max Kellermann authored
Preparing to move logger calls out of lower-level libaries, and propagating error details to the caller instead.
-
Max Kellermann authored
Regression by commit bbdf2dcf
-
- 21 May, 2019 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Allow forward-declaring it.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 May, 2019 1 commit
-
-
Max Kellermann authored
-
- 26 Apr, 2019 1 commit
-
-
Max Kellermann authored
-
- 24 Apr, 2019 1 commit
-
-
Max Kellermann authored
-
- 18 Apr, 2019 1 commit
-
-
Eugene Gorodinsky authored
-
- 04 Apr, 2019 2 commits
-
-
Max Kellermann authored
-
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.
-
- 25 Mar, 2019 1 commit
-
-
Max Kellermann authored
-
- 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 2 commits
-
-
Max Kellermann authored
Since commit cc64c715, UpdateService::Enqueue() throws ProtocolError(ACK_ERROR_UPDATE_ALREADY) instead of returning 0.
-
Max Kellermann authored
-