Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/upnp: use std::function for the libupnp callback | Max Kellermann | 2014-01-13 | 1 | -13/+3 |
| | | | | Replaces the bloated std::map. | ||||
* | db/upnp: remove unnecessary Mutex | Max Kellermann | 2014-01-11 | 1 | -2/+0 |
| | |||||
* | db/upnp: remove unused method setMaxContentLength() | Max Kellermann | 2014-01-10 | 1 | -6/+1 |
| | |||||
* | db/upnp: remove "upnplog" option | Max Kellermann | 2014-01-10 | 1 | -30/+1 |
| | | | | | We have removed all libupnp logging calls, and we don't need to debug libupnp. | ||||
* | db/upnp: remove unused method errAsString() | Max Kellermann | 2014-01-10 | 1 | -9/+0 |
| | |||||
* | UPnP database plugin | Jean-Francois Dockes | 2014-01-09 | 1 | -0/+144 |
[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] |