aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/upnpplib.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-11db/upnp: remove unnecessary MutexMax Kellermann1-2/+0
2014-01-10db/upnp: remove unused method setMaxContentLength()Max Kellermann1-4/+0
2014-01-10db/upnp: remove "upnplog" optionMax Kellermann1-8/+0
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-3/+0
2014-01-09UPnP database pluginJean-Francois Dockes1-0/+93
[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]