aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp (follow)
Commit message (Expand)AuthorAgeFilesLines
* db/upnp: use nullptr-terminated arrayMax Kellermann2014-01-101-6/+4
* db/upnp/Directory: eliminate struct StackEl, use std::stringMax Kellermann2014-01-101-11/+6
* db/upnp/Directory: make "attributes" a local variableMax Kellermann2014-01-101-14/+14
* db/upnp/Directory: move "res" tag handler to StartElement()Max Kellermann2014-01-101-12/+16
* db/upnp/Directory: don't use std::map to parse upnp:classMax Kellermann2014-01-101-9/+18
* db/upnp/Object: use strictly-typed enumsMax Kellermann2014-01-102-12/+21
* db/upnp: getprop() returns const char *Max Kellermann2014-01-101-5/+3
* UPnP database pluginJean-Francois Dockes2014-01-0918-0/+2282