Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-18 | db/upnp: don't use WorkQueue for _ADVERTISEMENT_BYEBYE | Max Kellermann | 1 | -3/+2 | |
Remove the ContentDirectoryDescriptor right away. Reduces bloat. | |||||
2014-01-17 | db/upnp/Discovery: move callbacks and data structures into class | Max Kellermann | 1 | -0/+55 | |
Eliminate global variables. | |||||
2014-01-16 | db/upnp: move the LibUPnP instance to class UpnpDatabase | Max Kellermann | 1 | -1/+4 | |
Delete the object when closing the database. | |||||
2014-01-16 | db/upnp: move the UPnPDeviceDirectory instance to class UpnpDatabase | Max Kellermann | 1 | -4/+2 | |
Delete the object when closing the database. | |||||
2014-01-09 | UPnP database plugin | Jean-Francois Dockes | 1 | -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] |