aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/upnp/UpnpDatabasePlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-21db/upnp: fix empty song URIMax Kellermann1-3/+6
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann1-31/+40
2014-01-19Song: embed the Tag object statically into class SongMax Kellermann1-1/+1
2014-01-18db/upnp: move Tag from UPnPDirObject to SongMax Kellermann1-11/+14
2014-01-18db/upnp: use getServer() in Visit()Max Kellermann1-17/+9
2014-01-18db/upnp/Discovery: eliminate Error attributeMax Kellermann1-21/+4
2014-01-18db/upnp: remove unnecessary m_superdir nullptr checksMax Kellermann1-3/+3
2014-01-18db/upnp: pass ContentDirectoryService referencesMax Kellermann1-27/+27
2014-01-18db/upnp: include cleanupMax Kellermann1-1/+0
2014-01-18db/upnp: don't use LazyDatabaseMax Kellermann1-2/+1
2014-01-16db/upnp: move the LibUPnP instance to class UpnpDatabaseMax Kellermann1-9/+17
2014-01-16db/upnp: move the UPnPDeviceDirectory instance to class UpnpDatabaseMax Kellermann1-4/+6
2014-01-16db/upnp: don't initialize attributes to nullptrMax Kellermann1-4/+0
2014-01-16db/upnp: remove redundant m_root nullptr checksMax Kellermann1-5/+1
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