aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/UpnpDatabasePlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* db/upnp: pass const reference to getTagValue()Max Kellermann2014-01-141-1/+1
* db/upnp: Namei() returns error when no object was foundMax Kellermann2014-01-141-2/+5
* db/upnp/Object: add attribute "name"Max Kellermann2014-01-141-19/+5
* db/upnp: use std::replace() in titleToPath()Max Kellermann2014-01-141-10/+4
* db/upnp: pass std::string to titleToPathElt()Max Kellermann2014-01-141-2/+2
* db/upnp: don't sanitize the title tagMax Kellermann2014-01-141-2/+2
* copyright year 2014Max Kellermann2014-01-131-1/+1
* db/upnp: add fallback for emplace()Max Kellermann2014-01-131-1/+6
* db/upnp/Object: add attribute "url"Max Kellermann2014-01-111-1/+1
* db/upnp/Directory: parse durationMax Kellermann2014-01-111-13/+2
* db/upnp: move stringToTokens() to Util.cxxMax Kellermann2014-01-111-36/+1
* db/upnp: move lazy Open() call to new class LazyDatabaseMax Kellermann2014-01-111-29/+9
* DatabasePlugin: add interface DatabaseListenerMax Kellermann2014-01-111-2/+5
* db/upnp: remove "upnplog" optionMax Kellermann2014-01-101-6/+1
* db/upnp/Object: use strictly-typed enumsMax Kellermann2014-01-101-32/+53
* db/upnp: getprop() returns const char *Max Kellermann2014-01-101-16/+16
* db/upnp: don't set mtime, start_ms, end_msMax Kellermann2014-01-101-5/+0
* db/upnp: use TagTable in upnpItemToSong()Max Kellermann2014-01-101-25/+14
* UPnP database pluginJean-Francois Dockes2014-01-091-0/+923