| Commit message (Expand) | Author | Files | Lines |
2014-02-19 | db/upnp: move plugin source to upnp directory | Max Kellermann | 1 | -2/+2 |
2014-02-19 | DatabasePlugin: add attribute "flags" | Max Kellermann | 1 | -0/+1 |
2014-02-19 | db/Interface: add attribute "plugin" | Max Kellermann | 1 | -0/+2 |
2014-02-19 | DatabasePlugin: split header | Max Kellermann | 1 | -0/+2 |
2014-01-26 | db/upnp: remove sleep(2) call | Max Kellermann | 1 | -3/+0 |
2014-01-26 | upnp: initialize the client handle only once | Max Kellermann | 1 | -16/+10 |
2014-01-26 | upnp/discovery: use a plain UpnpClient_Handle instead of class LibUPnP | Max Kellermann | 1 | -1/+1 |
2014-01-26 | db/upnp: move generic code to lib/upnp/ | Max Kellermann | 1 | -5/+5 |
2014-01-26 | db/upnp: rename variables | Max Kellermann | 1 | -21/+21 |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -5/+5 |
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -1/+1 |
2014-01-23 | db/upnp: strict vpath checks for the "root" directory | Max Kellermann | 1 | -0/+20 |
2014-01-23 | db/upnp: move code to VisitObject() | Max Kellermann | 1 | -22/+33 |
2014-01-23 | db/upnp: merge two PathTraitsUTF8::Build() calls | Max Kellermann | 1 | -16/+4 |
2014-01-23 | db/upnp: move code to VisitItem() | Max Kellermann | 1 | -61/+56 |
2014-01-23 | db/upnp: fix subdirectory paths in "listallinfo" | Max Kellermann | 1 | -3/+3 |
2014-01-23 | base_uri | Max Kellermann | 1 | -0/+4 |
2014-01-23 | db/upnp: pass char* to visitSong() | Max Kellermann | 1 | -6/+6 |
2014-01-22 | db/upnp: call VisitDirectory on servers, even in recursive mode | Max Kellermann | 1 | -14/+10 |
2014-01-22 | db/upnp: make several methods "const" | Max Kellermann | 1 | -12/+12 |
2014-01-22 | db/upnp: inline Configure() | Max Kellermann | 1 | -1/+1 |
2014-01-22 | db/upnp: don't duplicate song data for VisitSong | Max Kellermann | 1 | -2/+9 |
2014-01-22 | db/proxy: merge redundant string::push_back() calls | Max Kellermann | 1 | -4/+2 |
2014-01-22 | db/upnp: use PathTraitsUTF8::Build() | Max Kellermann | 1 | -5/+14 |
2014-01-22 | LightDirectory: new struct replacing Directory in the DB API | Max Kellermann | 1 | -9/+4 |
2014-01-22 | db/upnp: append characters instead of single-character strings | Max Kellermann | 1 | -2/+2 |
2014-01-22 | db/upnp: use string::push_back() instead of string::append() | Max Kellermann | 1 | -5/+5 |
2014-01-22 | db/upnp: use std::list instead of std::set for SearchCapabilities | Max Kellermann | 1 | -1/+1 |
2014-01-21 | db/upnp: merge duplicate branches in Namei() | Max Kellermann | 1 | -25/+10 |
2014-01-21 | db/upnp: simplify Namei() | Max Kellermann | 1 | -7/+6 |
2014-01-21 | db/upnp: use std::list instead of std::vector | Max Kellermann | 1 | -6/+7 |
2014-01-21 | db/upnp: use iterator in Namei() | Max Kellermann | 1 | -4/+5 |
2014-01-21 | db/upnp: move "objid" declaration down | Max Kellermann | 1 | -2/+2 |
2014-01-21 | db/upnp: eliminate redundant Namei() parameter "oobjid" | Max Kellermann | 1 | -12/+7 |
2014-01-21 | db/upnp: remove redundant objid.empty() check from VisitServer() | Max Kellermann | 1 | -4/+0 |
2014-01-21 | db/upnp: use std::move() to extract server name | Max Kellermann | 1 | -1/+1 |
2014-01-21 | db/upnp: use vector::front() instead of [0] | Max Kellermann | 1 | -5/+5 |
2014-01-21 | db/upnp: don't construct redundant empty vector<string> in Visit() | Max Kellermann | 1 | -1/+1 |
2014-01-21 | db/upnp: simplify GetSong() | Max Kellermann | 1 | -20/+18 |
2014-01-21 | LightSong: add attribute "real_uri" | Max Kellermann | 1 | -24/+18 |
2014-01-21 | db/upnp: fix empty song URI | Max Kellermann | 1 | -3/+6 |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -31/+40 |
2014-01-19 | Song: embed the Tag object statically into class Song | Max Kellermann | 1 | -1/+1 |
2014-01-18 | db/upnp: move Tag from UPnPDirObject to Song | Max Kellermann | 1 | -11/+14 |
2014-01-18 | db/upnp: use getServer() in Visit() | Max Kellermann | 1 | -17/+9 |
2014-01-18 | db/upnp/Discovery: eliminate Error attribute | Max Kellermann | 1 | -21/+4 |
2014-01-18 | db/upnp: remove unnecessary m_superdir nullptr checks | Max Kellermann | 1 | -3/+3 |
2014-01-18 | db/upnp: pass ContentDirectoryService references | Max Kellermann | 1 | -27/+27 |
2014-01-18 | db/upnp: include cleanup | Max Kellermann | 1 | -1/+0 |
2014-01-18 | db/upnp: don't use LazyDatabase | Max Kellermann | 1 | -2/+1 |