aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Discovery.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
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]