Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-26 | db/upnp: move generic code to lib/upnp/ | Max Kellermann | 1 | -0/+0 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -0/+0 | |
2014-01-23 | db/upnp: un-inline a few destructors | Max Kellermann | 1 | -0/+2 | |
Reduce bloat. | |||||
2014-01-22 | db/upnp/Device: remove unused UPnPService attributes | Max Kellermann | 1 | -7/+0 | |
2014-01-18 | db/upnp/Device: move code to method Parse() | Max Kellermann | 1 | -8/+7 | |
Forward the Error to the caller. | |||||
2014-01-18 | db/upnp/Device: use ContentDirectoryDescriptor's move operator | Max Kellermann | 1 | -0/+4 | |
Reduce bloat. | |||||
2014-01-18 | db/upnp/Discovery: don't copy XML to std::string | Max Kellermann | 1 | -1/+1 | |
Pass "const char *" to Expat. | |||||
2014-01-18 | db/upnp: remove unused typedef DevServIt | Max Kellermann | 1 | -2/+0 | |
2014-01-09 | UPnP database plugin | Jean-Francois Dockes | 1 | -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] |