Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/upnp/Util: pass char* to csvToStrings() | Max Kellermann | 2014-01-22 | 1 | -1/+2 |
| | |||||
* | db/upnp/Device: replace std::vector with a std::string pointer | Max Kellermann | 2014-01-22 | 1 | -3/+2 |
| | |||||
* | db/upnp: use std::list instead of std::vector | Max Kellermann | 2014-01-21 | 1 | -2/+2 |
| | | | | Reduce overhead. | ||||
* | db/upnp/Util: trimstring() constructs string from buffer | Max Kellermann | 2014-01-18 | 1 | -2/+3 |
| | | | | | Reduce overhead by omitting the part of the buffer that consists only of whitespace. | ||||
* | db/upnp: move stringToTokens() to Util.cxx | Max Kellermann | 2014-01-11 | 1 | -0/+8 |
| | |||||
* | db/upnp: remove unused macro PLOGINF() | Max Kellermann | 2014-01-10 | 1 | -9/+0 |
| | |||||
* | UPnP database plugin | Jean-Francois Dockes | 2014-01-09 | 1 | -0/+46 |
[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] |