aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/ContentDirectoryService.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-24Database*: move to db/Max Kellermann1-128/+0
2014-01-23db/upnp: un-inline a few destructorsMax Kellermann1-0/+2
Reduce bloat.
2014-01-22db/upnp: make several methods "const"Max Kellermann1-5/+5
2014-01-22db/upnp: use std::list instead of std::set for SearchCapabilitiesMax Kellermann1-2/+2
Reduce bloat. We never used the set lookup.
2014-01-22db/upnp: pass unsigned integers to readDirSlice()Max Kellermann1-3/+3
2014-01-16db/upnp: move the LibUPnP instance to class UpnpDatabaseMax Kellermann1-5/+12
Delete the object when closing the database.
2014-01-09UPnP database pluginJean-Francois Dockes1-0/+119
[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]