- 16 Sep, 2014 3 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
Break the mainloop and terminate run call.
-
Thomas Guillem authored
The second time init was called, http_200_aliases pointed to a freed pointer and leaded to a SEGFAULT.
-
- 11 Sep, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Sep, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Sep, 2014 3 commits
-
-
Max Kellermann authored
That attribute was uninitialized before, which could crash libavformat. See Debian bug 760669
-
Max Kellermann authored
-
Max Kellermann authored
See code comment. Fixes assertion failure in decoder_command_finished().
-
- 06 Sep, 2014 1 commit
-
-
Max Kellermann authored
Log call was added to the wrong branch. Fixes regression by commit ca1a1149
-
- 05 Sep, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate the duplicate pa_operation_get_state() call.
-
- 04 Sep, 2014 2 commits
-
-
Max Kellermann authored
Casting std::numeric_limits<unsigned>::max() to "long" leads to an overflow if sizeof(unsigned)==sizeof(long), and the result will be -1. This happens on some 32 bit architectures, for example ARM and WIN32. Workaround: use std::numeric_limits<int>::max(), which is the largest signed integer. Since sizeof(long)>=sizeof(int), this will never overflow. Fixes Mantis ticket 0004080.
-
Max Kellermann authored
-
- 03 Sep, 2014 1 commit
-
-
Max Kellermann authored
-
- 02 Sep, 2014 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 31 Aug, 2014 17 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Since BroadcastError() calls BroadcastMountError(), there's no need to check mount_finished here.
-
Max Kellermann authored
While reconnecting to the NFS server, the socket is -1, because there is no socket. Fixes a potential crash (assertion failure).
-
Max Kellermann authored
Fixes hanging NFS client.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The standard has been renamed since the early draft that was implemented in MPD.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The "current" attribute is a "song order", not a "song position". This is usually the same - except in random mode. Fixes Mantis ticket 0004073.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Joachim Fasting authored
Fix incorrect description of the "songs" field and add missing "albums" field. Signed-off-by: Joachim Fasting <joachifm@fastmail.fm>
-
Max Kellermann authored
-
Max Kellermann authored
Simply return an empty WritableBuffer, not a nulled one.
-
Max Kellermann authored
-