aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-11db/upnp/discovery: convert std::strings to const char *Max Kellermann1-11/+13
2014-01-11db/upnp: remove unnecessary MutexMax Kellermann2-4/+0
2014-01-10db/upnp: remove unused method setMaxContentLength()Max Kellermann2-10/+1
2014-01-10db/upnp: remove "upnplog" optionMax Kellermann2-38/+1
2014-01-10db/upnp: remove unused macro PLOGINF()Max Kellermann1-9/+0
2014-01-10db/upnp: remove unused method errAsString()Max Kellermann2-12/+0
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 Kellermann2-5/+0
2014-01-10db/upnp/Directory: simplify checkobjok()Max Kellermann1-9/+9
2014-01-10db/upnp/Directory: don't log unknown itemsMax Kellermann1-8/+0
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