aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Discovery.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/upnp/Device: move code to method Parse()Max Kellermann2014-01-181-6/+10
| | | | Forward the Error to the caller.
* db/upnp/Device: use ContentDirectoryDescriptor's move operatorMax Kellermann2014-01-181-0/+2
| | | | Reduce bloat.
* db/upnp/Discovery: don't copy XML to std::stringMax Kellermann2014-01-181-1/+1
| | | | Pass "const char *" to Expat.
* db/upnp: don't use WorkQueue for _ADVERTISEMENT_BYEBYEMax Kellermann2014-01-181-3/+2
| | | | Remove the ContentDirectoryDescriptor right away. Reduces bloat.
* db/upnp/Discovery: move callbacks and data structures into classMax Kellermann2014-01-171-0/+55
| | | | Eliminate global variables.
* db/upnp: move the LibUPnP instance to class UpnpDatabaseMax Kellermann2014-01-161-1/+4
| | | | Delete the object when closing the database.
* db/upnp: move the UPnPDeviceDirectory instance to class UpnpDatabaseMax Kellermann2014-01-161-4/+2
| | | | Delete the object when closing the database.
* UPnP database pluginJean-Francois Dockes2014-01-091-0/+90
[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]