aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/upnp/Device.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-26db/upnp: move generic code to lib/upnp/Max Kellermann1-134/+0
2014-01-24DespotifyUtils, Expat: move to lib/Max Kellermann1-1/+1
2014-01-24Database*: move to db/Max Kellermann1-0/+0
2014-01-23db/upnp: un-inline a few destructorsMax Kellermann1-0/+5
2014-01-22db/upnp/Device: clear the "value" pointer on unknown elementMax Kellermann1-0/+2
2014-01-22db/upnp/Device: replace std::vector with a std::string pointerMax Kellermann1-34/+37
2014-01-22db/upnp/Device: remove unused UPnPService attributesMax Kellermann1-9/+0
2014-01-22db/upnp/Device: emplace/move the UPnPService into the vectorMax Kellermann1-1/+1
2014-01-18db/upnp: cache m_path.back()Max Kellermann1-12/+13
2014-01-18db/upnp/Device: move code to method Parse()Max Kellermann1-11/+10
2014-01-18db/upnp/Discovery: don't copy XML to std::stringMax Kellermann1-2/+2
2014-01-18db/upnp: use move operator to assign XML CDATAMax Kellermann1-11/+11
2014-01-18db/upnp/Util: trimstring() constructs string from bufferMax Kellermann1-2/+1
2014-01-10db/upnp/Device: remove unused attribute "m_tabs"Max Kellermann1-4/+1
2014-01-10db/upnp: remove unnecessary empty string checks from CharacterData()Max Kellermann1-3/+0
2014-01-09UPnP database pluginJean-Francois Dockes1-0/+140