aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/ContentDirectoryService.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/upnp: add UpnpMakeAction() helper functionMax Kellermann2014-01-181-30/+22
|
* db/upnp/ixmlwrap: getFirstElementValue() returns const char *Max Kellermann2014-01-181-20/+26
| | | | Eliminate the std::string bloat.
* db/upnp: free IXML_Document *request manuallyMax Kellermann2014-01-181-38/+40
|
* db/upnp: move the LibUPnP instance to class UpnpDatabaseMax Kellermann2014-01-161-32/+11
| | | | Delete the object when closing the database.
* UPnP database pluginJean-Francois Dockes2014-01-091-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]