Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-04 | db/proxy: include cleanup | Max Kellermann | 1 | -1/+0 | |
2014-02-04 | Instance: add Database attribute | Max Kellermann | 1 | -0/+3 | |
Move from db/DatabaseGlue.cxx, eliminating global variable. | |||||
2014-02-04 | db/update/Service: add SimpleDatabase reference | Max Kellermann | 1 | -0/+4 | |
Don't use the global variables from the DatabaseSimple library. | |||||
2014-01-27 | Playlist{Info,Vector}: move to db/ | Max Kellermann | 1 | -1/+1 | |
2014-01-26 | db/upnp: remove sleep(2) call | Max Kellermann | 1 | -3/+0 | |
This call was unnecessary. It is a bad idea anyway to block the MPD process for some arbitrary amount of time. | |||||
2014-01-26 | upnp: initialize the client handle only once | Max Kellermann | 1 | -16/+10 | |
Eliminate class LibUPnP and move the code to ClientInit.cxx. Its initialization function can be called multiple times, but UpnpRegisterClient() is called at most once. | |||||
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 | 30 | -0/+4575 | |