aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Device.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Database*: move to db/Max Kellermann2014-01-241-88/+0
|
* db/upnp: un-inline a few destructorsMax Kellermann2014-01-231-0/+2
| | | | Reduce bloat.
* db/upnp/Device: remove unused UPnPService attributesMax Kellermann2014-01-221-7/+0
|
* db/upnp/Device: move code to method Parse()Max Kellermann2014-01-181-8/+7
| | | | Forward the Error to the caller.
* db/upnp/Device: use ContentDirectoryDescriptor's move operatorMax Kellermann2014-01-181-0/+4
| | | | Reduce bloat.
* db/upnp/Discovery: don't copy XML to std::stringMax Kellermann2014-01-181-1/+1
| | | | Pass "const char *" to Expat.
* db/upnp: remove unused typedef DevServItMax Kellermann2014-01-181-2/+0
|
* UPnP database pluginJean-Francois Dockes2014-01-091-0/+92
[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]