- 25 Feb, 2017 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to make it mutable.
-
Max Kellermann authored
-
Max Kellermann authored
These events are relevant for all partitions.
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to convert "partition" to a mutable pointer.
-
- 24 Feb, 2017 2 commits
-
-
Max Kellermann authored
This code (added 7 years ago with commit b233c145) has been obsoleted by the SongLoader class (added 3 years ago).
-
Max Kellermann authored
Fixes false negatives: http://foo/dav/example.ogg mismatches http://foo/dav/ .. because StringAfterPrefix() returns just "example.ogg", without trailing slash (it existed, but was eaten already by the base matcher).
-
- 21 Feb, 2017 2 commits
-
-
Max Kellermann authored
Fixes a GCC warning because %llu appears to be unsupported by the Windows standard library.
-
Max Kellermann authored
-
- 20 Feb, 2017 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
release v0.20.5
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Allow multiple arguments.
-
Max Kellermann authored
-
François Revol authored
Some missing bits when converted to C++ exceptions...
-
- 19 Feb, 2017 17 commits
-
-
Max Kellermann authored
Preparing the protocol spec for multi-player support.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes a potential deadlock introduced by commit 94528735
-
Max Kellermann authored
-
Max Kellermann authored
Using variable-size objects is not worth the trouble here. Let's drop this and use existing and simpler code.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes another buffer overflow: if the stream has a very long title or URL, resulting in a metadata string of more than 2 kB, icy_string[0] is a negative value, which gets casted to size_t - ouch! https://bugs.musicpd.org/view.php?id=4652
-
Max Kellermann authored
Fixes a buffer overflow due to the bad formula rounding the buffer size up. At the same time, remove the "+1" from the meta_length calculation, which takes the padding into account and at the same time implements proper rounding.
-
Max Kellermann authored
Why did this cast exist??
-
- 18 Feb, 2017 1 commit
-
-
Max Kellermann authored
-
- 17 Feb, 2017 1 commit
-
-
Max Kellermann authored
-