aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-10db/upnp/Directory: eliminate the "attributes" std::mapMax Kellermann1-11/+19
2014-01-10db/upnp/Directory: move "res" attributes to arrayMax Kellermann1-7/+15
2014-01-10db/upnp: use nullptr-terminated arrayMax Kellermann1-6/+4
2014-01-10db/upnp/Directory: eliminate struct StackEl, use std::stringMax Kellermann1-11/+6
2014-01-10db/upnp/Directory: make "attributes" a local variableMax Kellermann1-14/+14
2014-01-10db/upnp/Directory: move "res" tag handler to StartElement()Max Kellermann1-12/+16
2014-01-10db/upnp/Directory: don't use std::map to parse upnp:classMax Kellermann1-9/+18
2014-01-10db/upnp/Object: use strictly-typed enumsMax Kellermann2-12/+21
2014-01-10db/upnp: getprop() returns const char *Max Kellermann1-5/+3
2014-01-09UPnP database pluginJean-Francois Dockes18-0/+2282