| Commit message (Expand) | Author | Age | Files | Lines |
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -785/+0 |
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
* | db/upnp: strict vpath checks for the "root" directory | Max Kellermann | 2014-01-23 | 1 | -0/+20 |
* | db/upnp: move code to VisitObject() | Max Kellermann | 2014-01-23 | 1 | -22/+33 |
* | db/upnp: merge two PathTraitsUTF8::Build() calls | Max Kellermann | 2014-01-23 | 1 | -16/+4 |
* | db/upnp: move code to VisitItem() | Max Kellermann | 2014-01-23 | 1 | -61/+56 |
* | db/upnp: fix subdirectory paths in "listallinfo" | Max Kellermann | 2014-01-23 | 1 | -3/+3 |
* | base_uri | Max Kellermann | 2014-01-23 | 1 | -0/+4 |
* | db/upnp: pass char* to visitSong() | Max Kellermann | 2014-01-23 | 1 | -6/+6 |
* | db/upnp: call VisitDirectory on servers, even in recursive mode | Max Kellermann | 2014-01-22 | 1 | -14/+10 |
* | db/upnp: make several methods "const" | Max Kellermann | 2014-01-22 | 1 | -12/+12 |
* | db/upnp: inline Configure() | Max Kellermann | 2014-01-22 | 1 | -1/+1 |
* | db/upnp: don't duplicate song data for VisitSong | Max Kellermann | 2014-01-22 | 1 | -2/+9 |
* | db/proxy: merge redundant string::push_back() calls | Max Kellermann | 2014-01-22 | 1 | -4/+2 |
* | db/upnp: use PathTraitsUTF8::Build() | Max Kellermann | 2014-01-22 | 1 | -5/+14 |
* | LightDirectory: new struct replacing Directory in the DB API | Max Kellermann | 2014-01-22 | 1 | -9/+4 |
* | db/upnp: append characters instead of single-character strings | Max Kellermann | 2014-01-22 | 1 | -2/+2 |
* | db/upnp: use string::push_back() instead of string::append() | Max Kellermann | 2014-01-22 | 1 | -5/+5 |
* | db/upnp: use std::list instead of std::set for SearchCapabilities | Max Kellermann | 2014-01-22 | 1 | -1/+1 |
* | db/upnp: merge duplicate branches in Namei() | Max Kellermann | 2014-01-21 | 1 | -25/+10 |
* | db/upnp: simplify Namei() | Max Kellermann | 2014-01-21 | 1 | -7/+6 |
* | db/upnp: use std::list instead of std::vector | Max Kellermann | 2014-01-21 | 1 | -6/+7 |
* | db/upnp: use iterator in Namei() | Max Kellermann | 2014-01-21 | 1 | -4/+5 |
* | db/upnp: move "objid" declaration down | Max Kellermann | 2014-01-21 | 1 | -2/+2 |
* | db/upnp: eliminate redundant Namei() parameter "oobjid" | Max Kellermann | 2014-01-21 | 1 | -12/+7 |
* | db/upnp: remove redundant objid.empty() check from VisitServer() | Max Kellermann | 2014-01-21 | 1 | -4/+0 |
* | db/upnp: use std::move() to extract server name | Max Kellermann | 2014-01-21 | 1 | -1/+1 |
* | db/upnp: use vector::front() instead of [0] | Max Kellermann | 2014-01-21 | 1 | -5/+5 |
* | db/upnp: don't construct redundant empty vector<string> in Visit() | Max Kellermann | 2014-01-21 | 1 | -1/+1 |
* | db/upnp: simplify GetSong() | Max Kellermann | 2014-01-21 | 1 | -20/+18 |
* | LightSong: add attribute "real_uri" | Max Kellermann | 2014-01-21 | 1 | -24/+18 |
* | db/upnp: fix empty song URI | Max Kellermann | 2014-01-21 | 1 | -3/+6 |
* | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 2014-01-19 | 1 | -31/+40 |
* | Song: embed the Tag object statically into class Song | Max Kellermann | 2014-01-19 | 1 | -1/+1 |
* | db/upnp: move Tag from UPnPDirObject to Song | Max Kellermann | 2014-01-18 | 1 | -11/+14 |
* | db/upnp: use getServer() in Visit() | Max Kellermann | 2014-01-18 | 1 | -17/+9 |
* | db/upnp/Discovery: eliminate Error attribute | Max Kellermann | 2014-01-18 | 1 | -21/+4 |
* | db/upnp: remove unnecessary m_superdir nullptr checks | Max Kellermann | 2014-01-18 | 1 | -3/+3 |
* | db/upnp: pass ContentDirectoryService references | Max Kellermann | 2014-01-18 | 1 | -27/+27 |
* | db/upnp: include cleanup | Max Kellermann | 2014-01-18 | 1 | -1/+0 |
* | db/upnp: don't use LazyDatabase | Max Kellermann | 2014-01-18 | 1 | -2/+1 |
* | db/upnp: move the LibUPnP instance to class UpnpDatabase | Max Kellermann | 2014-01-16 | 1 | -9/+17 |
* | db/upnp: move the UPnPDeviceDirectory instance to class UpnpDatabase | Max Kellermann | 2014-01-16 | 1 | -4/+6 |
* | db/upnp: don't initialize attributes to nullptr | Max Kellermann | 2014-01-16 | 1 | -4/+0 |
* | db/upnp: remove redundant m_root nullptr checks | Max Kellermann | 2014-01-16 | 1 | -5/+1 |
* | db/upnp/Object: add attribute "tag" | Max Kellermann | 2014-01-14 | 1 | -37/+2 |
* | db/upnp: move upnp_tags to Tags.cxx | Max Kellermann | 2014-01-14 | 1 | -11/+1 |
* | db/upnp/Object: disallow copying, always move | Max Kellermann | 2014-01-14 | 1 | -5/+4 |
* | db/upnp: getTagValue() returns string pointer | Max Kellermann | 2014-01-14 | 1 | -19/+13 |
* | db/upnp/Directory: merge m_containers and m_items | Max Kellermann | 2014-01-14 | 1 | -52/+59 |