summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)Author
2014-01-24DespotifyUtils, Expat: move to lib/Max Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-23db/upnp/Discovery: use std::list instead of std::mapMax Kellermann
2014-01-23db/upnp/Discovery: move code to LockAdd(), LockRemove()Max Kellermann
2014-01-23db/upnp/Discovery: un-inline the destructorMax Kellermann
2014-01-23db/upnp: un-inline a few destructorsMax Kellermann
2014-01-23db/upnp: strict vpath checks for the "root" directoryMax Kellermann
2014-01-23db/upnp: move code to VisitObject()Max Kellermann
2014-01-23db/upnp: merge two PathTraitsUTF8::Build() callsMax Kellermann
2014-01-23db/upnp: move code to VisitItem()Max Kellermann
2014-01-23db/upnp: fix subdirectory paths in "listallinfo"Max Kellermann
2014-01-23base_uriMax Kellermann
2014-01-23db/upnp: pass char* to visitSong()Max Kellermann
2014-01-22db/upnp: call VisitDirectory on servers, even in recursive modeMax Kellermann
2014-01-22db/upnp: make several methods "const"Max Kellermann
2014-01-22db/upnp: inline Configure()Max Kellermann
2014-01-22db/upnp: don't duplicate song data for VisitSongMax Kellermann
2014-01-22db/upnp: emplace/move in csvToStrings()Max Kellermann
2014-01-22db/upnp: require an empty token list in csvToStrings()Max Kellermann
2014-01-22db/proxy: simplify csvToStrings()Max Kellermann
2014-01-22db/proxy: merge redundant string::push_back() callsMax Kellermann
2014-01-22db/upnp: use PathTraitsUTF8::Build()Max Kellermann
2014-01-22db/proxy: fix for libmpdclient < 2.9Max Kellermann
2014-01-22db/proxy: copy "Last-Modified" from remote directoriesMax Kellermann
2014-01-22LightDirectory: new struct replacing Directory in the DB APIMax Kellermann
2014-01-22db/upnp: append characters instead of single-character stringsMax Kellermann
2014-01-22db/upnp: use string::push_back() instead of string::append()Max Kellermann
2014-01-22db/upnp/Discovery: unlock mutex before deleting DiscoveredTaskMax Kellermann
2014-01-22db/upnp/Discovery: eliminate two strlen() callsMax Kellermann
2014-01-22db/upnp: use std::list instead of std::set for SearchCapabilitiesMax Kellermann
2014-01-22db/upnp: check offset<total at end of loopMax Kellermann
2014-01-22db/upnp: break when zero objects have been returnedMax Kellermann
2014-01-22db/upnp: free responses manuallyMax Kellermann
2014-01-22db/upnp: break when count==0Max Kellermann
2014-01-22db/upnp: use ParseUnsigned() instead of atoi()Max Kellermann
2014-01-22db/upnp: pass unsigned integers to readDirSlice()Max Kellermann
2014-01-22db/upnp: inline ContentDirectoryService::readDirSlice()Max Kellermann
2014-01-22db/upnp: remove special case for "*"Max Kellermann
2014-01-22db/upnp: obtain char* from ixmlwrap::getFirstElementValue()Max Kellermann
2014-01-22db/upnp/Util: pass char* to csvToStrings()Max Kellermann
2014-01-22db/upnp: require an empty input capability setMax Kellermann
2014-01-22db/upnp/Util: handle absolute URI paths properly in caturl()Max Kellermann
2014-01-22db/upnp/Util: use string::back(), string::front()Max Kellermann
2014-01-22db/upnp/Device: clear the "value" pointer on unknown elementMax Kellermann
2014-01-22db/upnp/Device: replace std::vector with a std::string pointerMax Kellermann
2014-01-22db/upnp/Device: remove unused UPnPService attributesMax Kellermann
2014-01-22db/upnp/Directory: "emplace" items into the vectorMax Kellermann
2014-01-22db/upnp/Device: emplace/move the UPnPService into the vectorMax Kellermann
2014-01-22db/upnp/Util: "emplace" items into the listMax Kellermann