- 14 Aug, 2012 16 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Don't free the string right after calling log_init_file(). Add a new function log_deinit() that frees the string on shutdown. This fixes cycling the log file after SIGHUP (Mantis ticket 0003524).
-
Max Kellermann authored
Eliminate the g_usleep() call.
-
Max Kellermann authored
Reduce command latency while paused.
-
Max Kellermann authored
One large loop and only one pa_stream_get_state() call.
-
Max Kellermann authored
-
Max Kellermann authored
Reset the timer when paused and no client is connected. This fixes Mantis ticket 0003527.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This is part of libavutil.
-
Wieland Hoffmann authored
Additionally, update mpdconf.example to refer to mpd.conf(5) for the complete list of tags instead of trying to repeat it.
-
Max Kellermann authored
Conflicts: src/mapper.h
-
Max Kellermann authored
Duplicate the music_dir variable: one encoded in UTF-8, and another one using the configured filesystem character set. This fixes an ancient MPD bug.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 13 Aug, 2012 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
MPD requires GLib 2.16.
-
Max Kellermann authored
Conflicts: NEWS configure.ac src/client_file.h
-
Anton Khirnov authored
That function is not pure, it writes to error. When marked as pure, the compiler is allowed to assume it does not do anything to error, so it can remain NULL, which would result in an invalid read in print_error().
-
- 09 Aug, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Aug, 2012 18 commits
-
-
Max Kellermann authored
Rewrite of the pc_get_error_message() function, now using a GError object instead of the complicated "errored_song" attribute.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminates explicit global initialisation.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The new block overrides the "db_file" setting, and allows configuring any database plugin.
-
Max Kellermann authored
No more hard-coded "simple" plugin.
-
Max Kellermann authored
Let the caller take care for legacy conversion.
-
Max Kellermann authored
Preparing for non-"simple" database plugins.
-
Max Kellermann authored
Useless call.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes assertion failures in the Directory library.
-