- 19 Mar, 2020 1 commit
-
-
Max Kellermann authored
Documentation says the limit is 5, but it was really 10 (at least since 2004). But since MPD wants to promote using many small clients idling around, and these clients consume only very few resources, it seems reasonable to raise this limit's default value.
-
- 20 Feb, 2019 3 commits
-
-
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
-
- 15 Feb, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Destruct automatically, even if leaving the scope due to exception being thrown.
-
- 05 Feb, 2019 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The list of partitions is cleared automatically.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
They will be stopped by ~EventThread() when the `Instance` is deleted.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Nov, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 23 Sep, 2018 2 commits
-
-
Max Kellermann authored
Keep MPD's footprint small until playback is requested.
-
Max Kellermann authored
-
- 21 Sep, 2018 1 commit
-
-
Max Kellermann authored
-
- 19 Aug, 2018 6 commits
-
-
Thomas Guillem authored
A Java object to send logs on the android side.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate yet another access to the global ConfigData instance.
-
- 09 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 06 Aug, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 01 Aug, 2018 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Let MainOrThrow() forward it to mpd_main().
-
Max Kellermann authored
Deinitialize the logging library after the last exception handler, because that one could still need it. Use `AtScopeExit()` to ensure it's always called, even if an exception was thrown.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Jul, 2018 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-