aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Device.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* db/upnp/Device: clear the "value" pointer on unknown elementMax Kellermann2014-01-221-0/+2
* db/upnp/Device: replace std::vector with a std::string pointerMax Kellermann2014-01-221-34/+37
* db/upnp/Device: remove unused UPnPService attributesMax Kellermann2014-01-221-9/+0
* db/upnp/Device: emplace/move the UPnPService into the vectorMax Kellermann2014-01-221-1/+1
* db/upnp: cache m_path.back()Max Kellermann2014-01-181-12/+13
* db/upnp/Device: move code to method Parse()Max Kellermann2014-01-181-11/+10
* db/upnp/Discovery: don't copy XML to std::stringMax Kellermann2014-01-181-2/+2
* db/upnp: use move operator to assign XML CDATAMax Kellermann2014-01-181-11/+11
* db/upnp/Util: trimstring() constructs string from bufferMax Kellermann2014-01-181-2/+1
* db/upnp/Device: remove unused attribute "m_tabs"Max Kellermann2014-01-101-4/+1
* db/upnp: remove unnecessary empty string checks from CharacterData()Max Kellermann2014-01-101-3/+0
* UPnP database pluginJean-Francois Dockes2014-01-091-0/+140