aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Directory.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/upnp/ixmlwrap: getFirstElementValue() returns const char *Max Kellermann2014-01-181-1/+1
| | | | Eliminate the std::string bloat.
* db/upnp/Object: disallow copying, always moveMax Kellermann2014-01-141-2/+2
| | | | Reduce bloat.
* db/upnp/Directory: merge m_containers and m_itemsMax Kellermann2014-01-141-2/+11
| | | | | There is no use in duplicating these containers. It only means that we have to search both, duplicating the code.
* UPnP database pluginJean-Francois Dockes2014-01-091-0/+55
[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]