Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-14 | db/upnp/WorkQueue: pass reference to take() | Max Kellermann | 1 | -1/+1 | |
2014-01-14 | db/upnp/WorkQueue: remove unused "szp" parameter from take() | Max Kellermann | 1 | -2/+1 | |
2014-01-13 | db/upnp: add fallback for emplace() | Max Kellermann | 1 | -0/+4 | |
The method emplace() was added in gcc 4.8. This commit restores compatibility with gcc 4.7. | |||||
2014-01-13 | db/upnp: use std::function for the libupnp callback | Max Kellermann | 1 | -6/+4 | |
Replaces the bloated std::map. | |||||
2014-01-11 | db/upnp/discovery: convert std::strings to const char * | Max Kellermann | 1 | -11/+13 | |
Reduce bloat. | |||||
2014-01-09 | UPnP database plugin | Jean-Francois Dockes | 1 | -0/+326 | |
[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] |