aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/UpnpDatabasePlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* db/upnp: merge duplicate branches in Namei()Max Kellermann2014-01-211-25/+10
* db/upnp: simplify Namei()Max Kellermann2014-01-211-7/+6
* db/upnp: use std::list instead of std::vectorMax Kellermann2014-01-211-6/+7
* db/upnp: use iterator in Namei()Max Kellermann2014-01-211-4/+5
* db/upnp: move "objid" declaration downMax Kellermann2014-01-211-2/+2
* db/upnp: eliminate redundant Namei() parameter "oobjid"Max Kellermann2014-01-211-12/+7
* db/upnp: remove redundant objid.empty() check from VisitServer()Max Kellermann2014-01-211-4/+0
* db/upnp: use std::move() to extract server nameMax Kellermann2014-01-211-1/+1
* db/upnp: use vector::front() instead of [0]Max Kellermann2014-01-211-5/+5
* db/upnp: don't construct redundant empty vector<string> in Visit()Max Kellermann2014-01-211-1/+1
* db/upnp: simplify GetSong()Max Kellermann2014-01-211-20/+18
* LightSong: add attribute "real_uri"Max Kellermann2014-01-211-24/+18
* db/upnp: fix empty song URIMax Kellermann2014-01-211-3/+6
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-31/+40
* Song: embed the Tag object statically into class SongMax Kellermann2014-01-191-1/+1
* db/upnp: move Tag from UPnPDirObject to SongMax Kellermann2014-01-181-11/+14
* db/upnp: use getServer() in Visit()Max Kellermann2014-01-181-17/+9
* db/upnp/Discovery: eliminate Error attributeMax Kellermann2014-01-181-21/+4
* db/upnp: remove unnecessary m_superdir nullptr checksMax Kellermann2014-01-181-3/+3
* db/upnp: pass ContentDirectoryService referencesMax Kellermann2014-01-181-27/+27
* db/upnp: include cleanupMax Kellermann2014-01-181-1/+0
* db/upnp: don't use LazyDatabaseMax Kellermann2014-01-181-2/+1
* db/upnp: move the LibUPnP instance to class UpnpDatabaseMax Kellermann2014-01-161-9/+17
* db/upnp: move the UPnPDeviceDirectory instance to class UpnpDatabaseMax Kellermann2014-01-161-4/+6
* db/upnp: don't initialize attributes to nullptrMax Kellermann2014-01-161-4/+0
* db/upnp: remove redundant m_root nullptr checksMax Kellermann2014-01-161-5/+1
* db/upnp/Object: add attribute "tag"Max Kellermann2014-01-141-37/+2
* db/upnp: move upnp_tags to Tags.cxxMax Kellermann2014-01-141-11/+1
* db/upnp/Object: disallow copying, always moveMax Kellermann2014-01-141-5/+4
* db/upnp: getTagValue() returns string pointerMax Kellermann2014-01-141-19/+13
* db/upnp/Directory: merge m_containers and m_itemsMax Kellermann2014-01-141-52/+59
* 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