aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/upnp/Util.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-10-10db/upnp/Util: move caturl() to util/UriUtil.cxxMax Kellermann1-28/+0
2014-01-26db/upnp: move generic code to lib/upnp/Max Kellermann1-0/+0
2014-01-24Database*: move to db/Max Kellermann1-0/+0
2014-01-22db/upnp: emplace/move in csvToStrings()Max Kellermann1-2/+2
2014-01-22db/upnp: require an empty token list in csvToStrings()Max Kellermann1-6/+4
2014-01-22db/proxy: simplify csvToStrings()Max Kellermann1-47/+17
2014-01-22db/upnp: use std::list instead of std::set for SearchCapabilitiesMax Kellermann1-5/+3
2014-01-22db/upnp/Util: pass char* to csvToStrings()Max Kellermann1-6/+9
2014-01-22db/upnp/Util: handle absolute URI paths properly in caturl()Max Kellermann1-7/+20
2014-01-22db/upnp/Util: use string::back(), string::front()Max Kellermann1-5/+5
2014-01-22db/upnp/Device: replace std::vector with a std::string pointerMax Kellermann1-10/+11
2014-01-22db/upnp/Util: "emplace" items into the listMax Kellermann1-3/+3
2014-01-21db/upnp: use std::list instead of std::vectorMax Kellermann1-2/+2
2014-01-18db/upnp/Util: trimstring() constructs string from bufferMax Kellermann1-11/+10
2014-01-11db/upnp: move stringToTokens() to Util.cxxMax Kellermann1-0/+35
2014-01-09UPnP database pluginJean-Francois Dockes1-0/+149