Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/upnp: move plugin source to upnp directory | Max Kellermann | 2014-02-19 | 1 | -781/+0 |
| | |||||
* | DatabasePlugin: add attribute "flags" | Max Kellermann | 2014-02-19 | 1 | -0/+1 |
| | |||||
* | db/Interface: add attribute "plugin" | Max Kellermann | 2014-02-19 | 1 | -0/+2 |
| | | | | The new method IsPlugin() replaces the "is_simple" flag. | ||||
* | DatabasePlugin: split header | Max Kellermann | 2014-02-19 | 1 | -0/+2 |
| | |||||
* | db/upnp: remove sleep(2) call | Max Kellermann | 2014-01-26 | 1 | -3/+0 |
| | | | | | This call was unnecessary. It is a bad idea anyway to block the MPD process for some arbitrary amount of time. | ||||
* | upnp: initialize the client handle only once | Max Kellermann | 2014-01-26 | 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. | ||||
* | upnp/discovery: use a plain UpnpClient_Handle instead of class LibUPnP | Max Kellermann | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | db/upnp: move generic code to lib/upnp/ | Max Kellermann | 2014-01-26 | 1 | -5/+5 |
| | |||||
* | db/upnp: rename variables | Max Kellermann | 2014-01-26 | 1 | -21/+21 |
| | |||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -0/+785 |