aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/ContentDirectoryService.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Database*: move to db/Max Kellermann2014-01-241-128/+0
|
* db/upnp: un-inline a few destructorsMax Kellermann2014-01-231-0/+2
| | | | Reduce bloat.
* db/upnp: make several methods "const"Max Kellermann2014-01-221-5/+5
|
* db/upnp: use std::list instead of std::set for SearchCapabilitiesMax Kellermann2014-01-221-2/+2
| | | | Reduce bloat. We never used the set lookup.
* db/upnp: pass unsigned integers to readDirSlice()Max Kellermann2014-01-221-3/+3
|
* db/upnp: move the LibUPnP instance to class UpnpDatabaseMax Kellermann2014-01-161-5/+12
| | | | Delete the object when closing the database.
* UPnP database pluginJean-Francois Dockes2014-01-091-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]