| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
default_value defaults to nullptr.
|
|
|
|
|
|
|
|
Stupid mistake from commit 7cb803ad
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The old struct config_param remains only for top-level string options.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since version 2.32, g_thread_init() is deprecated and a no-op. Let's
upgrade that (optional) dependency so we can remove all those
g_thread_init() calls.
|
|
|
|
Replaces GLib's g_strsplit().
|
|
|
|
|
|
|
|
|
|
|
|
Simplify the definition of many build options.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Auto-stop the IO thread in all error handlers.
|
|
|
|
EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h, not unistd.h.
D'oh!
|
|
|
|
|
|
|
|
The standard has been renamed since the early draft that was
implemented in MPD.
|
|
|
|
|
|
|
|
|
|
|