- 24 Oct, 2014 4 commits
-
-
Max Kellermann authored
MPD_PATH_MAX_UTF8 is only used by GLib-specific code currently.
-
Max Kellermann authored
-
Max Kellermann authored
Abort if --enable-libmpdclient or --enable-upnp are used with --disable-database, instead of ignoring the mismatch silently.
-
Max Kellermann authored
-
- 23 Oct, 2014 8 commits
-
-
Max Kellermann authored
Fixes memory leak because ao_plugin_close() never gets called.
-
Max Kellermann authored
Be consistent.
-
Max Kellermann authored
A mutex acts as a memory barrier, and thus "volatile" is not necessary.
-
Max Kellermann authored
Use the "_format" parameter instead of the (uninitialized) "format" attribute.
-
Max Kellermann authored
Report unsupported format while opening the filter, not later when the first conversion takes place.
-
Max Kellermann authored
Fixes assertion failure in destructor by not assigning {src,dest}_format when an error occurs.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Oct, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fixes truncated lines in m3u and cue files (regression by commit 67958f7f).
-
Max Kellermann authored
-
- 17 Oct, 2014 1 commit
-
-
Max Kellermann authored
-
- 12 Oct, 2014 1 commit
-
-
Max Kellermann authored
The file systemd/mpd.service.in is being distributed implicitly, but systemd/mpd.socket is not and needs to be added to EXTRA_DIST.
-
- 11 Oct, 2014 6 commits
-
-
Max Kellermann authored
Fixes deadlock bug in the "mms" plugin.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Export it from the protected base class. This fixes a build failure on Mac OS X.
-
Max Kellermann authored
-
- 10 Oct, 2014 14 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
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes buffer overflow bug.
-
Max Kellermann authored
MPD handles all strings in UTF-8 internally. Those decoders which read Latin-1 tags are supposed to implement the conversion, instead of passing Latin-1 to TagBuilder::AddItem(). FixTagString() is simply the wrong place to do that, and hard-coding Latin-1 is kind of arbitrary.
-
Max Kellermann authored
-
nanotech authored
-
- 09 Oct, 2014 3 commits
-
-
Max Kellermann authored
Share the NFS connection with the NFS input plugin.
-
Max Kellermann authored
-
Max Kellermann authored
-