| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
| |
We need this only for path names.
|
| |
|
|
|
|
|
| |
The method emplace() was added in gcc 4.8. This commit restores
compatibility with gcc 4.7.
|
|
|
|
| |
Don't store in the std::map.
|
|
|
|
|
|
| |
Don't put all <res/> attributes to the attributes map; parse the
"duration" attribute as soon as we receive it, and store it in an
integer attribute. This reduces bloat.
|
| |
|
|
|
|
| |
Generic approach for the workaround.
|
|
|
|
| |
Allow database plugins to announce that they have been modified.
|
|
|
|
|
| |
We have removed all libupnp logging calls, and we don't need to debug
libupnp.
|
|
|
|
|
| |
At the same time, rename the enum types and the class attributes, and
add an "UNKNOWN" type/class. The latter avoids the "-1" hack.
|
|
|
|
|
| |
Return the return value, instead returning it in a reference
parameter. Reduces bloat by reducing unnecessary std::string usage.
|
|
|
|
| |
Not necessary or useful.
|
|
|
|
| |
Reduces bloat by eliminating one std::map.
|
|
[mk: renamed source files, applied coding style, reduced bloat, using
MPD's threading library, using MPD's error reporting and logging
library and refactoring, fixed lots of bugs]
|