Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-10 | db/upnp/Object: use strictly-typed enums | Max Kellermann | 1 | -6/+15 | |
At the same time, rename the enum types and the class attributes, and add an "UNKNOWN" type/class. The latter avoids the "-1" hack. | |||||
2014-01-10 | db/upnp: getprop() returns const char * | Max Kellermann | 1 | -5/+3 | |
Return the return value, instead returning it in a reference parameter. Reduces bloat by reducing unnecessary std::string usage. | |||||
2014-01-09 | UPnP database plugin | Jean-Francois Dockes | 1 | -0/+79 | |
[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] |