aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/UpnpDatabasePlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-24Database*: move to db/Max Kellermann1-785/+0
2014-01-24Config*: move to config/Max Kellermann1-1/+1
2014-01-23db/upnp: strict vpath checks for the "root" directoryMax Kellermann1-0/+20
2014-01-23db/upnp: move code to VisitObject()Max Kellermann1-22/+33
2014-01-23db/upnp: merge two PathTraitsUTF8::Build() callsMax Kellermann1-16/+4
2014-01-23db/upnp: move code to VisitItem()Max Kellermann1-61/+56
2014-01-23db/upnp: fix subdirectory paths in "listallinfo"Max Kellermann1-3/+3
2014-01-23base_uriMax Kellermann1-0/+4
2014-01-23db/upnp: pass char* to visitSong()Max Kellermann1-6/+6
2014-01-22db/upnp: call VisitDirectory on servers, even in recursive modeMax Kellermann1-14/+10
2014-01-22db/upnp: make several methods "const"Max Kellermann1-12/+12
2014-01-22db/upnp: inline Configure()Max Kellermann1-1/+1
2014-01-22db/upnp: don't duplicate song data for VisitSongMax Kellermann1-2/+9
2014-01-22db/proxy: merge redundant string::push_back() callsMax Kellermann1-4/+2
2014-01-22db/upnp: use PathTraitsUTF8::Build()Max Kellermann1-5/+14
2014-01-22LightDirectory: new struct replacing Directory in the DB APIMax Kellermann1-9/+4
2014-01-22db/upnp: append characters instead of single-character stringsMax Kellermann1-2/+2
2014-01-22db/upnp: use string::push_back() instead of string::append()Max Kellermann1-5/+5
2014-01-22db/upnp: use std::list instead of std::set for SearchCapabilitiesMax Kellermann1-1/+1
2014-01-21db/upnp: merge duplicate branches in Namei()Max Kellermann1-25/+10
2014-01-21db/upnp: simplify Namei()Max Kellermann1-7/+6
2014-01-21db/upnp: use std::list instead of std::vectorMax Kellermann1-6/+7
2014-01-21db/upnp: use iterator in Namei()Max Kellermann1-4/+5
2014-01-21db/upnp: move "objid" declaration downMax Kellermann1-2/+2
2014-01-21db/upnp: eliminate redundant Namei() parameter "oobjid"Max Kellermann1-12/+7
2014-01-21db/upnp: remove redundant objid.empty() check from VisitServer()Max Kellermann1-4/+0
2014-01-21db/upnp: use std::move() to extract server nameMax Kellermann1-1/+1
2014-01-21db/upnp: use vector::front() instead of [0]Max Kellermann1-5/+5
2014-01-21db/upnp: don't construct redundant empty vector<string> in Visit()Max Kellermann1-1/+1
2014-01-21db/upnp: simplify GetSong()Max Kellermann1-20/+18
2014-01-21LightSong: add attribute "real_uri"Max Kellermann1-24/+18
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