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