aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/upnpplib.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-13db/upnp: use std::function for the libupnp callbackMax Kellermann1-13/+3
Replaces the bloated std::map.
2014-01-11db/upnp: remove unnecessary MutexMax Kellermann1-2/+0
2014-01-10db/upnp: remove unused method setMaxContentLength()Max Kellermann1-6/+1
2014-01-10db/upnp: remove "upnplog" optionMax Kellermann1-30/+1
We have removed all libupnp logging calls, and we don't need to debug libupnp.
2014-01-10db/upnp: remove unused method errAsString()Max Kellermann1-9/+0
2014-01-09UPnP database pluginJean-Francois Dockes1-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]