Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-18 | db/upnp: cache m_path.back() | Max Kellermann | 1 | -12/+13 | |
2014-01-18 | db/upnp/Device: move code to method Parse() | Max Kellermann | 1 | -11/+10 | |
Forward the Error to the caller. | |||||
2014-01-18 | db/upnp/Discovery: don't copy XML to std::string | Max Kellermann | 1 | -2/+2 | |
Pass "const char *" to Expat. | |||||
2014-01-18 | db/upnp: use move operator to assign XML CDATA | Max Kellermann | 1 | -11/+11 | |
Reduce runtime bloat. | |||||
2014-01-18 | db/upnp/Util: trimstring() constructs string from buffer | Max Kellermann | 1 | -2/+1 | |
Reduce overhead by omitting the part of the buffer that consists only of whitespace. | |||||
2014-01-10 | db/upnp/Device: remove unused attribute "m_tabs" | Max Kellermann | 1 | -4/+1 | |
2014-01-10 | db/upnp: remove unnecessary empty string checks from CharacterData() | Max Kellermann | 1 | -3/+0 | |
2014-01-09 | UPnP database plugin | Jean-Francois Dockes | 1 | -0/+140 | |
[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] |