aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/ContentDirectoryService.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-18db/upnp: add UpnpMakeAction() helper functionMax Kellermann1-30/+22
2014-01-18db/upnp/ixmlwrap: getFirstElementValue() returns const char *Max Kellermann1-20/+26
Eliminate the std::string bloat.
2014-01-18db/upnp: free IXML_Document *request manuallyMax Kellermann1-38/+40
2014-01-16db/upnp: move the LibUPnP instance to class UpnpDatabaseMax Kellermann1-32/+11
Delete the object when closing the database.
2014-01-09UPnP database pluginJean-Francois Dockes1-0/+316
[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]