- 15 Feb, 2012 8 commits
-
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
(Maybe it should be "A new message is indicated...", I don't know.) ( ^^ )
-
-
Jonathan Neuschäfer authored
This might break older versions, I didn't test.
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
The main difference is that strncat takes the maximum number of characters to copy as its third argument, while g_strlcat takes the size of the buffer, which is how the code was using strncat. Incomplete requests may still be constructed as a result of the reqest buffer filling up.
-
Jonathan Neuschäfer authored
size_t is unsigned most of the time, so we can't really use it to check for negative values. Also handle strtol overflow.
-
Jonathan Neuschäfer authored
-
- 14 Feb, 2012 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
An empty string is obviously not a valid integer.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 13 Feb, 2012 23 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Shortcut for map_directory_fs(db_get_root()).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Work around a confusing error message.
-
Max Kellermann authored
-
Max Kellermann authored
Avoid reversing the order after every update.
-
Max Kellermann authored
-
Max Kellermann authored
Conflicts: NEWS configure.ac src/decoder/ffmpeg_decoder_plugin.c test/read_tags.c
-
Max Kellermann authored
This was disabled when compiled with a new ffmpeg version. Older ffmpeg versions used it explicitly, while newer ones may pass it through from the codec.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This fixes seeking in the vorbis decoder during MPD startup.
-
Max Kellermann authored
This fixes a bug when libsamplerate returns an empty buffer for a very small input buffer. The caller thinks this is an error, bug there is no GError object.
-
Max Kellermann authored
pcm_buffer_get() cannot ever return NULL.
-
treblid authored
Directories are loaded in reverse order when MPD starts. Only fixed when doing a rescan.
-
- 12 Feb, 2012 3 commits
-
-
Max Kellermann authored
The FLAC playlist plugin has been superseded by the "embcue" playlist plugin, which can read the embedded CUE sheets of all formats.
-
Max Kellermann authored
An embedded CUE sheet must always point to the song file it is contained in.
-
Max Kellermann authored
-