| Commit message (Collapse) | Author | Files | Lines |
|
This plugin is horrible code, I mean it. Last year, I tried hard to
fix it, but I figured would take less time to do a full rewrite.
Given that I don't even have any device that supports RAOP, I can't do
that properly. After 16 months, nobody volunteered for fixing it.
Hereby, I delete it, because having no RAOP plugin is better than
having this mess. Sorry.
|
|
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.
|
|
In a C file, that is too late, because _mingw.h defaults to 0x0502,
and ours would be illegal redefintion.
|
|
|
|
The value of this is not used, the code is commented out - let's get
rid of it.
|
|
Make the code portable.
|
|
usleep() is not portable.
|
|
When the caller isn't interested in the values.
|
|
Fix yet another memory leak.
|
|
This fixes a bug that caused all values to be an empty string.
|
|
Just move a pointer, don't call strlen() in every iteration.
|
|
Eliminate the redundant local variable "i".
|
|
This must persist iterations.
|
|
Restore some of the original file structure from from raop_play.
|