aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/UpnpDatabasePlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-14db/upnp/Object: add attribute "tag"Max Kellermann1-37/+2
2014-01-14db/upnp: move upnp_tags to Tags.cxxMax Kellermann1-11/+1
2014-01-14db/upnp/Object: disallow copying, always moveMax Kellermann1-5/+4
2014-01-14db/upnp: getTagValue() returns string pointerMax Kellermann1-19/+13
2014-01-14db/upnp/Directory: merge m_containers and m_itemsMax Kellermann1-52/+59
2014-01-14db/upnp: pass const reference to getTagValue()Max Kellermann1-1/+1
2014-01-14db/upnp: Namei() returns error when no object was foundMax Kellermann1-2/+5
2014-01-14db/upnp/Object: add attribute "name"Max Kellermann1-19/+5
2014-01-14db/upnp: use std::replace() in titleToPath()Max Kellermann1-10/+4
2014-01-14db/upnp: pass std::string to titleToPathElt()Max Kellermann1-2/+2
2014-01-14db/upnp: don't sanitize the title tagMax Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-13db/upnp: add fallback for emplace()Max Kellermann1-1/+6
2014-01-11db/upnp/Object: add attribute "url"Max Kellermann1-1/+1
2014-01-11db/upnp/Directory: parse durationMax Kellermann1-13/+2
2014-01-11db/upnp: move stringToTokens() to Util.cxxMax Kellermann1-36/+1
2014-01-11db/upnp: move lazy Open() call to new class LazyDatabaseMax Kellermann1-29/+9
2014-01-11DatabasePlugin: add interface DatabaseListenerMax Kellermann1-2/+5
2014-01-10db/upnp: remove "upnplog" optionMax Kellermann1-6/+1
2014-01-10db/upnp/Object: use strictly-typed enumsMax Kellermann1-32/+53
2014-01-10db/upnp: getprop() returns const char *Max Kellermann1-16/+16
2014-01-10db/upnp: don't set mtime, start_ms, end_msMax Kellermann1-5/+0
2014-01-10db/upnp: use TagTable in upnpItemToSong()Max Kellermann1-25/+14
2014-01-09UPnP database pluginJean-Francois Dockes1-0/+923