aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/upnp/Device.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-01-26db/upnp: move generic code to lib/upnp/Max Kellermann1-0/+0
2014-01-24Database*: move to db/Max Kellermann1-0/+0
2014-01-23db/upnp: un-inline a few destructorsMax Kellermann1-0/+2
Reduce bloat.
2014-01-22db/upnp/Device: remove unused UPnPService attributesMax Kellermann1-7/+0
2014-01-18db/upnp/Device: move code to method Parse()Max Kellermann1-8/+7
Forward the Error to the caller.
2014-01-18db/upnp/Device: use ContentDirectoryDescriptor's move operatorMax Kellermann1-0/+4
Reduce bloat.
2014-01-18db/upnp/Discovery: don't copy XML to std::stringMax Kellermann1-1/+1
Pass "const char *" to Expat.
2014-01-18db/upnp: remove unused typedef DevServItMax Kellermann1-2/+0
2014-01-09UPnP database pluginJean-Francois Dockes1-0/+92
[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]