Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-26 | neighbor/upnp: UPnP media server discovery | Max Kellermann | 1 | -0/+5 | |
2014-01-26 | db/upnp: move generic code to lib/upnp/ | Max Kellermann | 1 | -0/+2 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -0/+0 | |
2014-01-23 | db/upnp: un-inline a few destructors | Max Kellermann | 1 | -0/+2 | |
Reduce bloat. | |||||
2014-01-22 | db/upnp: make several methods "const" | Max Kellermann | 1 | -5/+5 | |
2014-01-22 | db/upnp: use std::list instead of std::set for SearchCapabilities | Max Kellermann | 1 | -2/+2 | |
Reduce bloat. We never used the set lookup. | |||||
2014-01-22 | db/upnp: pass unsigned integers to readDirSlice() | Max Kellermann | 1 | -3/+3 | |
2014-01-16 | db/upnp: move the LibUPnP instance to class UpnpDatabase | Max Kellermann | 1 | -5/+12 | |
Delete the object when closing the database. | |||||
2014-01-09 | UPnP database plugin | Jean-Francois Dockes | 1 | -0/+119 | |
[mk: renamed source files, applied coding style, reduced bloat, using MPD's threading library, using MPD's error reporting and logging library and refactoring, fixed lots of bugs] |