| Commit message (Expand) | Author | Files | Lines |
2014-01-29 | InotifyUpdate: pass EventLoop to mpd_inotify_init() | Max Kellermann | 2 | -6/+8 |
2014-01-29 | db/Directory: move isRootDirectory() to Uri.hxx | Max Kellermann | 4 | -6/+31 |
2014-01-27 | Playlist{Info,Vector}: move to db/ | Max Kellermann | 6 | -3/+188 |
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 | 18 | -1647/+10 |
2014-01-26 | db/upnp: rename variables | Max Kellermann | 1 | -21/+21 |
2014-01-24 | DespotifyUtils, Expat: move to lib/ | Max Kellermann | 2 | -2/+2 |
2014-01-24 | Database*: move to db/ | Max Kellermann | 96 | -22/+5776 |
2014-01-24 | Config*: move to config/ | Max Kellermann | 3 | -3/+3 |
2014-01-23 | db/upnp/Discovery: use std::list instead of std::map | Max Kellermann | 2 | -16/+33 |
2014-01-23 | db/upnp/Discovery: move code to LockAdd(), LockRemove() | Max Kellermann | 2 | -9/+21 |
2014-01-23 | db/upnp/Discovery: un-inline the destructor | Max Kellermann | 2 | -0/+6 |
2014-01-23 | db/upnp: un-inline a few destructors | Max Kellermann | 8 | -0/+49 |
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 | 3 | -22/+22 |
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/upnp: emplace/move in csvToStrings() | Max Kellermann | 1 | -2/+2 |
2014-01-22 | db/upnp: require an empty token list in csvToStrings() | Max Kellermann | 1 | -6/+4 |
2014-01-22 | db/proxy: simplify csvToStrings() | Max Kellermann | 1 | -47/+17 |
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 | db/proxy: fix for libmpdclient < 2.9 | Max Kellermann | 1 | -0/+4 |
2014-01-22 | db/proxy: copy "Last-Modified" from remote directories | Max Kellermann | 1 | -1/+2 |
2014-01-22 | LightDirectory: new struct replacing Directory in the DB API | Max Kellermann | 3 | -25/+18 |
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/Discovery: unlock mutex before deleting DiscoveredTask | Max Kellermann | 1 | -1/+2 |
2014-01-22 | db/upnp/Discovery: eliminate two strlen() calls | Max Kellermann | 1 | -4/+4 |
2014-01-22 | db/upnp: use std::list instead of std::set for SearchCapabilities | Max Kellermann | 4 | -9/+7 |
2014-01-22 | db/upnp: check offset<total at end of loop | Max Kellermann | 1 | -16/+7 |
2014-01-22 | db/upnp: break when zero objects have been returned | Max Kellermann | 1 | -0/+3 |
2014-01-22 | db/upnp: free responses manually | Max Kellermann | 1 | -21/+6 |
2014-01-22 | db/upnp: break when count==0 | Max Kellermann | 1 | -6/+3 |
2014-01-22 | db/upnp: use ParseUnsigned() instead of atoi() | Max Kellermann | 1 | -16/+10 |
2014-01-22 | db/upnp: pass unsigned integers to readDirSlice() | Max Kellermann | 2 | -17/+17 |
2014-01-22 | db/upnp: inline ContentDirectoryService::readDirSlice() | Max Kellermann | 1 | -1/+1 |
2014-01-22 | db/upnp: remove special case for "*" | Max Kellermann | 1 | -3/+1 |
2014-01-22 | db/upnp: obtain char* from ixmlwrap::getFirstElementValue() | Max Kellermann | 1 | -9/+13 |
2014-01-22 | db/upnp/Util: pass char* to csvToStrings() | Max Kellermann | 3 | -8/+12 |
2014-01-22 | db/upnp: require an empty input capability set | Max Kellermann | 1 | -1/+2 |